Directory libraries/smarty/clansuite_plugins/

Directory Deleted:
2009-05-03 18:10
Total Files:
0
Deleted Files:
53
Lines of Code:
0

Browse with Trac

[root]/libraries/smarty/clansuite_plugins

Lines of Code

libraries/smarty/clansuite_plugins/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 136 (100.0%) 917 (100.0%) 6.7
vain 130 (95.6%) 827 (90.2%) 6.3
xsign 6 (4.4%) 90 (9.8%) 15.0

Most Recent Commits

vain 2009-05-03 18:10 Rev.: 3017

- moved "libraries/smarty/clansuite_plugins" to "core/viewhelper/smarty" (seperation of clansuite's own smarty viewhelpers from the library)

0 lines of code changed in 53 files:

vain 2009-04-28 17:32 Rev.: 3006

- renamed paginate.tpl to pagination-generic.tpl
- fixed translation issues
- moved doctrine commands from pagination template to documentation
- the pagination is now accessible via the placeholder {pagination} and also via include

41 lines of code changed in 1 file:

vain 2009-04-27 20:47 Rev.: 2996

- added method preRenderChecks() to views/smarty.view.php
- adjusted core templates lookup "themes/core/templates" in smarty.view.php, templates and template helper functions

1 lines of code changed in 1 file:

vain 2009-04-24 22:34 Rev.: 2958

- smarty view helper {modulnavigation} for generic modulenavigation
- uses menu description file module.menu.php
- example usage in quotes module

49 lines of code changed in 1 file:

vain 2009-04-15 20:20 Rev.: 2925

- phpdoc fix (@todo)
- added modifier round

25 lines of code changed in 2 files:

vain 2009-04-02 17:33 Rev.: 2907

- Library Smarty Cleanup
- added smarty view helper: {array}

0 lines of code changed in 1 file:

vain 2009-01-20 17:16 Rev.: 2740

- exceptional handling of params and output for adminmenu

8 lines of code changed in 1 file:

vain 2009-01-20 17:00 Rev.: 2738

- renamed move_to block and outputfilter to move_it (to avoid collision with rendersmarty doc)

0 lines of code changed in 2 files:

vain 2009-01-20 16:56 Rev.: 2737

- enabled widget output via load_module

1 lines of code changed in 1 file:

vain 2009-01-20 15:25 Rev.: 2735

- added template fetching

35 lines of code changed in 1 file:

vain 2009-01-16 01:03 Rev.: 2697

- smarty cleanup

226 lines of code changed in 6 files:

vain 2009-01-12 03:01 Rev.: 2687

- added smarty block function and outputfilter: move_to
- this fixes #57
Ticket: 57

6 lines of code changed in 2 files:

vain 2009-01-11 02:31 Rev.: 2681

- added smarty plugins for tabpane.js: {tabpane} {tabpage}
- modified /module/settings/settings.tpl accordingly
- moved tab content (tabpages) into single template files

93 lines of code changed in 2 files:

vain 2009-01-09 03:01 Rev.: 2667

- confirm_mocha smarty plugin: confirm_message added

2 lines of code changed in 1 file:

vain 2008-12-05 23:21 Rev.: 2616

- directory and- directory and filename cleanups: followup fix

3 lines of code changed in 3 files:

vain 2008-12-02 00:20 Rev.: 2609

- library smarty: cleanup of "smarty/plugins" folder, moved non-smarty delivered plugins to folder "smarty/clansuite_plugins", to have a complete separation of our and their stuff

0 lines of code changed in 1 file:

vain 2008-12-02 00:06 Rev.: 2608

- library smarty: cleanup of "smarty/plugins" folder, moved non-smarty delivered plugins to folder "smarty/clansuite_plugins", to have a complete separation of our and their stuff

4 lines of code changed in 27 files:

vain 2008-12-01 23:53 Rev.: 2605

- added comments
- corrected header
- added: function.breadcrumbs.php & function.formatseconds.php

109 lines of code changed in 9 files:

vain 2008-10-07 04:22 Rev.: 2550

- added smarty modifiers to clansuite_plugins: dateformat, duration, megabytes

7 lines of code changed in 3 files:

xsign 2008-09-08 02:08 Rev.: 2524

- shaped confim function
- fixed IE Bug

22 lines of code changed in 1 file:

xsign 2008-09-08 00:18 Rev.: 2523

- smarty confirm mocha plugin

50 lines of code changed in 1 file:

vain 2008-09-06 04:31 Rev.: 2509

- bugfixes for gravatar library and smarty gravatar plugin

9 lines of code changed in 1 file:

vain 2008-08-26 19:03 Rev.: 2470

- added Gravatar Library + Smarty Plugin

6 lines of code changed in 1 file:

vain 2008-08-01 17:54 Rev.: 2333

- tabs to ws

79 lines of code changed in 3 files:

vain 2008-07-13 04:39 Rev.: 2285

- omg: hopefully the last path fix for adminmenu and settings... stopitplease!
- icq icon function added to smarty
- icq added to userslist

51 lines of code changed in 1 file:

vain 2008-07-13 04:37 Rev.: 2284

- positional fix
- _current_tpl now templatename
- _current_path now templatepath
- applied the same procedure to fetch_module_templates

10 lines of code changed in 1 file:

xsign 2008-07-13 00:42 Rev.: 2283

- wtf i know u hax !

1 lines of code changed in 1 file:

xsign 2008-07-12 19:43 Rev.: 2268

- samrty fixes

12 lines of code changed in 1 file:

xsign 2008-07-12 19:06 Rev.: 2265

- smarty test

5 lines of code changed in 2 files:

vain 2008-07-07 23:02 Rev.: 2179

- comments fix

1 lines of code changed in 1 file:

vain 2008-05-18 16:37 Rev.: 2052

- clansuite.init.php: moved charset settings and output compression to httpresponse.class.php
- prefilter.inserttplnames.php moved to clansuite_plugins + changed ending underscore to macron
- clansuite_session: cleanup and commenting
- modulecontroller.class.php: redirect is now shortcut to httpresponse->redirect()!
- httpresponse.class.php: added redirect(), added applyOutputCharset(), added activateOutputCompression()
- BaseCsUsers.php: email+nick unique, hash not blank

22 lines of code changed in 1 file:

vain 2008-05-17 23:01 Rev.: 2050

- alternative template fetch for smarty, to get the TPLs from module/templates
- directory_separator as DS added

38 lines of code changed in 2 files:

vain 2008-04-14 15:22 Rev.: 1932

- moved columnsort to clansuite_plugins/function.columnsort.php

1 lines of code changed in 1 file:

Generated by StatSVN 0.7.0