Directory typo3/sysext/beuser/mod/

Directory Created:
2004-11-16 16:24
Total Files:
6
Deleted Files:
1
Lines of Code:
1710

[root]/typo3/sysext/beuser/mod

Lines of Code

typo3/sysext/beuser/mod/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 58 (100.0%) 2771 (100.0%) 47.7
kasper 18 (31.0%) 2101 (75.8%) 116.7
stucki 3 (5.2%) 162 (5.8%) 54.0
dmitry 4 (6.9%) 134 (4.8%) 33.5
masi 4 (6.9%) 113 (4.1%) 28.2
jsegars 1 (1.7%) 85 (3.1%) 85.0
patrick 2 (3.4%) 44 (1.6%) 22.0
flyguide 5 (8.6%) 39 (1.4%) 7.8
ohader 3 (5.2%) 35 (1.3%) 11.6
sebastian 3 (5.2%) 24 (0.9%) 8.0
benni 5 (8.6%) 22 (0.8%) 4.4
baschny 1 (1.7%) 4 (0.1%) 4.0
rupi 1 (1.7%) 3 (0.1%) 3.0
steffenk 1 (1.7%) 2 (0.1%) 2.0
ingmars 6 (10.3%) 2 (0.1%) 0.3
k-fish 1 (1.7%) 1 (0.0%) 1.0

Most Recent Commits

benni 2009-11-18 00:56 Rev.: 6469

Fixed bug #12648: Introduce t3lib_utility_Http for all related constants and make the core aware of these changes (patch by Ingo Renner)

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+1 -1)
baschny 2009-11-03 08:57 Rev.: 6315

Fixed bug #5120: SQL parse error in "Who is online" with DBAL (PostgreSQL / Oracle)

4 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+4 -4)
benni 2009-09-25 14:36 Rev.: 6053

Cleanup #11357: Make use of new t3lib_div::redirect function throughout the core

2 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+2 -2)
rupi 2009-08-05 11:05 Rev.: 5761

Fixed #11430: Performance improvement: use $GLOBALS['EXEC_TIME'] instead of time() where it makes sense

3 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+3 -1)
patrick 2009-06-05 08:45 Rev.: 5557

Fixed bug #11189: Validation issue: value of attribute "method" cannot be "POST"; must be one of "get", "post"

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+1 -1)
benni 2009-06-02 14:52 Rev.: 5526

Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - removed more require_once() statements

0 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (-6)
k-fish 2009-05-16 00:12 Rev.: 5424

Fixed bug #9994: ereg* is deprecated in PHP 5.3 alpha3

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+1 -1)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+1 -1)
flyguide 2009-03-03 20:10 Rev.: 5116

Fixed bug #10497: Mark t3lib_div::makeInstanceClassName() as deprecated

5 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+5 -10)
stucki 2009-02-10 08:51 Rev.: 4979

Fixed bug #10298: Various XSS issues in the BE user admin module

6 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+6 -4)
steffenk 2008-11-25 09:51 Rev.: 4486

8561 Checkboxes and labels are aligned badly if in one line

2 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+2 -2)
flyguide 2008-11-07 05:13 Rev.: 4433

removed superfluous comments, empty lines

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+1 -11)
ingmars 2008-10-29 14:50 Rev.: 4382

Added SVN properties.

0 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: locallang.xml (changed)
dmitry 2008-10-20 08:43 Rev.: 4331

Fixed bug #9398: Labels in Module User Administration are hardcoded

129 lines of code changed in 2 files:

  • typo3/sysext/beuser/mod: index.php (+64 -62), locallang.xml (new 65)
masi 2008-09-18 22:37 Rev.: 4149

#8588: Admin tools -> User Admin -> List users online broken when [BE][lockIP] is set to < 4

10 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+10 -2)
benni 2008-08-14 22:40 Rev.: 3977

Fixed bug #9095: xhtml in the backend by default (Thanks to Christian Kuhn)

0 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (-1)
benni 2008-06-27 10:36 Rev.: 3843

Fixed bug #8497 User Admin > Compare User Settings Inconsistencies (Thanks to Michiel Roos and Francois Suter)

19 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+19 -8)
dmitry 2008-04-10 07:09 Rev.: 3551

Added @var to typo3/sysext/beuser/mod/index.php

