]> git.mxchange.org Git - mailer.git/commit
XML parser introduced, ext-surfbar rewritten, more EL code:
authorRoland Häder <roland@mxchange.org>
Sat, 9 Jul 2011 03:35:11 +0000 (03:35 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 9 Jul 2011 03:35:11 +0000 (03:35 +0000)
commit9197694ce183b69384a385a6c4a5e16988c7fb09
tree191d1998ac1dd420356d163efea83042e619b010
parent3f7f0051c91c54cb691303b9d49fb9cd1a7a4e8c
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
36 files changed:
.gitattributes
DOCS/TODOs.txt
inc/callback-functions.php [new file with mode: 0644]
inc/config-global.php
inc/extensions/ext-grade.php
inc/functions.php
inc/http-functions.php
inc/language/de.php
inc/language/surfbar_de.php
inc/libs/surfbar_functions.php
inc/modules/admin/action-grade.php [new file with mode: 0644]
inc/modules/admin/admin-inc.php
inc/modules/admin/what-list_surfbar_actions.php
inc/modules/admin/what-list_surfbar_urls.php
inc/modules/member/what-surfbar_list.php
inc/template-functions.php
inc/wrapper-functions.php
inc/xml-functions.php
templates/de/html/admin/admin_del_surfbar_urls.tpl
templates/de/html/admin/admin_del_surfbar_urls_row.tpl
templates/de/html/admin/admin_delete_surfbar_urls.tpl [new file with mode: 0644]
templates/de/html/admin/admin_delete_surfbar_urls_row.tpl [new file with mode: 0644]
templates/de/html/admin/admin_list_surfbar_actions_row.tpl
templates/de/html/member/member_surfbar_list_form.tpl
templates/de/html/surfbar/surfbar_frame_top.tpl
templates/xml/admin/admin_del_do_surfbar_urls.xml
templates/xml/admin/admin_del_show_surfbar_urls.xml
templates/xml/admin/admin_delete_do_surfbar_urls.xml [new file with mode: 0644]
templates/xml/admin/admin_delete_show_surfbar_urls.xml [new file with mode: 0644]
templates/xml/admin/admin_edit_do_surfbar_urls.xml
templates/xml/admin/admin_edit_show_surfbar_urls.xml
templates/xml/admin/admin_lock_do_surfbar_urls.xml [new file with mode: 0644]
templates/xml/admin/admin_lock_show_surfbar_urls.xml [new file with mode: 0644]
templates/xml/admin/admin_undelete_do_surfbar_urls.xml [new file with mode: 0644]
templates/xml/admin/admin_undelete_show_surfbar_urls.xml [new file with mode: 0644]
templates/xml/admin_data_template.xml