Thomas Bruederli
a9462f5d0c
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
2011-06-16 16:20:29 -06:00
Thomas Bruederli
8ac4ab8ee8
Make use of new W (week) date format
2011-06-16 10:15:26 -06:00
Aleksander Machniak (Kolab Systems)
120dc7cb63
Configure read-only DB for Horde cache
2011-06-16 15:01:09 +02:00
Aleksander Machniak (Kolab Systems)
a672f926b8
Fixed last commit, better handling of malformed/incomplete configuration
2011-06-16 14:51:11 +02:00
Aleksander Machniak (Kolab Systems)
7c72f38ef5
Don't read .dist config file
2011-06-16 09:59:03 +02:00
Jeroen van Meeuwen (Kolab Systems)
6de3f3666e
Illegal operands are not a good idea.
2011-06-15 14:13:17 -05:00
Aleksander Machniak (Kolab Systems)
625e8f4f05
Add type-mail class to all folders without specified type
2011-06-15 15:42:58 +02:00
Aleksander Machniak (Kolab Systems)
406722b756
Add class for subtypes other than "default"
2011-06-15 15:31:29 +02:00
Aleksander Machniak (Kolab Systems)
ea20b03cf3
Add css classes to folders table rows. E.g. "type-default type-event"
...
Don't subscribe to non-mail folders on folder creation
2011-06-15 15:28:13 +02:00
Aleksander Machniak (Kolab Systems)
431c1b4e1c
Horde classes are using UTF7-IMAP encoding (see also https://bugzilla.kolabsys.com/show_bug.cgi?id=116 )
2011-06-15 12:31:36 +02:00
Aleksander Machniak (Kolab Systems)
b80e40805f
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
2011-06-15 11:25:57 +02:00
Aleksander Machniak (Kolab Systems)
1c51c1a9d9
Added rcube_kolab::folder_id() with improved ID generation method
2011-06-15 11:23:59 +02:00
Thomas Bruederli
83869428c3
Fullcalendar: define different modes for list subdivision
2011-06-14 20:07:17 -06:00
Thomas Bruederli
6ea6dd386b
Better fix: enforce types in wrapper class
2011-06-14 17:27:19 -06:00
Thomas Bruederli
dfc86d6ffb
Add 'tentative' to driver interface description and database backend
2011-06-14 17:19:16 -06:00
Thomas Bruederli
723dd5ffa4
Use internal charset conversion (mbstring is not mandatory for Roundcube); fix event data output
2011-06-14 17:18:28 -06:00
Bogomil Shopov
e00cc1e86a
0.Removing mixing of operators
...
1. Fixing encoding problem in calendar names
2011-06-14 15:49:28 +03:00
Bogomil Shopov
e574f572be
Moving the notification logic from driver to the calendar.
2011-06-14 15:40:47 +03:00
Bogomil Shopov
feae471289
1. You can now delete an event.
...
2. I have added notification - The event was deleted successfully
3. I have added "Tenatative" on Free/busy dialog
4. I have changed Sensitivity to Privacy and Show as -> show me as
2011-06-14 14:52:20 +03:00
Thomas Bruederli
712bffc9cb
Calendar UI roundup
2011-06-13 20:12:46 -06:00
Thomas Bruederli
1d3b5c642a
Hide date col if no dates are displayed
2011-06-13 19:25:56 -06:00
Thomas Bruederli
49d25ac536
Use table view as 'agenda list' view; fix typo in settings property
2011-06-13 19:23:35 -06:00
Thomas Bruederli
79439a8934
Implemented basic search functionality; to be completed...
2011-06-13 18:41:32 -06:00
Thomas Bruederli
d17ca4a5ca
Add event css classes in list view
2011-06-13 17:28:19 -06:00
Thomas Bruederli
70936adbb4
Remove plugin. prefix since calendar defines its own task
2011-06-13 16:36:11 -06:00
Thomas Bruederli
2e0b6536d5
Use editname (kolab folder name) for calendar edit form
2011-06-13 14:38:54 -06:00
Thomas Bruederli
34346bce45
Also send calendar information when deleting an event (should make things easier for the backend)
2011-06-13 13:54:53 -06:00
Bogomil Shopov
5bcfcb3141
Removing the log trace
2011-06-13 17:19:00 +03:00
Aleksander Machniak
937ff46230
Support array in 2nd argument of search() when searching by primary key, as in rcube_contacts class
2011-06-13 15:53:16 +02:00
Bogomil Shopov
f408cb1c64
Update && move event - now ready.
2011-06-13 16:36:46 +03:00
Bogomil Shopov
7bc9f58fc8
Removing some log messages.
2011-06-13 16:08:46 +03:00
Bogomil Shopov
6bbf09365d
You can add events now . Recurrence is not working yet
2011-06-13 16:00:55 +03:00
Bogomil Shopov
c8ed36a55c
Fixing the Loop in Recurring events
2011-06-13 10:13:49 +03:00
Thomas Bruederli
6d7e073301
Edit: 3.23: Specify folder for new event
2011-06-11 14:10:49 -06:00
Thomas Bruederli
b45566de9e
Fixed smart event segmentation in list view; added table view (derived from list view) as alternative
2011-06-11 13:31:24 -06:00
Thomas Bruederli
5f7e3b6029
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
2011-06-10 09:30:23 -06:00
Thomas Bruederli
3a6c468911
Fix event-refetching and visual appearance of agenda view
2011-06-10 09:29:34 -06:00
Jeroen van Meeuwen (Kolab Systems)
9eee733ed2
Make sure that the settings roundcube knows about are exposed to
...
the Horde_Kolab_* libraries used by the kolab_* roundcube plugins.
Solves #108
2011-06-09 23:48:32 +01:00
Thomas Bruederli
2ff0adf9e8
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
2011-06-08 18:49:16 -06:00
Thomas Bruederli
3a2b44e106
Add missing methods required by the calendar_driver interface
2011-06-08 18:48:06 -06:00
Thomas Bruederli
830db74112
First shot on agenda view: hacked into fullcalendar script
2011-06-08 14:31:40 -06:00
Aleksander Machniak
7de02c94d1
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
2011-06-08 11:34:05 +02:00
Aleksander Machniak
c27629eaf8
Added option for addressbook(s) selection/priority
2011-06-08 11:33:18 +02:00
Thomas Bruederli
1bab608d2c
Activate alarm as long as the event has not started
2011-06-05 19:22:25 -06:00
Thomas Bruederli
95d7fa7c3a
Implement calendar operations (create/edit/remove)
2011-06-05 19:09:48 -06:00
Thomas Bruederli
4d532e9a27
Show events in clients timezone; only refetch events from modified source; maintain rc-specific patch for fullcalendar
2011-06-04 15:53:14 -04:00
Thomas Bruederli
a2a8d7b34a
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
2011-06-03 18:23:37 +02:00
Thomas Bruederli
80ebe6f445
Added generator for random event data; improved event display (with lots of events); save hidden calendars in user prefs
2011-06-03 18:23:17 +02:00
Aleksander Machniak
14f79d3fcc
Merge branch 'master' of ssh://git.kolabsys.com/git/roundcube
2011-06-03 15:29:27 +02:00
Aleksander Machniak
55f3fcc105
Advanced search support, code cleanup, pl_PL localization fixes
2011-06-03 15:28:42 +02:00