Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
quix0r | 50 (100.0%) | 933 (100.0%) | 18.6 |
Heacy rewrite/cleanup:
- Removed all deprecated files (with only @DEPRECATED in it)
- Listing of blacklist entries added (may be uncomplete, untested)
- Fixed AJAX installer + added first admin registration to it
- Prepared better CAPTCHA support
- Various other fixes (tons!)
- TODOs.txt updated
7 lines of code changed in 3 files:
Updated copyright notice as there are changes in this year
8 lines of code changed in 8 files:
Mailer project rwritten:
- Extension ext-network continued:
+ More missing type handlers added
+ Also array element translations added
+ Made API query generally working
+ Added missing what-config_network.php to allow configuration
+ Many other improvements
- Used correct MIME type for JavaScripts (text/javascript)
- Many other rewrites
- TODOs.txt updated
3 lines of code changed in 3 files:
Updated propset.sh, fixed all SVN properties
16 lines of code changed in 8 files:
Mailer project continued (heavy refactoring):
- Added all missing nodes in all XML templates to allow $content being handled
by referred HTML templates
- This means that you can pass "dynamic" content through the XML sub system to
the templates as usual. If you do so, a generic 'rows' array element is being
used for the row output
- Refactured all form-tags to EL code to allow e.g. adding session id to all
forms or (not yet added) TAN numbers to combat any kind of form spamming and
accidentally done re-submits
- Including closing form tag
- In the above process, onsubmit/onreset are now strongly discouraged as you
should better use the jQuery AJAX framework
- Other rewrites/refacturings I cannot remember
- TODOs.txt updated
3 lines of code changed in 1 file:
R.I.P. old template/script names ...
- Removed all deprecated scripts and templates
- TODOs.txt updated
0 lines of code changed in 1 file:
Extension ext-grade continued:
- Added XML template for adding grade data entries
- Introduced validateIsEmpty() which returns the input string if its trimmed
string is not empty or FALSE otherwise.
- Made extra-value handling function more restrictive: Now the call-back
function must be there
- Removed deprecated comment from all XML templates
1 lines of code changed in 5 files:
Fix for listing all user's stats instead of stats of only a specific sub id
6 lines of code changed in 1 file:
Extension ext-booking is basicly finished
120 lines of code changed in 1 file:
Reverted XML templates
4 lines of code changed in 4 files:
Code style changed, ext-user continued:
- Changed true/false to TRUE/FALSE
- Introduced validateSubId() and prepareFoundSubId()
- Add validation of edited sub id by member
- TODOs.txt updated
12 lines of code changed in 4 files:
Mailer project continued:
- Most data of advert network 'superomo24.de' added to ext-network
- Some templates for ext-network renamed (networks->network_data) to fix
inconsistence with database table
- Templates for extension management (admin_extensions/~_delete/~_edit) renamed
to follow naming convention
- Sub-Id tracking: Admin area almost finished (edit/delete of sub ids
unfinished)
- Added space between `foo`,`bar` database query to make it better readable
- Other minor improvements
- TODOs.txt updated
1 lines of code changed in 1 file:
Mailer continued, sub-id tracking continued:
- Introduced function isUrlBlacklisted() (not everywhere used!)
- Templates for sub-id statistics added
- Introduced function anonymizeSensitiveData() which tries to "anonymized"
some data (admins always see all for now)
- Some language ids renamed
- Other minor fixes
- TODOs.txt updated
120 lines of code changed in 1 file:
Extension ext-user for sub id tracking continued:
- Generic support for sending mails on 'add' "build list" target added
- Generic "delete build list" support
- Support for editing and deleting sub ids basicly finished
- Other small rewrites
- TODOs.txt updated
336 lines of code changed in 5 files:
Generalized more 'builder' functions, added XML template for editing user sub ids
109 lines of code changed in 1 file:
This debug message was to noisy but it is needed in development (where debug-mode is enabled)
187 lines of code changed in 3 files: