Age | Commit message (Expand) | Author |
2016-11-01 | * PHPMailer-based mailer module | emkael |
2016-10-31 | * mail templating module | emkael |
2016-10-31 | * SecurityManager which persist validation/encryption keys outside of global... | emkael |
2016-10-29 | * moving translation messages to subdirectory | emkael |
2016-10-26 | * translation for auto-login checkbox | emkael |
2016-10-25 | * auto-login checkbox in login box | emkael |
2016-10-25 | * clearing saved user auth key on logout | emkael |
2016-10-25 | * saving and restoring user data from cookie | emkael |
2016-10-25 | * model for user auth cookies | emkael |
2016-08-12 | * fixing last day of the month bug | emkael |
2016-06-16 | * "Home" header link | emkael |
2016-06-16 | * group preference translations | emkael |
2016-06-16 | * group view preference views | emkael |
2016-06-16 | * differring view between grouped and normal view based on user preference | emkael |
2016-06-16 | * grouped view user preference | emkael |
2016-06-16 | * optional grouped/normal display in calendar grid | emkael |
2016-06-16 | * controls for rendering grouped grid view | emkael |
2016-06-16 | * data objects for grouped calendar view | emkael |
2016-06-12 | * localizing DB strings | emkael |
2016-06-12 | * globalization for DB strings | emkael |
2016-06-10 | * verbose language label | emkael |
2016-06-10 | * LanguageSelect now redirects to the same page, not hardcoded Profile page | emkael |
2016-06-10 | * unused configuration option removed | emkael |
2016-06-10 | * English and Polish translation files | emkael |
2016-06-10 | * language select on profile page | emkael |
2016-06-10 | * globalization module resolving language via user's and browser's preferenc... | emkael |
2016-06-10 | * user facade getter/setter for language preference | emkael |
2016-06-10 | * DTO for language selection | emkael |
2016-06-10 | * user language preference model | emkael |
2016-06-10 | * renaming php directory | emkael |
2016-06-10 | * renaming python directory | emkael |
2016-06-10 | * i18n string formatting | emkael |
2016-06-10 | * i18nized texts | emkael |
2016-06-07 | * missing XML definition | emkael |
2016-06-07 | * i18n config | emkael |
2016-05-16 | * JS fallback on logout callback error | emkael |
2016-05-13 | * calendar grid on the front page | emkael |
2016-05-13 | * calendar grid display control | emkael |
2016-05-13 | * user calendar grid for specific month returned from Event facade | emkael |
2016-05-13 | * DTO representing full calendar grid, with events properly aligned | emkael |
2016-05-13 | * DTO representing a single day of events on calendar grid | emkael |
2016-05-13 | * EventDTO subclass for events shown in calendar grid | emkael |
2016-05-13 | * method for determining full weeks containing specific month, based on a ti... | emkael |
2016-05-13 | * refactor of compiling events from specific timeframe to DTOs | emkael |
2016-05-13 | * tiemzone-awareness and storing intermediate information in EventDTO | emkael |
2016-05-13 | * comparator for EventDTO | emkael |
2016-05-13 | * code formatting | emkael |
2016-05-13 | * type hinting wherever it's possible | emkael |
2016-05-13 | * location and calendar information for timezone | emkael |
2016-05-13 | * FacadeTemplateControl requires binding a facade | emkael |