Directory modules/account/

Directory Created:
2006-06-29 04:39
Directory Deleted:
2012-03-07 16:16
Total Files:
0
Deleted Files:
11
Lines of Code:
0

Browse with Trac

[root]/modules/account
            Folder removed from repo controller (0 files, 0 lines)
            Folder removed from repo languages (0 files, 0 lines)
                Folder removed from repo en_GB (0 files, 0 lines)
                    Folder removed from repo LC_MESSAGES (0 files, 0 lines)
            Folder removed from repo model (0 files, 0 lines)
                Folder removed from repo records (0 files, 0 lines)
                    Folder removed from repo generated (0 files, 0 lines)
            Folder removed from repo templates (0 files, 0 lines)
            Folder removed from repo view (0 files, 0 lines)
                Folder removed from repo smarty (0 files, 0 lines)

Lines of Code

modules/account/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 179 (100.0%) 12569 (100.0%) 70.2
vain 103 (57.5%) 6732 (53.6%) 65.3
xsign 66 (36.9%) 4507 (35.9%) 68.2
vyper 3 (1.7%) 932 (7.4%) 310.6
thunderm00n 6 (3.4%) 354 (2.8%) 59.0
paulbr 1 (0.6%) 44 (0.4%) 44.0

Most Recent Commits

vain 2012-03-07 16:16 Rev.: 6268

- moved modules into application dir

0 lines of code changed in 11 files:

paulbr 2010-12-08 19:53 Rev.: 4957

44 lines of code changed in 1 file:

vain 2010-10-07 00:45 Rev.: 4768

- removed adminmenu placeholders from modulename.menu.php files

0 lines of code changed in 1 file:

vain 2010-09-23 22:17 Rev.: 4722

- applied buildURL on Form->setAction() - so one might pass slashed urls to it
- changed form and menu definitions accordingly
- some urls still missing - go find them ;)

32 lines of code changed in 1 file:

vain 2010-09-23 13:07 Rev.: 4721

- fixed modulenavigation template path and applied buildURL
- changed menu definitions of all modules accordingly

38 lines of code changed in 2 files:

vain 2010-09-17 20:38 Rev.: 4644

- moved [login] section from clansuite main config to account module config

13 lines of code changed in 1 file:

vain 2010-08-27 23:01 Rev.: 4599

- minor change to all security constant checks
- fixed the non rewrite routing

1 lines of code changed in 1 file:

vain 2010-05-24 00:32 Rev.: 4454

- tooltip to title on modulenavigation menu files

3 lines of code changed in 1 file:

vain 2010-05-02 03:12 Rev.: 4376

- QA

4 lines of code changed in 1 file:

vain 2010-04-17 23:29 Rev.: 4359

- a bunch of QA fixes

19 lines of code changed in 1 file:

vain 2010-03-26 23:47 Rev.: 4312

- created /controller folder and renamed /templates to /view inside module directories

3 lines of code changed in 1 file:

vain 2010-03-24 23:03 Rev.: 4301

