| 2010-11-22 |
Michael M Slusarz | Move horde icon CSS to Horde. |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael M Slusarz | Move default theme info to the default directory |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael M Slusarz | Remove non-existant/unused themes |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael M Slusarz | Add Horde_Themes::themeList() |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Jan Schneider | Add message loading. Basic functionality is complete. |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Jan Schneider | Add Array.numericSort(). |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Jan Schneider | Fix method name. |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Jan Schneider | For now, always sort by date, and always displaye the... |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Jan Schneider | Remove redundancy from file name. |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Gunnar Wrobel | Update package.xml. |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael J.... | Consolidate some code, better determination of when... |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael J.... | Be consistent with using classnames and date objects |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael J.... | further simplify and tweak event view |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael J.... | Make sure we have a bottom rounded element |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael J.... | Weekday data in recursion object is given as a MASK_... |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael J.... | Fix off by one error, some phpdoc |
commit | commitdiff | tree | snapshot |
| 2010-11-22 |
Michael J.... | remove accidently added test file |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | Add ViewPort_Buffer#UIDsToRows |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | Fix selecting all rows in a viewport |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | code documentation cleanups |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | Escape quotation marks when working with accesskeys |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | Fix GC for file cache driver |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | Correctly honor cache compress config option |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | Silence decompression errors |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | Fix logic |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael M Slusarz | Tweak HTML reply CSS |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael J.... | Now that Bug #9311 seems to be resolved, remove hotfix |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael J.... | fix encoding of rss feed. |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael J.... | MFB |
commit | commitdiff | tree | snapshot |
| 2010-11-21 |
Michael J.... | MFB: [mjr] Fix bug where ownership of a gallery could... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Request #9028: Forgotten attachment checking (hook... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | IMP_Compose::__toString() returns cache ID |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Better hook documentation |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Bug #8747: Add workaround for borken PHP quoted-printab... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Hide MIME part summary display for encryption container... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Truncate overly long search query text in dimp |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Add ability to select search mailboxes in context menu... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Allow search mailboxes to be selected via the IMP Folde... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Add framework_bin config option to Release library |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Better Horde_Session fix in sqlshell.php |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Add subfolder searching to search UI |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Have IMP_Search::createQuery() handle new subfolder... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Add subfolder queries to IMP_Search_Query |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Add IMP_Folder::getAllSubfolders(). |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | phpdoc |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael M Slusarz | Fix loading builtin virtual folders. |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Chuck Hagenbuch | Make sure we're returning a string in __toString |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Jan Schneider | Don't try to display events if calendar is not displayed. |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Jan Schneider | Fix free/busy generation. |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Jan Schneider | Fix session usage. |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Jan Schneider | Maybe I'm missing something, but wasn't the idea of... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael J.... | Fix defering the insertEvents call when there are more... |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael J.... | Remove mobile specific javascript from includeJSVars() |
commit | commitdiff | tree | snapshot |
| 2010-11-19 |
Michael J.... | CSS tweaks, move mobile javascript defs out of Kronolit... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael J.... | Tweak css of month view, consistent navigation header... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael J.... | Multiple changes: |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Bug #9357: changelog |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Bug #9396: Fix variable name |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Move readonly checking to action blocks |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Fix undeleting messages |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Move readonly checking to actions: easier to visually... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Bug #9395: Return array from getStylesheetUrls() |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Horde_Session now does the necessary work for determini... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Have SyncML use Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert Whups to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert vilma to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Horde_Sesion conversion missed in Turba |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert Shout to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert operator to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert mnemo to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert hermes to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert gollem to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert horde/Form to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert Folks to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Convert Ansel to Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Converted horde/Data to using Horde_Session |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Horde_Themes tweaks |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael M Slusarz | Remove H3 document |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | Use hasRecurEnd(). |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | Allow to remove all attendees. |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | Unbreak attendee parsing. |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | This should not be typehinted, fix phpdoc to correctly... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Chuck Hagenbuch | This typehint breaks passing the variable by reference |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | Reload configuration after clearing cache due to langua... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | Typehint |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | Fix property name. |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | Follow symlinks if necessary. |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | I don't see a reason why the ctor has to be protected... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Jan Schneider | One more duplicate <label>. |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael J.... | tweak event list on monthview |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael J.... | Initial go at showing a clicked day's events on the... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael J.... | temporary solution for lazy loading the initial month... |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael J.... | tweak monthview css, bit more friendly for mobile view. |
commit | commitdiff | tree | snapshot |
| 2010-11-18 |
Michael J.... | initial attempt at event cache |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Michael J.... | Don't add the footer if we don't use it |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Michael J.... | Move general jquery-safe javascript to it's own file |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Michael J.... | first stab at populating month view. |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Michael J.... | Store date in the node, use better format for day view. |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Michael M Slusarz | style |
commit | commitdiff | tree | snapshot |
| 2010-11-17 |
Michael M Slusarz | Bug #9385: Fix IMAP message caching |
commit | commitdiff | tree | snapshot |
| next |