Directory installation/

Total Files:
4
Deleted Files:
24
Lines of Code:
979

Browse with Trac

[root]/installation
        directory in repo controller (7 files, 508 lines)
        Folder removed from repo converter (0 files, 0 lines)
            Folder removed from repo languages (0 files, 0 lines)
            Folder removed from repo systems (0 files, 0 lines)
                Folder removed from repo cms (0 files, 0 lines)
        directory in repo css (1 files, 693 lines)
        directory in repo images (20 files, 348 lines)
        directory in repo javascript (3 files, 652 lines)
        directory in repo languages (7 files, 1031 lines)
        Folder removed from repo sql (0 files, 0 lines)
            Folder removed from repo update (0 files, 0 lines)
        directory in repo view (10 files, 1228 lines)
        Folder removed from repo webinstaller (0 files, 0 lines)

Lines of Code

installation/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 623 (100.0%) 12539 (100.0%) 20.1
vain 513 (82.3%) 9710 (77.4%) 18.9
xsign 76 (12.2%) 2141 (17.1%) 28.1
vyper 19 (3.0%) 520 (4.1%) 27.3
rikku 9 (1.4%) 121 (1.0%) 13.4
thunderm00n 6 (1.0%) 47 (0.4%) 7.8

Most Recent Commits

vain 2012-04-03 21:10 Rev.: 6386

- added namespaces to installation

48 lines of code changed in 1 file:

vain 2012-03-09 16:42 Rev.: 6281

- the exception class got accidentally into the controll of step7, moved back to index

98 lines of code changed in 1 file:

vain 2012-03-06 23:44 Rev.: 6213

- bugfix "create_database" got written to config file

4 lines of code changed in 1 file:

vain 2012-03-06 22:52 Rev.: 6211

- menu is actually a sidebar

1 lines of code changed in 1 file:

vain 2012-03-06 21:56 Rev.: 6206

- this is called premature optimization, isn't it?

2 lines of code changed in 1 file:

vain 2012-03-06 19:37 Rev.: 6204

- added reload blocking: the next installation step is only displayed, when the form is sent, not when reloading the page

6 lines of code changed in 1 file:

vain 2012-03-06 16:44 Rev.: 6203

- autoload is static now

2 lines of code changed in 1 file:

vain 2012-03-05 17:46 Rev.: 6188

- cleanup

1 lines of code changed in 13 files:

vain 2012-03-05 17:40 Rev.: 6187

- do not triggering the autoloader

1 lines of code changed in 1 file:

vain 2012-03-05 17:37 Rev.: 6186

- adjusted autoloader to handle clansuite installer classes only

11 lines of code changed in 1 file:

vain 2012-03-05 17:31 Rev.: 6185

- moved controller classes out of the main installaton and into separate files inside the controller directory
- added an very basic autoloader for controller loading

39 lines of code changed in 1 file:

vain 2012-03-05 15:44 Rev.: 6183

- moved header, footer, menu and all installation steps into the view directory
- altered the view loading in the installer accordingly

6 lines of code changed in 1 file:

vain 2012-03-05 15:14 Rev.: 6181

- renamed "clansuite.config.installer" to "config.skeleton.ini", to clearly state what it is
- added comment

62 lines of code changed in 2 files:

vain 2012-03-05 15:01 Rev.: 6180

- moved installation.css to css dir

1 lines of code changed in 1 file:

vain 2012-03-05 14:59 Rev.: 6179

- registered DoctrineExtensions TablePrefix with the Doctrine2 Autoloader
- tables are now correctly prefixed via TablePrefix event registered to Doctrine2 event manager
- both, validateFormValues() and processValues() might render an error messages
- if multiple validation errors happen, the error messages are appended

37 lines of code changed in 1 file:

vain 2012-03-05 14:37 Rev.: 6178

- merged language and locale settings

4 lines of code changed in 1 file:

vain 2012-03-01 01:43 Rev.: 6171

