31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-09-23 18:49:04 +00:00
Commit Graph

211 Commits

Author SHA1 Message Date
Denis Ryabov
6e6b1224a0 Check file is correctly read 2021-04-04 14:54:45 +03:00
Denis Ryabov
0c51f8a60b Add descriptions for new checks 2021-04-04 14:54:06 +03:00
Denis Ryabov
cfe16c16d0 Check for spaces around the translation string (just a notice for en-GB language) 2021-04-04 14:49:04 +03:00
Denis Ryabov
adb548249d separate check for left and right quotes (for convenience) 2021-04-04 14:48:30 +03:00
Denis Ryabov
566ce26d11 Check for invalid UTF8 values 2021-04-04 14:44:20 +03:00
Denis Ryabov
9c6295231e Check for incorrect EOL 2021-04-04 14:44:07 +03:00
Denis Ryabov
778ece5631 Support J4-style language file names 2021-04-04 14:43:51 +03:00
Denis Ryabov
da42c8f0b6 remove notice on unused argnum syntax, but keep detection of incorrect argnum syntax 2021-04-04 14:43:16 +03:00
Denis Ryabov
c0f76f4da6 use warning for BOM followed by newline or comment 2021-04-04 14:34:49 +03:00
Denis Ryabov
b0a0a3a0ad rename vars 2021-04-04 13:40:51 +03:00
Denis Ryabov
b78df71597 Joomla Code Style 2021-04-04 13:40:43 +03:00
Denis Ryabov
9596227ffc change translation 2021-04-04 12:51:18 +03:00
Denis Ryabov
359c464fa6 change translation strings 2021-04-04 12:50:33 +03:00
Denis Ryabov
0e7d8b33a0 few more checks for translation values validation 2021-04-04 12:24:22 +03:00
Denis Ryabov
2866d24e59 few more checks for translation keys validation 2021-04-04 12:20:00 +03:00
Denis Ryabov
dcf4801eec change message type: compat for _QQ_, and info for empty values 2021-04-04 12:19:45 +03:00
Denis Ryabov
a7aa53ac31 check for duplicated translation keys 2021-04-04 12:19:31 +03:00
Denis Ryabov
134e4c0588 parse multiline values 2021-04-04 12:19:03 +03:00
Denis Ryabov
2e54c9fc7e parse multiline values 2021-04-04 12:12:58 +03:00
Denis Ryabov
ab4acc2bba unify code lines displaying 2021-04-04 12:07:11 +03:00
Denis Ryabov
118846b53b fix copyright 2021-03-11 16:00:58 +03:00
Denis Ryabov
ba75eb5967 remove @author tag 2021-03-11 13:41:07 +03:00
Denis Ryabov
c81699b61c Add a description for each check in the code 2021-03-11 01:35:15 +03:00
Denis Ryabov
1432595581 temporaty remove argnum check 2021-03-11 01:34:51 +03:00
Denis Ryabov
b5fe0e91b4 check for BOM in language files 2021-03-11 01:20:57 +03:00
Denis Ryabov
08864234a9 correct authors list for new rule 2021-03-11 01:20:37 +03:00
Denis Ryabov
75d8daa931 apply code style (spaces to tabs) 2021-03-11 01:19:48 +03:00
Denis Ryabov
4d67fe0602 Add validation of language files 2021-02-03 01:14:16 +03:00
anibalsanchez
2ef0233058 2.1.2 2019-03-10 17:14:27 +01:00
anibalsanchez
0f241adba7 More Copryright fixes 2019-03-10 17:09:42 +01:00
anibalsanchez
e26fdb7f74 manifest update 2019-03-10 10:18:14 +01:00
anibalsanchez
31ca80e7ad and 2019-03-10 09:50:31 +01:00
anibalsanchez
5119fc102a 2.1.1 - Copyright updated to Joomla 2019-03-10 09:49:52 +01:00
anibalsanchez
a6597d769e Update manifest 2019-03-09 21:36:37 +01:00
anibalsanchez
b34cb440a4 2.1.0 2019-03-09 20:44:14 +01:00
Jaz Parkyn
ce7ea93df7 Merge pull request #43 from brianteeman/patch-1
typo
2017-04-04 22:38:07 +01:00
Brian Teeman
8b88fd2499 typo 2017-04-04 17:16:54 +01:00
Jaz Parkyn
fb38b7f7e6 Update CHANGELOG 2017-04-02 23:01:43 +01:00
Jaz Parkyn
bde582b90a Update version number 2017-04-02 22:59:19 +01:00
Jaz Parkyn
0cffa5b818 Merge pull request #41 from joomla-extensions/develop
Merging Develop Branch
2017-04-02 22:58:29 +01:00
Jaz Parkyn
de689c4cf7 Removing build tools description 2017-02-15 14:04:27 +00:00
Jaz Parkyn
2f8be4fb5f Update jedchecker.xml 2017-02-14 15:01:14 +00:00
Jaz Parkyn
e2eb961633 Removal of build tools 2017-02-14 14:34:35 +00:00
Jaz Parkyn
c447d3da79 Updating copyright 2017-02-14 13:24:21 +00:00
Daniel Dimitrov
69c5f47172 updating changelog for 1.7 release 2017-01-23 14:58:57 +01:00
Daniel Dimitrov
4c2308492c fix: Notice: Only variables should be passed by reference in \administrator\components\com_jedchecker\libraries\rules\xmlupdateserver.php on line 125 2017-01-23 14:40:34 +01:00
Jaz Parkyn
9994008d61 Formatting.. 2017-01-13 13:39:24 +00:00
Jaz Parkyn
da5863801e Amend Update Servers to ignore modules/plugins nested in components 2017-01-13 13:38:29 +00:00
Jaz Parkyn
d4043a7253 Merge pull request #39 from dam-man/patch-2
Removed some deprecated Joomla Framework code.
2017-01-13 10:56:15 +00:00
dam-man
10450d74dd Update uploads.php
Form token check changed
2017-01-13 11:43:36 +01:00