summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2016-05-04 * Python scripts movedemkael
2016-05-03 * do not fix absolute paths in stylesheets in client script manageremkael
2016-05-03 * minor client script manager refactoringemkael
2016-05-03 * client script manager documentationemkael
2016-05-02 * calendar scaffold with image as preloaderemkael
2016-05-02 * registering control CSS as themed, if availableemkael
2016-05-02 * support for theme sheet files in compiled CSSemkael
2016-05-02 * CSS compression factored out to separate methodemkael
2016-05-02 * making sure CSS path fix does not point to a parent directory if only dire...emkael
2016-05-02 * JS compression factored out to separate methodemkael
2016-05-02 * basic refactoring for client script manageremkael
2016-05-02 * theme manageremkael
2016-04-29 * preloader styles for calendar scaffoldemkael
2016-04-29 * auto-registered stylesheets for controlsemkael
2016-04-29 * TemplateControl dependencies registration refactoredemkael
2016-04-29 * CSS minification in client script manageremkael
2016-04-29 * compileFiles method renamed, as stylesheet compilation is comingemkael
2016-04-29 * assets store key refactored to accomodate different asset typesemkael
2016-04-29 * JS libraries as control dependenciesemkael
2016-04-25 * BaseUrl derivation from BasePath separated to a trait, as it's about to be...emkael
2016-04-25 * deriving BaseUrl from BasePath only if it's setemkael
2016-04-25 * splitting traits for safer file upload componentsemkael
2016-04-25 * separating safer file upload trait to its own fileemkael
2016-04-25 * safer getFileSize for T*FileUpload componentsemkael
2016-04-23 * moving stuff around (general classes from components to web)emkael
2016-04-22 * JS minification on compilationemkael
2016-04-22 * moving rendered scripts from session to cache and distinguishing among var...emkael
2016-04-21 * calendar scaffold action labelsemkael
2016-04-21 * JS loader on calendar scaffold actionsemkael
2016-04-21 * app resources as symlink with app/php directoryemkael
2016-04-20 * no hard-coded class namesemkael
2016-04-20 * switching to namespace-based DB config pathemkael
2016-04-20 * config paths as symlinks to common configemkael
2016-04-19 * asset manager that derives default asset url from asset base pathemkael
2016-04-19 * setting for development application modeemkael
2016-04-19 * setting 'Web' alias path in entry scriptemkael
2016-04-19 * reading web base path from custom Prado namespaceemkael
2016-04-19 * moving assets to custom directoryemkael
2016-04-19 * base class for controls, auto-registering JS scriptsemkael
2016-04-19 * external scripts support in ClientScriptManageremkael
2016-04-14 * simplified property mapping in getter/setter for active recordsemkael
2016-04-14 * pages initial config moved to separate fileemkael
2016-04-14 * compiling minified JS files in Performance modeemkael
2016-04-14 * removing calendar preference only if such existsemkael
2016-04-14 * event facade refactoring in upcoming events controlemkael
2016-04-14 * calendar facade refactoring in user selection controlemkael
2016-04-14 * iCal entry modification date stored in modelemkael
2016-04-14 * removing from user selection implemented after factoring out ot facadeemkael
2016-04-13 * ActiveRecord config module namedemkael
2016-04-13 * fixing logout on profile page (not throwing an error after logout on callb...emkael