3 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+3 -1)
flyguide 2008-04-01 21:42 Rev.: 3510

Changed private declarations to protected

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+1 -1)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

12 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+12 -12)
jsegars 2008-02-18 20:21 Rev.: 3217

Fixed Bug #3215: Tools>User-admin is hard to read (thanks to Steffen and Benni)

85 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+85 -83)
patrick 2008-02-17 15:26 Rev.: 3186

RFC #7436: Docheaders: Module Admin tools > User Admin: No docheader

43 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+43 -17)
kasper 2008-01-31 22:16 Rev.: 2997

- Added TCA feature in [ctrl][versioningWS_alwaysAllowLiveEdit] allowed to permanently set records to be edited directly. This enables that backend users can still be edited while in a workspace. Convenient for admins.
- Also, the User Admin module is now available in draft workspaces

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: conf.php (+1 -1)
ingmars 2007-11-05 10:22 Rev.: 2663

Changing SVN property eol-style from native to LF for all .php, .html, .js, .css and .htaccess files in the core trunk

0 lines of code changed in 3 files:

  • typo3/sysext/beuser/mod: conf.php (changed), index.php (changed), locallang_mod.xml (changed)
flyguide 2007-08-15 09:12 Rev.: 2449

added @var phpDoc comments to various variables

20 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+20)
ohader 2007-03-01 18:28 Rev.: 2167

Fixed bug: #5092: Typo in Who is online

2 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+2 -2)
ohader 2007-02-27 14:57 Rev.: 2160

Fixed bug: #5073: Tools>User Admin>List users online is broken

32 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+32 -45)
masi 2007-02-06 11:55 Rev.: 2005

Fixed bug #4742: link to user on User Admin page is following to wrong URL

3 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+3 -3)
ingmars 2007-02-05 19:24 Rev.: 1997

Lots of <label> tags added to checkbox labels throughout the core

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+1 -1)
ingmars 2007-01-09 15:02 Rev.: 1900

Alphabetically sorted TS tree in TS Object Browser (by Ingo Renner)

1 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+1 -1)
masi 2006-11-23 17:41 Rev.: 1810

List users online (aka who is online) for BE users in Tools > User Manager

89 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+89 -24)
kasper 2006-10-25 11:27 Rev.: 1770

9 lines of code changed in 2 files:

  • typo3/sysext/beuser/mod: conf.php (+3 -3), index.php (+6 -6)
dmitry 2006-10-19 09:21 Rev.: 1767

Fixed bug 3199: SUing to myself?

2 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+2 -1)
sebastian 2006-09-15 14:23 Rev.: 1739

* Fixed bug #3862: Tools>User Admin allows switching to disabled user
* Fixed bug #3863: Delete temp_CACHED_* files from "Edit files in typo3conf/:"

7 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+7 -4)
masi 2006-07-06 11:06 Rev.: 1602

Fix bug #3779: edit form on page broken

11 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+11 -11)
stucki 2006-04-10 10:27 Rev.: 1421

* Merging all changes from TYPO3_4-0 branch back into HEAD

156 lines of code changed in 2 files:

  • typo3/sysext/beuser/mod: index.php (+156 -69), locallang_mod.xml (-62)
sebastian 2005-11-12 20:38 Rev.: 859

2005-11-12 Sebastian Kurfuerst <sebastian@garbage-group.de>

* New feature 1573: switch back to admin user after user switch
(SU-mode)

9 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+9 -3)
sebastian 2005-11-08 20:52 Rev.: 845

2005-11-08 Sebastian Kurfuerst <sebastian@garbage-group.de>

* Fixed bug #586: User Admin can't create new user
* Fixed bug #1293: TCAdefaults.pages.doktype is not recognized by the wizard "Create new pages"
* Fixed bug #1407: clearCache doesn't work when deleting records
* Fixed bug #1570: on timeout in BE, popup appears all the time when clicking no
* Fixed bug #1571: make new content element wizard easier to use

8 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+8 -2)
kasper 2005-11-02 23:51 Rev.: 837

Todays catch

2 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: conf.php (+2)
kasper 2005-10-04 13:03 Rev.: 809

Added initial support for workspaces in core.

7 lines of code changed in 1 file:

  • typo3/sysext/beuser/mod: index.php (+7)

(8 more)

Generated by StatSVN 0.5.0