Directory cli/

Directory Created:
2009-02-05 13:15
Total Files:
2
Deleted Files:
2
Lines of Code:
384

[root]/cli

Lines of Code

cli/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 29 (100.0%) 603 (100.0%) 20.7
sas-me 15 (51.7%) 503 (83.4%) 33.5
nielspardon 2 (6.9%) 57 (9.5%) 28.5
bernd.schoenbach 2 (6.9%) 23 (3.8%) 11.5
oliklee 10 (34.5%) 20 (3.3%) 2.0

Most Recent Commits

oliklee 2010-09-23 16:39 Rev.: 38526

[Bug 4130] Set the numeric locale in our CLI scripts, r=niels

2 lines of code changed in 1 file:

  • cli: tx_seminars_cli.php (+2)
oliklee 2010-08-30 11:03 Rev.: 37427

[Bug 4094] Use empty configurations in the unit tests, r=niels

7 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+7 -11)
oliklee 2010-07-12 16:48 Rev.: 35585

[Bug 3957] Move tx_seminars_seminarbagbuilder to BagBuilder/Event, r=niels

2 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+2 -2)
oliklee 2010-06-20 14:32 Rev.: 34604

[Bug 3928] Drop all require_once that are covered by an autoloader, r=niels

0 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (-2)
oliklee 2010-04-30 19:15 Rev.: 32807

[Bug 3434] Replace false/true with FALSE/TRUE, r=niels

1 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+1 -1)
oliklee 2010-01-29 17:48 Rev.: 29485

Fix a code formatting nit.

1 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+1 -1)
bernd.schoenbach 2010-01-19 18:41 Rev.: 29055

[Bug 3585] Registration csv-file could not be added to the organizer mail,r=oliver

18 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+18 -3)
bernd.schoenbach 2010-01-19 11:35 Rev.: 29029

[Bug 3580] Add separate TS setup configuration variables for the CSV columns in the e-mail to the organizers,r=oliver

5 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+5 -15)
oliklee 2010-01-05 17:05 Rev.: 28415

Bug 3641: Update all copyrights to 2010, no review

2 lines of code changed in 2 files:

  • cli: class.tx_seminars_cli_MailNotifier.php (+1 -1), tx_seminars_cli.php (+1 -1)
nielspardon 2009-12-03 15:40 Rev.: 27292

[Bug 3541] Fix: Failure in test case testSendRemindersToOrganizersForCliBackendUserWithLanguageGermanSendsReminderInGerman

2 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+2 -2)
oliklee 2009-06-17 22:53 Rev.: 21553

[Bug 3080] Add an object factory, r=niels

5 lines of code changed in 2 files:

  • cli: class.tx_seminars_cli_MailNotifier.php (+4 -4), tx_seminars_cli.php (+1 -1)
sas-me 2009-02-25 21:12 Rev.: 17219

[#2726] Use texts from locallang in the CLI user's language for the CLI-sent e-mail, r=Oliver

1 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+1 -1)
sas-me 2009-02-25 17:33 Rev.: 17211

[#2755] BE user mapper needs to lowercase the CLI user before DB search, r=Oliver

51 lines of code changed in 2 files:

  • cli: class.tx_seminars_cli_DefaultController.php (del), tx_seminars_cli.php (new 51)
sas-me 2009-02-25 16:29 Rev.: 17204

[Bug 2600] Add a CLI module, r=Oliver

5 lines of code changed in 2 files:

  • cli: class.tx_seminars_cli_DefaultController.php (+4 -1), class.tx_seminars_cli_MailNotifier.php (+1 -1)
sas-me 2009-02-24 21:52 Rev.: 17179

[#2726] Use texts from locallang in the CLI user's language for the CLI-sent e-mail, r=Oliver

2 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+2 -1)
sas-me 2009-02-24 20:25 Rev.: 17176

[#2726] Use texts from locallang in the CLI user's language for the CLI-sent e-mail, r=Oliver

72 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+72 -17)
sas-me 2009-02-23 13:00 Rev.: 17124

[#2607] Attach the CSV file to the CLI-triggered e-mails to the organizers, r=Oliver

8 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_MailNotifier.php (+8 -4)
sas-me 2009-02-23 12:27 Rev.: 17122

[#2607] Attach the CSV file to the CLI-triggered e-mails to the organizers, r=Oliver

39 lines of code changed in 2 files:

  • cli: class.tx_seminars_cli_DefaultController.php (+3 -3), class.tx_seminars_cli_MailNotifier.php (+36)
sas-me 2009-02-22 14:46 Rev.: 17067

Bug 2603: In the CLI module, check whether there are any events that are in the "planned" state, r=Oliver

237 lines of code changed in 3 files:

  • cli: class.tx_seminars_cli_DefaultController.php (+1 -1), class.tx_seminars_cli_MailNotifier.php (new 236), class.tx_seminars_cli_Main.php (del)
sas-me 2009-02-20 12:30 Rev.: 17007

[#2601] Add a CLI command line parameter for selecting the page that contains the TS setup that will be used by the CLI module, r=Oliver

88 lines of code changed in 2 files:

  • cli: class.tx_seminars_cli_DefaultController.php (+9 -7), class.tx_seminars_cli_Main.php (new 79)
nielspardon 2009-02-05 13:15 Rev.: 16472

[Bug 2600] Feature: Add a CLI module

55 lines of code changed in 1 file:

  • cli: class.tx_seminars_cli_DefaultController.php (new 55)
Generated by StatSVN 0.5.0