Directory typo3/sysext/sv/

Directory Created:
2004-06-08 14:46
Total Files:
8
Deleted Files:
0
Lines of Code:
626

[root]/typo3/sysext/sv
                directory in repo reports (4 files, 280 lines)

Lines of Code

typo3/sysext/sv/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 49 (100.0%) 795 (100.0%) 16.2
rene 6 (12.2%) 357 (44.9%) 59.5
kasper 12 (24.5%) 179 (22.5%) 14.9
dmitry 3 (6.1%) 127 (16.0%) 42.3
stucki 8 (16.3%) 75 (9.4%) 9.3
francois 4 (8.2%) 21 (2.6%) 5.2
andreas 1 (2.0%) 15 (1.9%) 15.0
ohader 5 (10.2%) 13 (1.6%) 2.6
benni 2 (4.1%) 4 (0.5%) 2.0
k-fish 1 (2.0%) 2 (0.3%) 2.0
flyguide 2 (4.1%) 2 (0.3%) 1.0
ingmars 5 (10.2%) 0 (0.0%) 0.0

Most Recent Commits

stucki 2009-11-25 15:07 Rev.: 6536

Add missing SVN properties for new or modified files

2 lines of code changed in 2 files:

  • typo3/sysext/sv: class.tx_sv_loginformhook.php (+1 -1), ext_autoload.php (+1 -1)
ohader 2009-10-21 10:31 Rev.: 6210

Cleanup: Updated ext_emconf.php files in system extensions

5 lines of code changed in 1 file:

  • typo3/sysext/sv: ext_emconf.php (+5 -5)
francois 2009-10-16 08:41 Rev.: 6156

Cleanup #12249: Improved comments about service registration in EXT:sv/ext_tables.php and EXT:sv/ext_localconf.php

2 lines of code changed in 2 files:

  • typo3/sysext/sv: ext_localconf.php (+2 -3), ext_tables.php (-2)
francois 2009-10-16 08:30 Rev.: 6155

Feature #12178: Provide a report for installed services in the new Reports module

19 lines of code changed in 2 files:

  • typo3/sysext/sv: ext_autoload.php (new 11), ext_tables.php (+8)
ohader 2009-09-16 18:57 Rev.: 5947

Fixed bug #11831: Remove reference operators for objects

2 lines of code changed in 1 file:

  • typo3/sysext/sv: class.tx_sv_authbase.php (+2 -2)
benni 2009-06-03 10:22 Rev.: 5537

Followup to #11148: Remove static require_once() to t3lib and tslib and use autoloading instead - re-added require_once() for the services classes

4 lines of code changed in 1 file:

  • typo3/sysext/sv: class.tx_sv_authbase.php (+4)
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/sv: class.tx_sv_authbase.php (-6)
dmitry 2009-05-04 15:28 Rev.: 5387

Added feature #11016: Implement RSA authentication for BE and FE -- part 2 (fix hard-coded stuff in the TYPO3 login procedure)

126 lines of code changed in 2 files:

  • typo3/sysext/sv: class.tx_sv_loginformhook.php (new 122), ext_localconf.php (+4)
ohader 2009-03-11 19:14 Rev.: 5200

Cleanup: Updated ext_emconf.php files in system extensions

4 lines of code changed in 1 file:

  • typo3/sysext/sv: ext_emconf.php (+4 -2)
ohader 2009-03-09 19:28 Rev.: 5165

Cleanup: Updated copyright notices

2 lines of code changed in 2 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (+1 -1), class.tx_sv_authbase.php (+1 -1)
dmitry 2008-07-16 10:10 Rev.: 3896

Fixed bug #8934: change compatibility version to 4.3.0 for all sysexts

1 lines of code changed in 1 file:

  • typo3/sysext/sv: ext_emconf.php (+1 -1)
stucki 2008-04-23 10:40 Rev.: 3629


* Update version numbers of all system extension that have been changed since TYPO3 4.1

1 lines of code changed in 1 file:

  • typo3/sysext/sv: ext_emconf.php (+1 -1)
stucki 2008-04-23 10:16 Rev.: 3625


* Update all ext_emconf.php in system extensions (continued)

18 lines of code changed in 1 file:

  • typo3/sysext/sv: ext_emconf.php (+18 -9)
flyguide 2008-03-16 20:16 Rev.: 3439

Updated Copyright notices

2 lines of code changed in 2 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (+1 -1), class.tx_sv_authbase.php (+1 -1)
andreas 2007-12-17 14:57 Rev.: 2844

Feature request #6945: Login failures can be logged with t3lib_div::syslog().

15 lines of code changed in 1 file:

  • typo3/sysext/sv: class.tx_sv_auth.php (+15)
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 5 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (changed), class.tx_sv_authbase.php (changed), ext_emconf.php (changed), ext_localconf.php (changed), ext_tables.php (changed)
stucki 2007-02-05 00:00 Rev.: 1994

Modified some AND/OR statements to use common operators instead

1 lines of code changed in 1 file:

  • typo3/sysext/sv: class.tx_sv_auth.php (+1 -1)
k-fish 2006-06-28 12:13 Rev.: 1539

Made FE group lookups possible when lockToDomain is NULL in DB (e.g. when using Oracle).

2 lines of code changed in 1 file:

  • typo3/sysext/sv: class.tx_sv_auth.php (+2 -2)
stucki 2005-09-18 19:43 Rev.: 794

* If the encryption key is not set, the warning in the backend now contains a link to the according section.
* be_group can no longer be selected as a subgroup of itself
* Merged fenestgrp extension into Core. This makes it possible to select subgroups for fe_groups. Thanks to Glen Gibb.
* Merged ingmar_accessctrl extension into Core. Content elements and pages can now have access for more than only one group. Thanks to Ingmar Schlecht for his nice extension.
* Fixed a bug in the object browser: Adding properties copied key + value into the key field. Notice: This requires an additional patch in the tstemplate_objbrowser extension!
* Some typo fixes
* New property for TYPO3_CONF_VARS[SYS][displayErrors]: If set to 2, display_errors will only be enabled if the devIPmask matches the current clients IP address.

52 lines of code changed in 2 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (+45 -3), class.tx_sv_authbase.php (+7 -7)
kasper 2005-04-28 13:02 Rev.: 686

Localization updates

8 lines of code changed in 2 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (+1 -1), class.tx_sv_authbase.php (+7 -7)
kasper 2005-04-27 10:57 Rev.: 670

See changelog

136 lines of code changed in 3 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (+47 -62), class.tx_sv_authbase.php (+88 -18), ext_localconf.php (+1 -1)
kasper 2005-04-01 15:37 Rev.: 593

Updated years from 2004 to 2005 + all function indexes. NO actual code changes done!

19 lines of code changed in 2 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (+4 -1), class.tx_sv_authbase.php (+15 -12)
kasper 2005-01-02 18:18 Rev.: 528


* Added Karsten D.s patches for DBAL.

9 lines of code changed in 1 file:

  • typo3/sysext/sv: class.tx_sv_auth.php (+9 -9)
kasper 2004-11-16 17:55 Rev.: 505

Updated locallang from TER for a set of system Extension

1 lines of code changed in 1 file:

  • typo3/sysext/sv: ext_tables.php (+1 -1)
kasper 2004-09-13 23:57 Rev.: 468


* Updated my email address from "kasper@typo3.com" (which is closed and will stay that way) to "kasperYYYY@typo3.com" which programmers should be able to figure out...
* Updated all JavaDoc comments and function/class indexes in files, preparing for 3.7.0RC

3 lines of code changed in 2 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (+2 -2), class.tx_sv_authbase.php (+1 -1)
stucki 2004-08-15 16:31 Rev.: 429

Corrected wrong parameter order for some implode function calls.

1 lines of code changed in 1 file:

  • typo3/sysext/sv: class.tx_sv_auth.php (+1 -1)
kasper 2004-06-11 20:16 Rev.: 371

More CSH related stuff

3 lines of code changed in 1 file:

  • typo3/sysext/sv: ext_emconf.php (+3 -3)
rene 2004-06-08 14:46 Rev.: 357

introduce system services used for authentication for now

357 lines of code changed in 6 files:

  • typo3/sysext/sv: class.tx_sv_auth.php (new 194), class.tx_sv_authbase.php (new 94), ext_emconf.php (new 37), ext_icon.gif (new), ext_localconf.php (new 26), ext_tables.php (new 6)
Generated by StatSVN 0.5.0