Directory modules/users/

Directory Created:
2008-07-13 20:37
Directory Deleted:
2012-03-07 16:16
Total Files:
0
Deleted Files:
5
Lines of Code:
0

Browse with Trac

[root]/modules/users
            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 entities (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 repositories (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/users/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 79 (100.0%) 3261 (100.0%) 41.2
vain 62 (78.5%) 2439 (74.8%) 39.3
xsign 6 (7.6%) 559 (17.1%) 93.1
thunderm00n 10 (12.7%) 220 (6.7%) 22.0
paulbr 1 (1.3%) 43 (1.3%) 43.0

Most Recent Commits

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

- moved modules into application dir

0 lines of code changed in 5 files:

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

43 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

3 lines of code changed in 1 file:

vain 2010-09-18 01:40 Rev.: 4648

- removed calls to Clansuite_Array_Formgenerator from modules. one might instantiate a new form with a form description array now. the form generator is called automatically.

1 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-04-17 20:56 Rev.: 4356

- QA fixes

1 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

1 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

7 lines of code changed in 1 file:

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

- general cleanup

16 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

12 lines of code changed in 2 files:

vain 2010-03-20 14:46 Rev.: 4277

- removed @since

0 lines of code changed in 2 files:

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

- renamed all remaining $smarty vars to $view

27 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

908 lines of code changed in 5 files:

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

- complete modules cleanup

0 lines of code changed in 5 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

9 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

1 lines of code changed in 1 file:

vain 2009-11-20 16:59 Rev.: 3747

- guestbook.admin.php action_admin_show.tpl
- several minor modifications

486 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

55 lines of code changed in 1 file:

thunderm00n 2009-10-27 20:55 Rev.: 3544

- added settings action for several modules

10 lines of code changed in 1 file:

vain 2009-10-27 19:22 Rev.: 3543

- added news widgets to standard/index.tpl
- added widget templates for the news module to news/templates/ (transfered from newscore theme)
- fixed method comments in news.module.php
- modified widget_lastregisteredusers

13 lines of code changed in 2 files:

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

renamed TableRecords in all modules to plural form

6 lines of code changed in 2 files:

thunderm00n 2009-08-06 19:43 Rev.: 3309

fixed a path for better Backentheme-Integration

4 lines of code changed in 1 file:

thunderm00n 2009-06-20 01:03 Rev.: 3167

fixed names and queries for some backend modules

1 lines of code changed in 1 file:

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

- phpdoc fixes

31 lines of code changed in 2 files:

vain 2009-04-27 20:50 Rev.: 2997

- corrected attribute "author" on several modules (modulename.info.php)

1 lines of code changed in 1 file:

thunderm00n 2009-04-25 23:45 Rev.: 2979

- Added some Modules with Basic Structures
- Added .info.php and .config.php to all Modules

33 lines of code changed in 2 files:

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-04-01 23:47 Rev.: 2899

- WIP users module

13 lines of code changed in 1 file:

vain 2009-04-01 22:25 Rev.: 2895

- WIP users module

511 lines of code changed in 1 file:

vain 2009-03-27 16:44 Rev.: 2880

- added avatar to randomuser

1 lines of code changed in 1 file:

vain 2009-03-27 03:50 Rev.: 2873

- various smaller changes
- modulemanager scaffolding restructured to single methods
- permissiosn management: changed the cc_ tag to permission_ in templates, for the sake of a clearer name

61 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"

1 lines of code changed in 1 file:

vain 2009-01-19 23:36 Rev.: 2732

- renamed templates (action_)

18 lines of code changed in 2 files:

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 2 files:

(11 more)

Generated by StatSVN 0.7.0