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

| 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 |
- added namespaces to installation
48 lines of code changed in 1 file:
- the exception class got accidentally into the controll of step7, moved back to index
98 lines of code changed in 1 file:
- bugfix "create_database" got written to config file
4 lines of code changed in 1 file:
- menu is actually a sidebar
1 lines of code changed in 1 file:
- this is called premature optimization, isn't it?
2 lines of code changed in 1 file:
- 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:
- autoload is static now
2 lines of code changed in 1 file:
- cleanup
1 lines of code changed in 13 files:
- do not triggering the autoloader
1 lines of code changed in 1 file:
- adjusted autoloader to handle clansuite installer classes only
11 lines of code changed in 1 file:
- 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:
- 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:
- renamed "clansuite.config.installer" to "config.skeleton.ini", to clearly state what it is
- added comment
62 lines of code changed in 2 files:
- moved installation.css to css dir
1 lines of code changed in 1 file:
- 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:
- merged language and locale settings
4 lines of code changed in 1 file:
- pw validation must be on clientside
1 lines of code changed in 1 file:
- 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:
- 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:
- added error message for invalid email
9 lines of code changed in 1 file:
- enhancing validation of password, email and pagetitle
18 lines of code changed in 1 file:
- adding error output to steps 5,6 and 7
15 lines of code changed in 3 files:
- updated regexp for dbname, catching special chars
15 lines of code changed in 2 files:
- fixed for language items
3 lines of code changed in 1 file:
- partly implemented ticket #7
12 lines of code changed in 1 file:
- added try/catch block in processValues() of step 6
28 lines of code changed in 1 file:
- fix for prefilling the form with session values, when switching backwards and forwards through installation steps
17 lines of code changed in 1 file:
- gmtoffset fix
1 lines of code changed in 1 file:
- 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:
- added tooltip css
63 lines of code changed in 1 file:
- added jQuery 1.7.1 and added jQuery pushyTip v1.1 to the installation header
2 lines of code changed in 1 file:
- prepared drowdown for database type (supported are MySQL/MariaDB, PostgreSQL, SQlite)
17 lines of code changed in 1 file:
- added fieldsets with legends on step 5 and 6
7 lines of code changed in 2 files:
- goddamn minus
1 lines of code changed in 1 file:
- database charset hardcoded to UTF-8 in the config skeleton
4 lines of code changed in 1 file:
- 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:
- 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:
- replaced switch with if on get_php_setting()
- added check for mbstring extension
26 lines of code changed in 1 file:
- ordered list for the errormessage, removed css border from the error icon
6 lines of code changed in 1 file:
- (revert) removed this accidentally
21 lines of code changed in 1 file:
(243 more)