Directory typo3/sysext/openid/

Directory Created:
2008-10-28 22:58
Total Files:
12
Deleted Files:
0
Lines of Code:
420

[root]/typo3/sysext/openid
                directory in repo doc (1 files, 0 lines)
                directory in repo lib (0 files, 0 lines)
                    directory in repo php-openid (3 files, 256 lines)
                        directory in repo Auth (1 files, 552 lines)
                            directory in repo OpenID (28 files, 12173 lines)
                            directory in repo Yadis (11 files, 3039 lines)
                directory in repo sv1 (1 files, 482 lines)

Lines of Code

typo3/sysext/openid/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 52 (100.0%) 830 (100.0%) 15.9
masi 20 (38.5%) 532 (64.1%) 26.6
steffenk 8 (15.4%) 108 (13.0%) 13.5
ohader 8 (15.4%) 108 (13.0%) 13.5
stucki 4 (7.7%) 73 (8.8%) 18.2
ingmars 7 (13.5%) 3 (0.4%) 0.4
flyguide 2 (3.8%) 3 (0.4%) 1.5
benni 3 (5.8%) 3 (0.4%) 1.0

Most Recent Commits

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

Add missing SVN properties for new or modified files

0 lines of code changed in 3 files:

  • typo3/sysext/openid: class.tx_openid_mod_setup.php (changed), class.tx_openid_return.php (changed), locallang_csh_mod.xml (changed)
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)

2 lines of code changed in 2 files:

  • typo3/sysext/openid: class.tx_openid_eid.php (+1 -1), class.tx_openid_return.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/openid: ext_emconf.php (+5 -5)
ohader 2009-10-20 22:59 Rev.: 6202

Cleanup: Fixed comments

1 lines of code changed in 1 file:

  • typo3/sysext/openid: ext_localconf.php (+1 -1)
steffenk 2009-10-20 14:23 Rev.: 6185

Fixed bug #10467: AJAX relogin does not work

2 lines of code changed in 1 file:

  • typo3/sysext/openid: ext_localconf.php (+2)
benni 2009-09-25 14:36 Rev.: 6053

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

1 lines of code changed in 1 file:

  • typo3/sysext/openid: class.tx_openid_eid.php (+1 -3)
ohader 2009-09-20 10:58 Rev.: 6008

Follow-up to feature #10585: Fixed PHPdoc comments and field rendering

13 lines of code changed in 1 file:

  • typo3/sysext/openid: class.tx_openid_mod_setup.php (+13 -10)
ohader 2009-09-20 10:35 Rev.: 6007

Cleanup: Set SVN properties

85 lines of code changed in 2 files:

  • typo3/sysext/openid: class.tx_openid_mod_setup.php (+66 -66), locallang_csh_mod.xml (+19 -19)
steffenk 2009-09-19 23:38 Rev.: 6003

Added feature #10585: Enable BE-User to change their OpenID

104 lines of code changed in 6 files:

  • typo3/sysext/openid: class.tx_openid_mod_setup.php (new 67), ext_localconf.php (+2), ext_tables.php (+12 -12), locallang_csh.xml (+1), locallang_csh_mod.xml (new 20), locallang_db.xml (+2)
stucki 2009-06-22 18:13 Rev.: 5610

Convert DOS to Unix linebreaks throughout TYPO3core (text files only) except contrib projects.

73 lines of code changed in 1 file:

  • typo3/sysext/openid: class.tx_openid_return.php (+73 -73)
ohader 2009-03-11 19:14 Rev.: 5200

Cleanup: Updated ext_emconf.php files in system extensions

2 lines of code changed in 1 file:

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

Cleanup: Updated copyright notices

2 lines of code changed in 2 files:

  • typo3/sysext/openid: class.tx_openid_eid.php (+1 -1), class.tx_openid_return.php (+1 -1)
steffenk 2009-01-02 18:47 Rev.: 4640

Fixed bug #10043: removed deprecated function-calls in openid

2 lines of code changed in 1 file:

  • typo3/sysext/openid: class.tx_openid_eid.php (+2 -2)
ingmars 2008-10-29 14:50 Rev.: 4382

Added SVN properties.

3 lines of code changed in 7 files:

  • typo3/sysext/openid: class.tx_openid_eid.php (+1 -1), class.tx_openid_return.php (+1 -1), ext_emconf.php (changed), ext_localconf.php (changed), ext_tables.php (changed), locallang_csh.xml (+1 -1), locallang_db.xml (changed)
masi 2008-10-29 13:32 Rev.: 4381

Change linefeed property to LF

193 lines of code changed in 8 files:

  • typo3/sysext/openid: TODO (+1 -3), class.tx_openid_eid.php (+77 -77), ext_emconf.php (+2 -2), ext_localconf.php (+25 -25), ext_tables.php (+46 -46), ext_tables.sql (+12 -12), locallang_csh.xml (+18 -18), locallang_db.xml (+12 -12)
masi 2008-10-29 11:37 Rev.: 4379

revamp fix for output buffering

5 lines of code changed in 1 file:

  • typo3/sysext/openid: class.tx_openid_return.php (+5 -11)
masi 2008-10-29 11:09 Rev.: 4377

Check for output buffer, not for configuration variable which isn't present

1 lines of code changed in 1 file:

  • typo3/sysext/openid: class.tx_openid_return.php (+1 -1)
flyguide 2008-10-29 03:24 Rev.: 4376

made the extension icon show the OpenID logo

3 lines of code changed in 2 files:

  • typo3/sysext/openid: ext_emconf.php (+3 -3), ext_icon.gif (changed)
masi 2008-10-28 22:58 Rev.: 4368

#9474: Integrate OpenID authentication support to TYPO3
#9625: Integrate possibility to extend TCEforms palettes easily

333 lines of code changed in 10 files:

  • typo3/sysext/openid: TODO (new 4), class.tx_openid_eid.php (new 78), class.tx_openid_return.php (new 83), ext_emconf.php (new 50), ext_icon.gif (new), ext_localconf.php (new 26), ext_tables.php (new 47), ext_tables.sql (new 13), locallang_csh.xml (new 19), locallang_db.xml (new 13)
Generated by StatSVN 0.5.0