- Updating Blueprint CSS to v1.0.1 [libraries]
716 lines of code changed in 17 files:
- Updating Doctrine ORM to v2.2.0 [libraries]
8230 lines of code changed in 219 files:
- Dropping jQuery v1.6.1 min
- Updating jQuery to v1.7.1 minified [libraries]
- Updating jQuery UI to v1.8.18 minified [libraries]
71 lines of code changed in 3 files:
- Updating Smarty to v3.1.8 [libraries]
- applied assignGlobal() patch
688 lines of code changed in 108 files:
- Updated ReCaptcha to v1.11 [libraries]
306 lines of code changed in 5 files:
- partly implemented ticket #7
28 lines of code changed in 3 files:
- 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
969 lines of code changed in 11 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
479 lines of code changed in 3 files:
- 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
15 lines of code changed in 4 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:
- renamed dsn params according to the naming conventions of doctrine2
4 lines of code changed in 1 file:
- fixed sentence
2 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
107 lines of code changed in 5 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
275 lines of code changed in 10 files:
- err... trigger_error will show nothing in production (display errors 0), reverting to echo
1 lines of code changed in 1 file:
- improved the error message on the events "clansuite database missing" and "session database table missing"
22 lines of code changed in 1 file:
- moved return stmt into the if
2 lines of code changed in 1 file:
- renamed class
6 lines of code changed in 1 file:
- jenkins/linux needs the file lowercased (2)
1 lines of code changed in 1 file:
- jenkins/linux needs the file lowercased
1 lines of code changed in 1 file:
- default action and module are now constants
8 lines of code changed in 1 file:
- cleanup for module action structures and interfaces
15 lines of code changed in 1 file:
- "long template files" to file
7 lines of code changed in 1 file:
- filename to file
44 lines of code changed in 5 files:
- added a modRewrite feature flag here, to keep the test from failing
9 lines of code changed in 1 file:
- reworked some parts of the routing and added comments
- added some methods, like reset(), which were needed for testing
- added lots..err..shitloads of functional tests the routing
- REST routes are working, except: the detection of (:id) uri segments
965 lines of code changed in 3 files:
- added targetroute and mapper to autoloading classmap
2 lines of code changed in 1 file:
- modified comments on initialize_Database()
6 lines of code changed in 1 file:
- pass request obj to router
15 lines of code changed in 1 file:
- cleanup on non-INTL fallback
13 lines of code changed in 1 file:
- fixes for phpdoc package tag
6 lines of code changed in 2 files:
- added readonly attribute to input field
18 lines of code changed in 1 file:
- added getContentType() and setContentType() because a hardcoded 'text/html' doesn't work for a response json
44 lines of code changed in 1 file:
- cleanup on comments for pre and post filters
- moved doctrine database name source check into the doctrine class
- removed prefilter for routing, this functionality moves into the frontcontroller
49 lines of code changed in 2 files:
- applied input filtering to getUserAgent() and getReferrer()
13 lines of code changed in 1 file:
- some minor changes to string concat on formatBacktraceArgument()
- refactoring; favoring code reuse: shortenStringMaxLength()
33 lines of code changed in 1 file:
- cleanup on comments
- removed debug cmd
2 lines of code changed in 1 file:
- read autoloading classmap only once from cache or file
- removed "_once" from include cmds
14 lines of code changed in 1 file:
- cleanup on various comments in yellowScreenOfDeath() method
- limit the error context display to a fixed size, in case sourcecode lines are too long
- display scrollbar in case of overflow
20 lines of code changed in 2 files:
- display error msg on one line
2 lines of code changed in 1 file:
- increased error panel size
1 lines of code changed in 1 file:
- fixed position of the line nums
1 lines of code changed in 1 file:
- replaced switch with if on get_php_setting()
- added check for mbstring extension
36 lines of code changed in 3 files:
- ensure that a open session exists before closing the session
16 lines of code changed in 3 files:
- added tests for formelement validators
861 lines of code changed in 20 files:
- renamed CODECOVERAGE constant to PERFORM_CODECOVERAGE
- added constant PERFORM_WEBTESTS
- added check if testfile is a webtest: isWebTestFile()
- added webtests are excluded from the TestSuite, if PERFORM_WEBTESTS is disabled
22 lines of code changed in 4 files:
- fugbixed pyto
2 lines of code changed in 1 file:
- turned CodeCoverage functions into static class Clansuite_CodeCoverage
78 lines of code changed in 2 files:
- turned cc off
- added web_tester
- added basic a webtest
41 lines of code changed in 3 files:
- moving Code Coverage into own file
150 lines of code changed in 3 files:
- added paintError() which overloads the SimpleTests HtmlReporter::paintError method
- its basically the same, but with added line-breaks and a pre tag to enhance the display of stacktraces
26 lines of code changed in 2 files:
- added tests for HttpRequest Type "getters"
63 lines of code changed in 1 file:
- added several boolean "getter" methods for the HttpRequest Types (GET|POST|PUT|DELETE)
47 lines of code changed in 1 file:
- added support for json error handling in readConfig()
- added method getJsonErrorMessage(), which returns the proper json error message for a given json error type
- modified messages for gettext
42 lines of code changed in 1 file:
- cleanup for perform_startup_checks()
- added multiline comments
- added support for gettext on the PHP version check
- added RuntimeException throwing
19 lines of code changed in 1 file:
- enhancing REST support by
- adding support for HEAD requests
- and adding support for the X_HTTP_METHOD_OVERRIDE header
18 lines of code changed in 1 file:
- added tests for milestone_GetAll(), milestone_GetOne() and milestone_GetOne_GetDatetime()
97 lines of code changed in 1 file:
- fixed some minor glitches in tracrpc
- added is_array comparison to stop trying a foreach on a string
- added basic authenticated and unauthenticated connection tests
79 lines of code changed in 2 files:
- added skeleton test for httpresponse
34 lines of code changed in 1 file:
- fixed typo on breadcrumb test
- fixed feed test by applying correct classname
3 lines of code changed in 2 files:
- fixed bug on strpos (!== false); goddamn.
- comment cleanups
31 lines of code changed in 1 file:
- added a getter for statuscode. i doubt that this will ever be used besides a unittest, but anyway ,)
- renamed body to content and cleaned up comments
33 lines of code changed in 1 file:
- still wip: expectParameter() and expectParameters() with implicit validation, filtering and sanitizing
- dropping $GLOBALS crap
- modified issetParameter() to check GET array before POST array, it's more often the case
106 lines of code changed in 1 file:
- continue early on renderAttributes()
10 lines of code changed in 1 file:
- added template_mapper and formelement_button to classmap
3 lines of code changed in 1 file:
- comment cleanups
18 lines of code changed in 1 file:
- renamed loadLogger() to instantiate()
- cleanup on comments
14 lines of code changed in 1 file:
- added docblocks for methods
- some tweaks to speed up iterateDir()
43 lines of code changed in 1 file:
- modified renderAllFormelements() to respect disabled default decorators when rendering
36 lines of code changed in 1 file:
- added methods setSize(), setMaxLength() and setDisabled()
40 lines of code changed in 1 file:
- removed obsolete methods, already on the parent
0 lines of code changed in 1 file:
- forcing all validators to implement a getValidationHint() method
13 lines of code changed in 1 file:
- fixed variable scope (png was not rendered)
2 lines of code changed in 1 file:
- added getForm() setForm() which are the base for the convenience method decorateWith()
36 lines of code changed in 1 file:
- added disableDefaultDecorators boolean toggle
- added methods removeDecorator() and removeDecorators()
- added getTabIndex() and setTabIndex()
70 lines of code changed in 1 file:
- added method setValue() with array implosion
- added convenience method setData() combining the call to setName() and setValue()
74 lines of code changed in 1 file:
- fixed issue with adding buttons by string or object to the buttonbar
11 lines of code changed in 1 file:
- added getValidationHint()
- changed messages to a gettext friendly versions (sprintf)
302 lines of code changed in 10 files:
- renamed files to reflect latest factory changes
0 lines of code changed in 8 files:
- renamed loadRenderer() to loadColumnRenderer()
- moved Datagrid_Renderer into own file
- renamed triggerResultSetModificationHook() to triggerDataModificationHook() and var names accordingly
- renamed factory inclusion folder "datagridcols" to "columns" and removed ".column" from files
928 lines of code changed in 3 files:
- cleanup for the BBCode callbacks description arrays
47 lines of code changed in 1 file:
- applied ttl 0 to cache interface
1 lines of code changed in 1 file:
- expanded abbreviation UAP to UserAgentParser
- removed invalid @return none phpdoc tags
- added an array structure comment
40 lines of code changed in 6 files:
- cleanups + commented
- removed some reoccurring calculations and hardcoded the values on the mo file handler
47 lines of code changed in 3 files:
- default action is no longer "show" but "list"
11 lines of code changed in 2 files:
- renamed added underscore to initializeModule
22 lines of code changed in 1 file:
- readded redirect()
19 lines of code changed in 1 file:
- updated Smarty renderer accordingly
- added resetCache() additionally
43 lines of code changed in 2 files:
- forcing all renderers to implement getVars(), isCached(), clearCache(), setCaching()
28 lines of code changed in 1 file:
- Updated Feedcreator to v1.7.2
340 lines of code changed in 1 file:
- added tests for getErrorMessage(), getValidationHint() and the getter
68 lines of code changed in 2 files:
- fixed typo
1 lines of code changed in 1 file:
- cleanup and comments
33 lines of code changed in 1 file:
- added abstract base class Clansuite_Cache_Base
114 lines of code changed in 7 files:
- enhanced comment on set_include_path() and how to speed this up
31 lines of code changed in 1 file:
- refactoring on filters: return early
- cleanup + comments
254 lines of code changed in 14 files:
- removed some inline styles
- added triangle indicator for the line with error
- cleanup for the panels
- enhanced css for buttons
- added comments
- renamed getBugtrackerMessage() to getBugtrackerBacklinks()
165 lines of code changed in 3 files:
- added getOriginOfDebugCall()
45 lines of code changed in 1 file:
- removed deprecated methods from firebug
194 lines of code changed in 1 file:
- added types (flv|eot|woff|svg|ttf) to htaccess
3 lines of code changed in 1 file:
- moves the inline css styles to error.css
30 lines of code changed in 3 files:
- cleanups for panel 1 on error and exception handler
- yumm yumm, this error message looks so tasty :)
56 lines of code changed in 2 files:
- closes ticket #11
47 lines of code changed in 3 files:
- changed cache_lifetime parameter to "minutes" in all caching classes
- added wincache support
139 lines of code changed in 6 files:
- cleanups
101 lines of code changed in 1 file:
- changed init of codemirror accordingly
- added @todo with infos about the needed tabs
- cleanups
25 lines of code changed in 3 files:
- cleanup
11 lines of code changed in 1 file:
- isolated getWhereDebugWasCalled()
37 lines of code changed in 1 file:
- Dropping CodeMirror v0.9 [libraries]
0 lines of code changed in 22 files:
- Updating CodeMirror to v2.21 [libraries]
2924 lines of code changed in 2 files:
- Updating Smarty to v3.1.7 [libraries]
- re-applied assignGlobal() patch
3598 lines of code changed in 108 files:
- modified line height and alignment of the backtrace table header
2 lines of code changed in 1 file:
- cleanups, removed splitting table rows
60 lines of code changed in 2 files:
- serveral changes, so that setting a template manually via setTemplate() works again
- main methods get|setTemplate are now inside the view_mapper
- calls at the controller/modulecontroller level are proxied there
- Clansuite_View_Mapper is now an object inside the Renderer_Base class
46 lines of code changed in 3 files:
- resized table, replaced unnecessary inner table with div
18 lines of code changed in 3 files:
- fixed comment tag
2 lines of code changed in 1 file:
- moved set|getLayoutTemplate to renderer base class
212 lines of code changed in 4 files:
- applied error_yellow to exception html
2 lines of code changed in 1 file:
- adding css class error_yellow
7 lines of code changed in 1 file:
- dropping error_beige, error_orange
2 lines of code changed in 1 file:
- removed getColornameForErrornumber(), css class error_red is now used by all errors
- dropping error_beige, error_orange
2 lines of code changed in 1 file:
- renamed parameter $internal_url to $encode on buildURL()
4 lines of code changed in 1 file:
- again changes to the source highlighting .. still crappy.
3 lines of code changed in 1 file:
- cleanups on variable names
- added two todo tags for intercepting smarty exceptions
22 lines of code changed in 1 file:
- renamed getWWWPath() to getWebPath()
5 lines of code changed in 1 file:
- parameter $change_lifetime now in minutes
3 lines of code changed in 1 file:
- modified display() method to use the view/template mapping
31 lines of code changed in 2 files:
- moved checkTemplateExtension() and getTemplateName() to the templatemapper
63 lines of code changed in 2 files:
- moved prepareRequestURI() next to usage context
- commented
41 lines of code changed in 1 file:
- added unittests for validators maxlength and minlength
128 lines of code changed in 3 files:
- comparison operator fixed on maxlength (removed equal sign)
20 lines of code changed in 6 files:
- commented
4 lines of code changed in 1 file:
- added validators for maxvalue and minvalue
10 lines of code changed in 2 files:
- added getter and setter for $options on formelementvalidator base class
- replaced $options array with $this->getOptions() accordingly in url and ip validator
- added comments to ip validators
- tixed fypos in validator range.php
49 lines of code changed in 6 files:
- added formvalidators for ip, email, url
- modified range to not use the min/maxlength validators internally, but filter_validate_int
185 lines of code changed in 4 files:
- deactivated Sniff, because of redeclaration exception
1 lines of code changed in 1 file:
- deactivated ControlSignatureSniff, because of redeclaration exception
1 lines of code changed in 1 file:
- ordered sniffs alphabetically
- removed svn specific properties sniff
69 lines of code changed in 1 file:
- added sniff for missing @package phpdoc tags on classes
- added readme
135 lines of code changed in 2 files: