Commit Graph

29579 Commits

Author SHA1 Message Date
Nathan Gray
4ebaf56413 If we are not processing styles, just encode special characters.
Fixes broken downloads, missing bits if there were <> in the text
2016-03-01 22:31:19 +00:00
Ralf Becker
452233a9e5 docu update 2016-03-01 20:55:21 +00:00
Ralf Becker
f25070a9c2 - switching minifying of javascript to use Grunt and Uglify (instead of doing it on the fly with php on every host)
- generating now a couple of bundles: api, et2, mail, calendar, jdots, pixelegg and mobile
- developers need to update minified files whenever a javascript file changes: grunt uglify[:(api|et2|mail|calendar|jdots|pixelegg|mobile)]
- minified files also contains a map file allowing to debug with them
2016-03-01 20:45:31 +00:00
Nathan Gray
96ba38dbf8 Remove resources from calendar sidebox, new calendar owner widget covers it all
(Also avoids the layout / sidebox size bug  on macs)
2016-03-01 20:40:49 +00:00
Nathan Gray
c0ac30c1cd Use taglist-cat for addressbook edit 2016-03-01 20:35:12 +00:00
Hadi Nategh
2355f5edf5 Mobile theme W.I.P:
- Implement view mode for mail
- Improve performance for reading mails
2016-03-01 17:00:28 +00:00
Ralf Becker
3a9c0c237b fixing scope of "use strict", so we do not need to remove it when concatinating our scripts like we do now with minjs, also enabled "use strict" for calendar/js/app.js and fixed a reference error found by it 2016-03-01 16:27:45 +00:00
Ralf Becker
4c37f90cc1 remove old no longer used stuff 2016-03-01 16:26:14 +00:00
Ralf Becker
337127243a allow multiple uglify targets now: grunt [uglify:(api,et2,mail,calendar,...)] 2016-03-01 09:57:39 +00:00
Ralf Becker
4486d9d7a2 fix namespace usage in refactured code:
namespace EGroupware\Api --> use eg. just Db, not Api\Db for EGroupware\Api\Db
use EGroupware\Api       --> use eg. Api\Db for EGroupware\Api\Db
2016-03-01 09:14:06 +00:00
Nathan Gray
d6faffb32f Revert r55136, it did not work 2016-02-29 22:17:25 +00:00
Ralf Becker
aa31a8705f fixing scope of "use strict", so we do not need to remove it when concatinating our scripts like we do now with minjs 2016-02-29 20:40:43 +00:00
Nathan Gray
fc7d679fea Use taglist-cat for calendar edit 2016-02-29 20:31:57 +00:00
Nathan Gray
c8c25b35ee Add taglist-cat widget for categories in taglist style 2016-02-29 20:29:49 +00:00
Nathan Gray
73009e2f4e Cancel taglist validation check so enter key can trigger ajax search instead 2016-02-29 18:17:20 +00:00
Nathan Gray
86d1cf4511 Fix label merge
Accidentally broken by SVN r54894
2016-02-29 16:49:44 +00:00
Ralf Becker
f3cad0c95f fixing scope of "use strict", so we do not need to remove it when concatinating our scripts like we do now with minjs 2016-02-29 16:40:33 +00:00
Hadi Nategh
8a62455385 Mobile theme W.I.P:
- Add edit preferences template
- Fix preferences navbar svg icon
2016-02-29 16:39:39 +00:00
Nathan Gray
93f3b23a92 Fix vfs upload on links tab
Accidentally broken by SVN r55144.
2016-02-29 15:59:45 +00:00
Ralf Becker
033c1f4a9f fixing scope of "use strict", so we do not need to remove it when concatinating our scripts like we do now with minjs 2016-02-29 15:50:24 +00:00
Ralf Becker
bbf6ca54ac style search in nm 2016-02-29 14:30:47 +00:00
Hadi Nategh
45e7142b09 Fix javascript error on serachbox
Remove overlay option from addressbook
2016-02-29 14:19:33 +00:00
Hadi Nategh
794a2082f2 Add 'fix' option for searchbox widget:
- Make possibility for none flex searchbox, simple as just an input field, default value is true.
2016-02-29 13:53:18 +00:00
Ralf Becker
c59442a576 detect which type (gif, png or svg) of tree images are available by template 2016-02-29 13:45:44 +00:00
Ralf Becker
0637063660 fix namespaces in Db exceptions 2016-02-29 13:39:35 +00:00
Ralf Becker
5fa1f7aacf disable old / not used svg handling in desktop template as it skrews display of svg in filemanager 2016-02-29 13:25:21 +00:00
Ralf Becker
68374ff0a3 use svg image itself as thumbnail 2016-02-29 13:05:48 +00:00
Hadi Nategh
1095c6e5b9 Mobile theme W.I.P.:
- Fix description filed in edit dialogs for infolog and timesheet
- Migrate mobile css classes for timesheet into mobile theme
2016-02-29 11:04:02 +00:00
Hadi Nategh
084dbac53c Mobile theme W.I.P.:
- Fix styling for checkbox with label
2016-02-29 10:09:37 +00:00
Hadi Nategh
5e25f344d6 Make checkbox with label unique enough to style it different than normal label 2016-02-29 10:05:15 +00:00
Ralf Becker
27c204cc7a fix namespaces in stock PHP class \Memcache(d) 2016-02-29 08:53:05 +00:00
Ralf Becker
d2e7c7da4d check for php serialization before using igbinary_unserialize 2016-02-29 08:45:33 +00:00
Ralf Becker
86bf2fb2c0 add missing deprecated fro egw_exception_redirect 2016-02-29 08:41:32 +00:00
Ralf Becker
0db8e10784 fix typo Api\Exception\WrongUserInput 2016-02-29 08:38:59 +00:00
Ralf Becker
ec9063bb6c work in progress to use Grunt and UglifyJS to minify javascript 2016-02-28 21:35:24 +00:00
Ralf Becker
1ab66dd811 move exceptions to new api structure, thought to catch an exception by its deprecated name, new exceptions have to extend deprecated ones 2016-02-28 13:43:06 +00:00
Ralf Becker
29e72a0bec remove since 14.x removed updates stuff 2016-02-28 13:41:08 +00:00
Ralf Becker
b596b615b4 APCIterator is from global namespace 2016-02-28 13:22:09 +00:00
Ralf Becker
9bf4dd288e moved egw_cache to Api\Cache 2016-02-28 09:38:36 +00:00
Hadi Nategh
b4b12b2312 Mobile theme W.I.P.:
- Fix checkboxes size
- Fix styling of slideSwitch
2016-02-26 17:02:44 +00:00
Klaus Leithoff
ecb2da3fa6 support daterangefilter on serversidesearch 2016-02-26 14:19:11 +00:00
Klaus Leithoff
78d2bc33a9 support SINCE, BEFORE, BETWEEN and ON as (range) date filters; use it in mail_zpush and add example usage to get_rows 2016-02-26 13:04:35 +00:00
Hadi Nategh
e5c4182ed0 Mobile theme W.I.P.:
- Add some SVG icons
- Fix devices with smaller screen do not show the sidemenu
- Remove not used SVGs
- Fix nextmatch header icons
2016-02-26 12:04:24 +00:00
Hadi Nategh
2e572819ff Mobile theme W.I.P.:
- Move timesheet's ownership into tab widget
2016-02-26 11:53:56 +00:00
Hadi Nategh
b97d000684 Mobile theme W.I.P.:
- Add attach.svg for mail
- Fix miss positioned quota in mail index
- Set toolbar range_view in 2 for compose dialog
2016-02-26 11:52:03 +00:00
Hadi Nategh
91b2d815cc Mobile theme W.I.P.:
- Move infolog ownership into tab widget
2016-02-26 11:50:10 +00:00
Hadi Nategh
c8785edf08 Mobile theme W.I.P.:
- Migrate mobile specific app.css for filemanager
2016-02-26 11:48:06 +00:00
Hadi Nategh
eaea386b82 Mobile theme W.I.P.:
- Change etemplate navbar.svg color
2016-02-26 11:46:55 +00:00
Hadi Nategh
ff12059c92 Mobile theme W.I.P.:
- Add calendar SVG icons
2016-02-26 11:45:27 +00:00
Ralf Becker
a44812e7b8 change arrows for opened/closed sidebox to match tree icons 2016-02-26 11:24:27 +00:00