Commit Graph

32875 Commits

Author SHA1 Message Date
4591f5c8b4 fix client-side nextmatch to use select-options from get_rows data for select-widgets in newly rendered rows 2016-04-05 15:05:31 +00:00
4d22204945 Mobile theme W.I.P.:
- Stop scrolling touch confusion from tap event
2016-04-05 14:16:18 +00:00
4835611da4 remember newly set options from get_rows method for server-side validation of nextmatch filters 2016-04-05 12:56:10 +00:00
fa60745e8e Mobile theme W.I.P.:
- Set image map cache name separately for mobile
2016-04-05 07:46:34 +00:00
d99b06294d Try to fix occasional black events when editing an event with multiple owners visible 2016-04-04 23:58:23 +00:00
fc9c345930 move egw_ical_iterator to Api\CalDAV\IcalIterator 2016-04-04 23:45:39 +00:00
ca1bf71361 fix PHP Fatal error when creating/updating entries 2016-04-04 22:39:49 +00:00
211d3a5438 Fix drag and drop across some months could change event to the wrong (± 1) month - now works with any date format 2016-04-04 22:06:01 +00:00
e79b418f04 Fix click on label / week number changes to that owner / week 2016-04-04 21:51:06 +00:00
3ecd30fb35 Fix no category showed blank tag in category taglist. 2016-04-04 21:40:45 +00:00
d02a1d31a6 Fix missing calendar owner labels when they weren't in the default options 2016-04-04 21:36:44 +00:00
c6501b6a88 Avoid double encoding when not parsing html styles 2016-04-04 20:57:01 +00:00
1030461dec - Fix fatal errors about undefined method
- Remove unused methods
2016-04-04 19:41:41 +00:00
4603bee75a Only show invalid formatting if we allow free entries, this lets calendar fetch any unknown owners in favorites from the server instead of removing them as invalid. 2016-04-04 19:19:31 +00:00
d890f4f1a2 storing select_options permanent when send with rows 2016-04-04 18:36:33 +00:00
501c8318eb Show longer or shorter day of week labels based on screen width 2016-04-04 17:55:49 +00:00
3afbecfbe6 Show title for full day blocking events instead of 'Full Day' 2016-04-04 16:38:23 +00:00
4553b4c3be Fix drag and drop across some months could change event to the wrong (± 1) month 2016-04-04 16:03:59 +00:00
1f75f2c105 Mobile theme W.I.P.:
- Fix freetime search button position for calendar edit dialog
- Fix fullscreen in safari gets white border at top
2016-04-04 09:16:53 +00:00
fd2bc6d7b7 fix problems with autoloading of etemplate_widget_tree 2016-04-04 08:48:04 +00:00
f1ae822dd1 Mobile theme W.I.P.:
- Fix contextmenu is not working on Safari 9
2016-04-04 07:59:49 +00:00
e9d1e81c49 api update script to deinstall on longer existing EMailAdmin and create it's 14.1 tables, if they are not already there (update from before 14.1) 2016-04-03 08:14:53 +00:00
978f8e282d show api version instead of phpgwapi 2016-04-02 20:25:01 +00:00
2baf654e14 move all tables to new api and update api to 16.1 2016-04-02 19:55:08 +00:00
adb748d6e7 move hooks class to api and only cache hooks in instance cache (instead of database: filesystem scan takes ~4ms, cache ~0.2ms) 2016-04-02 14:16:20 +00:00
682fd42a26 move CalDAV/CardDAV server to api 2016-04-02 10:44:17 +00:00
25a1bf6360 fix missing use EGroupware\Api 2016-04-02 09:16:53 +00:00
9eb1ecbd36 fix all IDE warnings, before moving classes to api, in case we want to merge it back to 14.x 2016-04-02 08:40:34 +00:00
3428d82b26 New previous, next & check icons
Fix calendar sidebox previous & next buttons move when clicked
2016-04-01 15:12:27 +00:00
6f1957233a Mobile theme W.I.P.:
- Fix pale colors for slideSwitch captions
- Fix Today button in calendar toolbar
- Fix date indicator in calendar header
2016-04-01 14:00:00 +00:00
0e443b720d fix imap server shows smpt types and visa versa, also change case of DBMail 2016-04-01 12:46:10 +00:00
d7f38ce16e no need to call ancient CreateObject when class is autoloadable 2016-04-01 12:15:10 +00:00
a7b6fb5baf need full namespace to specify a static method of a namespaced class 2016-04-01 11:58:55 +00:00
63804dc101 give right aligned table cells a padding-right 8px 2016-04-01 10:18:38 +00:00
c7b576481b Set name attribute for searchbox input as it is necessary to get autocomplete working 2016-04-01 08:19:12 +00:00
8fb9063157 moving common::(next|last)_id methods to Api\Accounts\Ldap, storing ids now in egw_config instead of egw_nextid table (which will be droped), also fix "Protocol error" on creating new accouts r55591 on 14.x 2016-04-01 08:07:03 +00:00
abd1830ec2 Fix multiple categories show as just IDs 2016-03-31 23:06:23 +00:00
43ae598f98 Vertically center app header with toolbar buttons 2016-03-31 22:58:04 +00:00
e6d60a8919 Fix outside workday hours turn yellow when drag and drop starts 2016-03-31 22:44:00 +00:00
6f07b8384f Fix some issues with calendar owner name
- contacts would sometimes show week name and contact name
- Long owner names for first week would overflow onto the times
2016-03-31 22:32:13 +00:00
ef00fc3122 Print function for calendar - hide scrollbar for timegrids 2016-03-31 21:55:47 +00:00
0f18558682 Print function for calendar 2016-03-31 20:55:41 +00:00
f838eb0f01 move country class to api, made all methods static and update country list with current (lowercase) ISO 3166 list 2016-03-31 19:41:39 +00:00
082884007e move acl class to api 2016-03-31 18:52:09 +00:00
b9809f0c19 Show icons again left of message in dialogs, only use width: 100%, if a template is specified (div has an id) 2016-03-31 17:07:05 +00:00
0a646b5e43 Do not manipulate selectbox's height 2016-03-31 16:59:47 +00:00
7a383c1f33 Mobile theme W.I.P.:
- Style et2_dialog buttons more efficient
2016-03-31 16:22:47 +00:00
fc9618a7df Mobile theme W.I.P.:
- Fix notification popup dialog
2016-03-31 16:02:01 +00:00
42d2e62c97 Fix infolog description field keeps always empty space regardless of label content 2016-03-31 14:47:49 +00:00
d8d1b0b61f Mobile theme W.I.P.:
- Get applications list from bottom to top
- Simplify top toolbar in sidebar including avatar
- Fix desktop mobile theme sidebar and main div alignments
2016-03-31 13:58:42 +00:00