- modulecontroller method notify() is now triggerEvent()
- added smarty viewhelper firebug
- removes PDO statements (ticket #185)
- several smaller fixes

90 lines of code changed in 1 file:

vain 2010-03-24 06:53 Rev.: 4298

- renamed all remaining $smarty vars to $view

5 lines of code changed in 1 file:

vain 2010-03-21 21:58 Rev.: 4290

- general cleanup

65 lines of code changed in 3 files:

vain 2010-03-20 23:32 Rev.: 4284

- renamed classes Clansuite_Module_ / Clansuite_Front_Controller / Clansuite_Action_Controller etc
- adjusted loadModule and loader
- fix for xdebug class, when useing firebug outside of a class

17 lines of code changed in 2 files:

vain 2010-03-20 14:51 Rev.: 4278

- removed @since

51 lines of code changed in 1 file:

vain 2010-03-20 14:42 Rev.: 4276

- renamed all remaining $smarty vars to $view

25 lines of code changed in 2 files:

vain 2010-03-14 06:15 Rev.: 4234

- several changes to reflect the smarty3 update

1 lines of code changed in 1 file:

vain 2010-01-26 18:55 Rev.: 3950

- readded modules

3073 lines of code changed in 11 files:

vain 2010-01-21 02:11 Rev.: 3938

- complete modules cleanup

0 lines of code changed in 11 files:

vain 2010-01-20 06:16 Rev.: 3928

- renamed smarty assign_by_ref to assign (this was mainly a workaround in smarty v2 to work with references. referencing is now standard behavior of php.)
- drop the ajax dialog windows (will be reimplemented on base of jQuery modal)
- added messagebox viewhelper for testing purposes to the apc status template

48 lines of code changed in 2 files:

vain 2009-12-09 21:11 Rev.: 3815

- updated several templates and module files due to the Smarty version change

9 lines of code changed in 2 files:

thunderm00n 2009-11-27 16:36 Rev.: 3779

added functions for profile (not yet finished)

185 lines of code changed in 1 file:

thunderm00n 2009-10-30 19:11 Rev.: 3553

- added action_admin_settings & action_admin_settings_update for all needed modules
- updated several modulconfigs

58 lines of code changed in 1 file:

thunderm00n 2009-10-01 13:49 Rev.: 3429

renamed TableRecords in all modules to plural form

2 lines of code changed in 1 file:

thunderm00n 2009-08-06 19:39 Rev.: 3308

test commit

2 lines of code changed in 1 file:

vain 2009-05-12 08:41 Rev.: 3049

- phpdoc fixes

161 lines of code changed in 2 files:

thunderm00n 2009-04-25 23:39 Rev.: 2978

- Added account.info.php

24 lines of code changed in 1 file:

thunderm00n 2009-04-24 23:38 Rev.: 2959

Added and modified some files for Modulenavigation in Backend

83 lines of code changed in 1 file:

vain 2009-01-20 18:35 Rev.: 2741

- renamed doc_raw to move_to; "move_to position" to "move_to target"

6 lines of code changed in 1 file:

vain 2009-01-12 03:00 Rev.: 2686

- removed processActionController from Modules
- enabled Usage of ActionController_Resolver, restructured index.php and frontcontroller.core.php accordingly
- processActionController is now executed by Frontcontroller->processRequest()
- moved and renamed cut_string from set_breadcrumbs.filter.php to functions.core.php cut_string_backwards
- added simplexmltoarray to functions.core.php

0 lines of code changed in 1 file:

vain 2008-12-25 16:55 Rev.: 2646

- worked on some configuration issues
- deleted tabs from settings module

59 lines of code changed in 1 file:

vain 2008-12-13 00:14 Rev.: 2636

- renamed "httprequest" to "Clansuite_HttpRequest"

7 lines of code changed in 1 file:

vain 2008-12-13 00:05 Rev.: 2633

- applied "clansuite_" prefix on gallery module

13 lines of code changed in 1 file:

xsign 2008-09-04 16:46 Rev.: 2497

- reworked account module
- changed templates

6 lines of code changed in 1 file:

xsign 2008-09-02 21:16 Rev.: 2494

- added setWidgetTemplate()
- changed lots of tpl names to action_ widget_
- more...

17 lines of code changed in 2 files:

xsign 2008-08-31 06:21 Rev.: 2485

- account mod fixes, renamed block to widget

19 lines of code changed in 1 file:

xsign 2008-08-29 11:10 Rev.: 2480

- changed all TPLs and PHP Files to use singular Doctrine!
- SQL UPDATE !!!!!!!!!!!!!!!!!!

6 lines of code changed in 1 file:

vain 2008-07-25 15:57 Rev.: 2316

- login tpl fix

7 lines of code changed in 1 file:

xsign 2008-07-14 13:07 Rev.: 2303

- register fixes
- {$content} approval

1 lines of code changed in 1 file:

(76 more)

Generated by StatSVN 0.7.0