Directory branches/0.2.1-FINAL/templates/xml/

Directory Created:
2011-01-27 04:20
Total Files:
4
Deleted Files:
0
Lines of Code:
337

[root]/branches/0.2.1-FINAL/templates/xml
                    directory in repo admin (55 files, 5586 lines)
                    directory in repo member (9 files, 814 lines)

Lines of Code

branches/0.2.1-FINAL/templates/xml/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
quix0r 32 (100.0%) 412 (100.0%) 12.8

Most Recent Commits

quix0r 2013-05-27 14:37 Rev.: 6389

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

0 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_list_data_template.xml (-7)
quix0r 2013-01-24 19:51 Rev.: 6367

Updated copyright notice as there are changes in this year

3 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+1 -1), admin_list_data_template.xml (+1 -1), template.xml (+1 -1)
quix0r 2013-01-06 21:25 Rev.: 6271

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

11 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_list_data_template.xml (+11 -6)
quix0r 2012-11-25 01:37 Rev.: 6201

Updated propset.sh, fixed all SVN properties

6 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+2), admin_list_data_template.xml (+2), template.xml (+2)
quix0r 2012-10-22 20:08 Rev.: 6078

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

0 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (-4)
quix0r 2012-10-17 22:45 Rev.: 6045

Reverted XML templates

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+1 -1)
quix0r 2012-10-17 22:42 Rev.: 6044

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

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+1 -1)
quix0r 2012-10-09 20:43 Rev.: 6032

Caching of XML/email templates finished:
- Added very basic (but working) support for caching XML and email templates
- Added new XML templates for listing user sub ids
- Added filter to "hook" another member action for listing member's sub ids
- Some other minor improvements
- TODOs.txt updated

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_list_data_template.xml (+1 -1)
quix0r 2012-10-07 11:34 Rev.: 6022

This debug message was to noisy but it is needed in development (where debug-mode is enabled)

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_list_data_template.xml (+2 -2)
quix0r 2012-09-29 13:50 Rev.: 5960

mailer project continued:
- Some global array elements renamed (someGlobalElement -> __some_global_element)
- Copyright notice disabled in mailid.php as it destroys the frameset
- Function debug_report_bug() renamed to reportBug()
- Function app_die() renamed to app_exit()
- More wrapper functions used (e.g. getRandomTan() instead of PHP's mt_rand())
- New AJAX-based installation introduced (it is not finished)
- Renamed several ALL_UPER_CASE() functions to camel-case notation
- Extension ext-currency introduced which will deprecate ext-wernis all other eCurreny-related extensions
- Renamed various HTML and email templates to new notation
- Some shell scripts moved to 'contrib' folder
- JQUERY updated to latest stable version (including custom build of jqueryui)
- License files renamed/moved
- Many other fixes/improvements I forgot to mention
- Varrious typos fixed
- Copyright updated (to 2012)
- TODOs.txt updated

17 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+7 -3), admin_list_data_template.xml (+7 -7), template.xml (+3 -3)
quix0r 2011-08-11 02:35 Rev.: 5781

Added (unfinished) a way to edit forced ads, rwritten many XML templates

1 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+1 -1)
quix0r 2011-08-07 01:08 Rev.: 5759

Even more www. removed

3 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+1 -1), admin_list_data_template.xml (+1 -1), template.xml (+1 -1)
quix0r 2011-07-28 05:07 Rev.: 5701

A lot has been rewritten, ext-teams added, ext-forced continued:
- Adding of (admin only) forced-ads basicly finished
- Listing of forced-ads in admin area basicly finished
- Extension ext-teams introduced (stub only)
- Many rewrites/refacturings (I cannot recall them all!) here and there,
including more usage of EL code and filters
- TODOs.txt updated

0 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (-4)
quix0r 2011-07-11 14:59 Rev.: 5627

Extension ext-surfbar continued, WHERE statement support added:
- Unlocking surfbar URLs is now XML-enabled
- Support for one WHERE condition in XML templates added
- TODOs.txt updated

2 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_list_data_template.xml (+2 -2)
quix0r 2011-07-11 14:06 Rev.: 5625

Some fixes,re-orders and ext-surfbar actions are now XML-enabled

4 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_list_data_template.xml (+4 -4)
quix0r 2011-07-11 10:25 Rev.: 5624

Extension ext-surfbar continued, fixes:
- Menu point 'list_surfbar_urls' is now fully generated from XML meta data
templates
- Fixes in various places
- TODOs.txt updated

182 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+1 -1), admin_list_data_template.xml (new 181)
quix0r 2011-07-09 04:35 Rev.: 5614

XML parser introduced, ext-surfbar rewritten, more EL code:
- XML parser functions (see xml-functions.php) introduced which shall make it
much easier in adding list/edit/delete/foo forms to the script by a XML
rather than tons of hard-to-debug code or large call parameters
- Extension ext-surfbar: Edit/delete/lock/unlock/undelete of URLs is now
rewritten to make usage of above XML parser
- For same extension, new translateFooToBar() wrappers has been introduced in
EL code.
- TODOs.txt updated

12 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+12 -10)
quix0r 2011-04-20 05:50 Rev.: 5488

svn:eol-style set to 'native'

2 lines of code changed in 2 files:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+1), template.xml (+1)
quix0r 2011-01-27 04:40 Rev.: 5430

Swapped out a large number of parameters to an XML construct. The previous commit should not contain this because it is non-functional, so don't use ext-surfbar: work in progress

18 lines of code changed in 1 file:

  • branches/0.2.1-FINAL/templates/xml: admin_data_template.xml (+18 -12)
quix0r 2011-01-27 04:20 Rev.: 5429

Fixes some HTML errors, shell scripts cleaned up

146 lines of code changed in 3 files:

  • branches/0.2.1-FINAL/templates/xml: .htaccess (new 1), admin_data_template.xml (new 120), template.xml (new 25)
Generated by StatSVN 0.7.0