33
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-11-30 16:53:59 +00:00
Commit Graph

24 Commits

Author SHA1 Message Date
dam-man
10450d74dd Update uploads.php
Form token check changed
2017-01-13 11:43:36 +01:00
dam-man
cb0958c171 Update uploads.php
Updated code to com_installer standard
2017-01-13 11:27:07 +01:00
dam-man
66c4e5fd1d Removed some deprecated Joomla Framework code.
Removed Jrequest::getVar and replaced it with Jinput.
Removed deprecated form token check and replaced it with new version of this check.
2017-01-01 21:35:32 +01:00
Jaz Parkyn
61842f492f Merge remote-tracking branch 'refs/remotes/origin/master' into pr/32
# Conflicts:

#	source/administrator/components/com_jedchecker/language/en-GB/en-GB.com_jedchecker.ini
#	source/administrator/components/com_jedchecker/script.php
2016-10-03 23:20:07 +01:00
Demis Palma
f302b1ea03 Jed Checked does not validate itself 2016-05-25 18:05:25 +01:00
Demis Palma
3183eda52f Fixed case in classes and method names 2016-05-25 17:19:19 +01:00
Daniel Dimitrov
8bd73e2e81 Phpcs 2015-10-26 10:03:44 +01:00
Jaz Parkyn
55a75b52a5 Update uploads.php 2015-10-25 19:59:01 +00:00
Daniel Dimitrov
444ee53e0d removed the htmlindex rule as the JED doesn't require it anymore 2013-04-11 13:01:53 +02:00
Jisse Reitsma
e10f996500 Implemented tmp/jed_checker/local.txt file 2013-02-12 10:04:49 +01:00
Jisse Reitsma
cc1a81c387 Add support tmp/com_jedchecked/local.txt to police-inventory 2013-02-12 09:54:55 +01:00
eddieajau
e148a221c4 Lower PHP minimum version
Removes the SplFileInfo::getExtension call in favour of a method that
can use a lesser version of PHP.
Changed the preflight PHP version check to 5.3.1 (same minimum as the
Joomla Platform).
2013-01-01 20:44:05 +10:00
Daniel Dimitrov
baf2248deb joomla 3.0 compatibility 2012-12-13 11:08:35 +01:00
eaxs
3cbb7d7b0a Added rule and report base class. Added support for ini based rule config files 2012-07-07 01:45:06 +02:00
Daniel Dimitrov
0bafa78bee protecting the form with a token 2012-06-29 16:37:05 +02:00
Daniel Dimitrov
0871349cbb fixing reported bug by Alain Rivest - max execution level reached - on linux machines 2012-06-28 08:57:05 +02:00
Daniel Dimitrov
8572baf028 #1 - now there is a check if archives or tmp files have been uploaded and we don't show the
unzip or check buttons until we have files to work on!
2012-06-24 09:50:50 +02:00
Daniel Dimitrov
f3ae5bf1ea adding index.html files - ooooooh I feel dirty :( (need to do this with a phing script...) 2012-06-23 16:15:35 +02:00
Daniel Dimitrov
7dc7fd3ab0 the check is now an ajax request. (one need just to add rules in the libraries/rules and they
will be automatically called by the component - no further actions necessary)
layout improvements
2012-06-09 15:34:32 +02:00
Daniel Dimitrov
c9608e6fea use the tmp path configured in the joomla config 2012-06-09 14:51:17 +02:00
Daniel Dimitrov
bf1f76a339 fixing a path issue 2012-06-03 21:00:33 +02:00
Daniel Dimitrov
2e3d1114b1 improving the extract method - now we can extract all archives within an archive 2012-06-03 21:00:14 +02:00
Daniel Dimitrov
d41905a596 adding an index.html check - yahoooo!!! 2012-06-03 00:38:07 +02:00
Daniel Dimitrov
7619fd09a9 adding basic upload and unzip functionality 2012-06-02 23:18:29 +02:00