Jan Schneider [Thu, 18 Nov 2010 16:56:37 +0000 (17:56 +0100)]
Maybe I'm missing something, but wasn't the idea of Horde_Exception to use or
emulate the "previous" feature of PHP 5.3 Exceptions?
Michael J. Rubinsky [Fri, 19 Nov 2010 04:39:18 +0000 (23:39 -0500)]
Fix defering the insertEvents call when there are more than 2 calendars.
Michael J. Rubinsky [Fri, 19 Nov 2010 04:07:19 +0000 (23:07 -0500)]
Remove mobile specific javascript from includeJSVars()
Michael J. Rubinsky [Fri, 19 Nov 2010 04:02:44 +0000 (23:02 -0500)]
CSS tweaks, move mobile javascript defs out of Kronolith.php:
Use data-theme="b", remove data-role="content" from the month view
to get rid of the annoying page border/padding, add selected date text
to month view also,
Michael J. Rubinsky [Thu, 18 Nov 2010 19:03:44 +0000 (14:03 -0500)]
Tweak css of month view, consistent navigation header, fix typo
Michael J. Rubinsky [Thu, 18 Nov 2010 18:32:33 +0000 (13:32 -0500)]
Multiple changes:
Use a single handler each for swipeleft and right events.
Avoids the issue where pageshow events do not fire on initial page load.
Tweak CSS, add styling for "today" and the currently selected date in month view.
Michael M Slusarz [Thu, 18 Nov 2010 18:13:16 +0000 (11:13 -0700)]
Bug #9357: changelog
Michael M Slusarz [Thu, 18 Nov 2010 17:07:32 +0000 (10:07 -0700)]
Bug #9396: Fix variable name
Michael M Slusarz [Thu, 18 Nov 2010 17:05:45 +0000 (10:05 -0700)]
Move readonly checking to action blocks
Michael M Slusarz [Thu, 18 Nov 2010 16:58:27 +0000 (09:58 -0700)]
Fix undeleting messages
Michael M Slusarz [Thu, 18 Nov 2010 16:55:28 +0000 (09:55 -0700)]
Move readonly checking to actions: easier to visually parse; add readonly checking for expunging
Michael M Slusarz [Thu, 18 Nov 2010 16:42:33 +0000 (09:42 -0700)]
Bug #9395: Return array from getStylesheetUrls()
Michael M Slusarz [Wed, 17 Nov 2010 21:22:45 +0000 (14:22 -0700)]
Horde_Session now does the necessary work for determining when to write session to the backend
Michael M Slusarz [Wed, 17 Nov 2010 21:53:11 +0000 (14:53 -0700)]
Have SyncML use Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 21:10:25 +0000 (14:10 -0700)]
Convert Whups to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 20:57:33 +0000 (13:57 -0700)]
Convert vilma to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 20:55:53 +0000 (13:55 -0700)]
Horde_Sesion conversion missed in Turba
Michael M Slusarz [Wed, 17 Nov 2010 20:51:46 +0000 (13:51 -0700)]
Convert Shout to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 20:30:40 +0000 (13:30 -0700)]
Convert operator to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 20:24:08 +0000 (13:24 -0700)]
Convert mnemo to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 19:47:06 +0000 (12:47 -0700)]
Convert hermes to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 19:42:58 +0000 (12:42 -0700)]
Convert gollem to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 19:06:48 +0000 (12:06 -0700)]
Convert horde/Form to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 19:02:43 +0000 (12:02 -0700)]
Convert Folks to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 18:57:15 +0000 (11:57 -0700)]
Convert Ansel to Horde_Session
Michael M Slusarz [Wed, 17 Nov 2010 18:37:17 +0000 (11:37 -0700)]
Converted horde/Data to using Horde_Session
No injection or anything - just switching out $_SESSION calls for
Horde_Session calls.
horde/Data in its current incarnation is EXTREMELY tied to Horde
applications. It either needs to be abstracted more or completely
incorporated within horde or horde/Core. Additionally, apps should not
be directly accessing the import_data session value.
Michael M Slusarz [Wed, 17 Nov 2010 08:13:52 +0000 (01:13 -0700)]
Horde_Themes tweaks
Remove 'notheme' parameter - it is duplicative of 'theme'
Michael M Slusarz [Wed, 17 Nov 2010 19:47:23 +0000 (12:47 -0700)]
Remove H3 document
Jan Schneider [Thu, 18 Nov 2010 15:53:29 +0000 (16:53 +0100)]
Use hasRecurEnd().
Jan Schneider [Thu, 18 Nov 2010 15:49:10 +0000 (16:49 +0100)]
Allow to remove all attendees.
Jan Schneider [Thu, 18 Nov 2010 15:43:05 +0000 (16:43 +0100)]
Unbreak attendee parsing.
Jan Schneider [Thu, 18 Nov 2010 14:35:30 +0000 (15:35 +0100)]
This should not be typehinted, fix phpdoc to correctly explain the parameters.
Chuck Hagenbuch [Thu, 18 Nov 2010 15:07:51 +0000 (10:07 -0500)]
This typehint breaks passing the variable by reference
Jan Schneider [Thu, 18 Nov 2010 14:08:38 +0000 (15:08 +0100)]
Reload configuration after clearing cache due to language changes.
Jan Schneider [Thu, 18 Nov 2010 13:59:11 +0000 (14:59 +0100)]
Typehint
Jan Schneider [Thu, 18 Nov 2010 13:57:23 +0000 (14:57 +0100)]
Fix property name.
Jan Schneider [Thu, 18 Nov 2010 12:44:55 +0000 (13:44 +0100)]
Follow symlinks if necessary.
Jan Schneider [Thu, 18 Nov 2010 10:07:47 +0000 (11:07 +0100)]
I don't see a reason why the ctor has to be protected. Sometimes we really just
need a registry object, not a complete application environment.
Jan Schneider [Thu, 18 Nov 2010 09:58:36 +0000 (10:58 +0100)]
One more duplicate <label>.
Michael J. Rubinsky [Thu, 18 Nov 2010 06:29:40 +0000 (01:29 -0500)]
tweak event list on monthview
Michael J. Rubinsky [Thu, 18 Nov 2010 06:26:44 +0000 (01:26 -0500)]
Initial go at showing a clicked day's events on the monthview.
Michael J. Rubinsky [Thu, 18 Nov 2010 06:02:59 +0000 (01:02 -0500)]
temporary solution for lazy loading the initial month view.
Will fix properly when a requested views are managed via a LIFO stack.
Michael J. Rubinsky [Thu, 18 Nov 2010 05:50:51 +0000 (00:50 -0500)]
tweak monthview css, bit more friendly for mobile view.
Michael J. Rubinsky [Thu, 18 Nov 2010 05:24:02 +0000 (00:24 -0500)]
initial attempt at event cache
Michael J. Rubinsky [Wed, 17 Nov 2010 20:47:18 +0000 (15:47 -0500)]
Don't add the footer if we don't use it
Michael J. Rubinsky [Wed, 17 Nov 2010 20:46:33 +0000 (15:46 -0500)]
Move general jquery-safe javascript to it's own file
Michael J. Rubinsky [Wed, 17 Nov 2010 19:41:00 +0000 (14:41 -0500)]
first stab at populating month view.
To do this, semi-implemented caching by porting some of kronolith.js
cache code to jquery. Cache still isn't used right now other than
as a container to hold current month view, i.e. it's not reused.
Still todo: Reuse cache data, validate ajax response for view/request.
Tweak month view css
Load *initial* month view data (currently it's only triggered after the first month change).
Michael J. Rubinsky [Tue, 16 Nov 2010 21:34:55 +0000 (16:34 -0500)]
Store date in the node, use better format for day view.
Michael M Slusarz [Wed, 17 Nov 2010 07:22:34 +0000 (00:22 -0700)]
style
Michael M Slusarz [Wed, 17 Nov 2010 07:22:14 +0000 (00:22 -0700)]
Bug #9385: Fix IMAP message caching
Michael M Slusarz [Wed, 17 Nov 2010 06:41:24 +0000 (23:41 -0700)]
Have Horde_Themes_Element only accept array of options
Michael M Slusarz [Wed, 17 Nov 2010 06:37:42 +0000 (23:37 -0700)]
phpdoc
Michael M Slusarz [Wed, 17 Nov 2010 06:29:26 +0000 (23:29 -0700)]
Move CSS code out of Horde_Themes and into Horde_Themes_CSS
Michael M Slusarz [Wed, 17 Nov 2010 05:51:30 +0000 (22:51 -0700)]
Clean up some Horde_Themes:: usage
Michael M Slusarz [Wed, 17 Nov 2010 01:03:35 +0000 (18:03 -0700)]
Add Horde::includeStylesheetFiles()
Horde_Themes::includeStylesheetFiles() ->
Horde_Themes::getStylesheetUrls()
Horde::getFavicon() -> Horde::includeFavicon()
Michael M Slusarz [Wed, 17 Nov 2010 00:26:08 +0000 (17:26 -0700)]
Add Horde::getFavicon()
Jan Schneider [Tue, 16 Nov 2010 23:35:35 +0000 (00:35 +0100)]
Initial mailbox loading.
Jan Schneider [Tue, 16 Nov 2010 18:01:30 +0000 (19:01 +0100)]
Basic mailbox loading, no server data loading yet.
Jan Schneider [Tue, 16 Nov 2010 18:00:38 +0000 (19:00 +0100)]
Allow to specify class name and additional link attributes. Don't hardcode the url.
Jan Schneider [Tue, 16 Nov 2010 16:59:01 +0000 (17:59 +0100)]
Add search filter for folder list.
Gunnar Wrobel [Tue, 16 Nov 2010 22:11:43 +0000 (23:11 +0100)]
Try to please the commit hook.
Gunnar Wrobel [Tue, 16 Nov 2010 22:10:19 +0000 (23:10 +0100)]
Update package.xml.
Gunnar Wrobel [Tue, 16 Nov 2010 22:09:35 +0000 (23:09 +0100)]
Bug #9364: Components notices and fatal error
Michael M Slusarz [Tue, 16 Nov 2010 21:40:49 +0000 (14:40 -0700)]
Fix text representation of size search
Michael M Slusarz [Tue, 16 Nov 2010 20:22:20 +0000 (13:22 -0700)]
phpdoc
Michael M Slusarz [Tue, 16 Nov 2010 19:57:54 +0000 (12:57 -0700)]
Allow filters to be hidden from the pref screen
Michael M Slusarz [Tue, 16 Nov 2010 19:34:38 +0000 (12:34 -0700)]
Automatically build default filters/vfolder list.
Michael J. Rubinsky [Tue, 16 Nov 2010 20:00:59 +0000 (15:00 -0500)]
Fix issue with http_build_url:
http_build_url automatically includes the path of the called script if
the 'path' entry is missing or empty. Make sure we include a trailing slash
to avoid mangling the url
Michael J. Rubinsky [Tue, 16 Nov 2010 19:18:48 +0000 (14:18 -0500)]
Add localized text for monthly_weekday recurrence and tweak text
for monthly_date
Michael J. Rubinsky [Tue, 16 Nov 2010 18:52:45 +0000 (13:52 -0500)]
Start fleshing out the event view.
Still some recurrence text to work out, and then will change
includeJSVars() to only output what is needed for mobile, and not
send mobile specific stuff to non-mobile.
Gunnar Wrobel [Tue, 16 Nov 2010 19:32:42 +0000 (20:32 +0100)]
Typo.
Chuck Hagenbuch [Tue, 16 Nov 2010 19:24:24 +0000 (14:24 -0500)]
Try the dark data theme on the login screen
Gunnar Wrobel [Tue, 16 Nov 2010 19:15:05 +0000 (20:15 +0100)]
Make using Net_DNS2 optional again.
Michael M Slusarz [Tue, 16 Nov 2010 18:21:00 +0000 (11:21 -0700)]
Fix serialization of memcache cache storage object
Michael M Slusarz [Tue, 16 Nov 2010 17:55:21 +0000 (10:55 -0700)]
Prefix is no longer a global parameter; it is driver specific
Michael M Slusarz [Tue, 16 Nov 2010 17:48:10 +0000 (10:48 -0700)]
Fix case of cache driver name
Michael M Slusarz [Tue, 16 Nov 2010 17:34:33 +0000 (10:34 -0700)]
Fix Horde_Core_Browser usage before registry is initalized.
Michael M Slusarz [Tue, 16 Nov 2010 08:00:40 +0000 (01:00 -0700)]
simplify
Michael M Slusarz [Tue, 16 Nov 2010 08:00:34 +0000 (01:00 -0700)]
Get a clean session in a centralized location
Gunnar Wrobel [Tue, 16 Nov 2010 17:54:00 +0000 (18:54 +0100)]
Update package.xml.
Chuck Hagenbuch [Tue, 16 Nov 2010 16:28:16 +0000 (11:28 -0500)]
Fix gradients and size of "empty" added/removed blocks
Chuck Hagenbuch [Tue, 16 Nov 2010 16:20:49 +0000 (11:20 -0500)]
Fix method names. Memcache caching is broken for me though.
Jan Schneider [Tue, 16 Nov 2010 16:14:47 +0000 (17:14 +0100)]
Consistent portal and log out links, indention.
Jan Schneider [Tue, 16 Nov 2010 15:13:23 +0000 (16:13 +0100)]
phpdoc
Michael J. Rubinsky [Tue, 16 Nov 2010 14:34:08 +0000 (09:34 -0500)]
Keep poking away at some phpdoc
Michael J. Rubinsky [Tue, 16 Nov 2010 14:27:14 +0000 (09:27 -0500)]
phpdoc, add Jan as @author since some of this code was stolen from kronolith.js
Jan Schneider [Tue, 16 Nov 2010 15:03:42 +0000 (16:03 +0100)]
Remove name redundency.
Jan Schneider [Tue, 16 Nov 2010 15:02:31 +0000 (16:02 +0100)]
Remove redundant 'horde' from map library.
Jan Schneider [Tue, 16 Nov 2010 14:59:34 +0000 (15:59 +0100)]
Merge from DIMP.
Jan Schneider [Tue, 16 Nov 2010 14:58:19 +0000 (15:58 +0100)]
Use __toString() capabilities, fix command location.
Jan Schneider [Tue, 16 Nov 2010 14:42:41 +0000 (15:42 +0100)]
Fix class names.
Jan Schneider [Tue, 16 Nov 2010 14:36:39 +0000 (15:36 +0100)]
Instead of only symlinking static/ and create directories for anything else
inside horde/, reverse the logic and symlinking anything beside what really
needs to be a directory in the webroot, like js/. Fixes saving configuration
files through the UI in the correct place.
Jan Schneider [Tue, 16 Nov 2010 13:59:35 +0000 (14:59 +0100)]
phpdoc
Gunnar Wrobel [Tue, 16 Nov 2010 14:04:54 +0000 (15:04 +0100)]
This should not be necessary and fails with PHPUnit <3.5.0.
Gunnar Wrobel [Tue, 16 Nov 2010 13:23:23 +0000 (14:23 +0100)]
Typo.
Gunnar Wrobel [Tue, 16 Nov 2010 13:11:33 +0000 (14:11 +0100)]
Running the (optional) test suite requires the Test package.
Michael M Slusarz [Tue, 16 Nov 2010 07:43:38 +0000 (00:43 -0700)]
Horde_Prefs_Storage always needs to return a Horde_Prefs_Scope object
Michael M Slusarz [Tue, 16 Nov 2010 07:43:03 +0000 (00:43 -0700)]
Revert "An Application might not have any prefs."
This reverts commit
147feb24b18a495b566e41c4bb0790fab1a6ac9e.
Michael M Slusarz [Tue, 16 Nov 2010 07:39:10 +0000 (00:39 -0700)]
Don't store updated cached registry values until shutdown
Michael M Slusarz [Tue, 16 Nov 2010 07:20:47 +0000 (00:20 -0700)]
Remove unneeded error_reporting() call