Age | Commit message (Expand) | Author |
2016-05-06 | * transaction support in facade | emkael |
2016-05-06 | * application event raising from facades | emkael |
2016-05-06 | * application event handling module | emkael |
2016-05-06 | * refactoring default calendar preference fetch | emkael |
2016-05-06 | * moving code blocks around | emkael |
2016-05-06 | * fixed duplicate login detection | emkael |
2016-05-06 | * factoring user lookups by login out to user facade | emkael |
2016-05-06 | * DbUser refactored to use a facade | emkael |
2016-05-06 | * common super-class for template controls using a facade | emkael |
2016-05-06 | * event lists on calendar page | emkael |
2016-05-06 | * ability to edit user calendar selection from calendar page | emkael |
2016-05-06 | * basic calendar info on calendar page | emkael |
2016-05-06 | * event list refactored to universal repeater control | emkael |
2016-05-06 | * page for single calendar info display | emkael |
2016-05-06 | * accessing user preference for specific calendar | emkael |
2016-05-06 | * adding calendar to user preference | emkael |
2016-05-06 | * additinal information in calendar DTO | emkael |
2016-05-06 | * calendar facade method for accessing events | emkael |
2016-05-06 | * order parameter in event list | emkael |
2016-05-04 | * preserving URL on manual login | emkael |
2016-05-04 | * controls capable of resolving calendar URLs | emkael |
2016-05-04 | * ActiveRecord "magic" (find*By*, delete*By*) methods resolve COLUMN_MAPPING... | emkael |
2016-05-04 | * calendar scaffold header altered | emkael |
2016-05-04 | * calendar URLs are unique | emkael |
2016-05-04 | * generating URLs for calendars | emkael |
2016-05-04 | * Python scripts moved | emkael |
2016-05-03 | * do not fix absolute paths in stylesheets in client script manager | emkael |
2016-05-03 | * minor client script manager refactoring | emkael |
2016-05-03 | * client script manager documentation | emkael |
2016-05-02 | * calendar scaffold with image as preloader | emkael |
2016-05-02 | * registering control CSS as themed, if available | emkael |
2016-05-02 | * support for theme sheet files in compiled CSS | emkael |
2016-05-02 | * CSS compression factored out to separate method | emkael |
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 method | emkael |
2016-05-02 | * basic refactoring for client script manager | emkael |
2016-05-02 | * theme manager | emkael |
2016-04-29 | * preloader styles for calendar scaffold | emkael |
2016-04-29 | * auto-registered stylesheets for controls | emkael |
2016-04-29 | * TemplateControl dependencies registration refactored | emkael |
2016-04-29 | * CSS minification in client script manager | emkael |
2016-04-29 | * compileFiles method renamed, as stylesheet compilation is coming | emkael |
2016-04-29 | * assets store key refactored to accomodate different asset types | emkael |
2016-04-29 | * JS libraries as control dependencies | emkael |
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 set | emkael |
2016-04-25 | * splitting traits for safer file upload components | emkael |
2016-04-25 | * separating safer file upload trait to its own file | emkael |
2016-04-25 | * safer getFileSize for T*FileUpload components | emkael |
2016-04-23 | * moving stuff around (general classes from components to web) | emkael |