- pw validation must be on clientside

1 lines of code changed in 1 file:

vain 2012-03-01 01:38 Rev.: 6169

- added $error variable inits
- try/catch block on doctrine2 initalization
- added exit to finally stfu after an exception display (no followups)

51 lines of code changed in 1 file:

vain 2012-03-01 01:04 Rev.: 6168

- refactored validateFormValues()
- first condition tests for isset/not empty
- inline conditions are testing for special cases, like alnum, preg_match etc.

57 lines of code changed in 1 file:

vain 2012-03-01 00:53 Rev.: 6167

- added error message for invalid email

9 lines of code changed in 1 file:

vain 2012-03-01 00:51 Rev.: 6166

- enhancing validation of password, email and pagetitle

18 lines of code changed in 1 file:

vain 2012-03-01 00:50 Rev.: 6165

- adding error output to steps 5,6 and 7

15 lines of code changed in 3 files:

vain 2012-03-01 00:22

- updated regexp for dbname, catching special chars

15 lines of code changed in 2 files:

vain 2012-03-01 00:08 Rev.: 6162

- fixed for language items

3 lines of code changed in 1 file:

vain 2012-02-29 22:47 Rev.: 6146

- partly implemented ticket #7

12 lines of code changed in 1 file:

vain 2012-02-29 22:46 Rev.: 6145

- added try/catch block in processValues() of step 6

28 lines of code changed in 1 file:

vain 2012-02-29 22:19 Rev.: 6144

- fix for prefilling the form with session values, when switching backwards and forwards through installation steps

17 lines of code changed in 1 file:

vain 2012-02-29 21:56 Rev.: 6143

- gmtoffset fix

1 lines of code changed in 1 file:

vain 2012-02-29 20:23 Rev.: 6142

- complete rewrite of the installation in oop style
- added tooltips and translations
- renamed input element timezone to gmtoffset

924 lines of code changed in 9 files:

vain 2012-02-28 02:21 Rev.: 6140

- added tooltip css

63 lines of code changed in 1 file:

vain 2012-02-28 02:21 Rev.: 6139

- added jQuery 1.7.1 and added jQuery pushyTip v1.1 to the installation header

2 lines of code changed in 1 file:

vain 2012-02-27 19:02 Rev.: 6138

- prepared drowdown for database type (supported are MySQL/MariaDB, PostgreSQL, SQlite)

17 lines of code changed in 1 file:

vain 2012-02-27 15:13 Rev.: 6137

- added fieldsets with legends on step 5 and 6

7 lines of code changed in 2 files:

vain 2012-02-27 15:02 Rev.: 6136

- goddamn minus

1 lines of code changed in 1 file:

vain 2012-02-27 14:59 Rev.: 6135

- database charset hardcoded to UTF-8 in the config skeleton

4 lines of code changed in 1 file:

vain 2012-02-27 14:49 Rev.: 6132

- adjusted the installation to work with doctrine2 (part2)
- removed importSQL() und getQueriesFromSQLFile() and archived them on my blog http://jakoch.de

103 lines of code changed in 3 files:

vain 2012-02-26 21:17 Rev.: 6131

- adjusted the installation to work with doctrine2
- eems like this is now the only cms installer using doctrine2 - period!
- the created database results from all the entities of all modules ,)
- fixed some spelling mistakes and sentences
- removed html comments (ending divs) from installation steps

274 lines of code changed in 9 files:

vain 2012-02-21 13:15 Rev.: 6100

- replaced switch with if on get_php_setting()
- added check for mbstring extension

26 lines of code changed in 1 file:

vain 2012-01-15 17:24 Rev.: 5938

- ordered list for the errormessage, removed css border from the error icon

6 lines of code changed in 1 file:

vain 2012-01-12 20:48 Rev.: 5931

- (revert) removed this accidentally

21 lines of code changed in 1 file:

(243 more)

Generated by StatSVN 0.7.0