Nathan Gray
|
c49dc59ab3
|
Get resources available in sitemgr planner module
|
2016-03-21 22:26:11 +00:00 |
|
Nathan Gray
|
b28792ffaf
|
Better handling of missing top-level cache (happens in sitemgr) to avoid infinite loops
|
2016-03-21 22:25:33 +00:00 |
|
Nathan Gray
|
8ed3a42a7a
|
Fix scoping caused legacy categories to fail
|
2016-03-21 22:04:10 +00:00 |
|
Ralf Becker
|
1622ebc442
|
detect (multiple) classes definde in a file
|
2016-03-21 21:22:09 +00:00 |
|
Ralf Becker
|
77c5102792
|
fixed more namespace issues found by doc/check_namespace.php I wrote and forgot about it ;-)
|
2016-03-21 21:21:40 +00:00 |
|
Nathan Gray
|
51951d55d5
|
Fix details / no details toggling of columns
|
2016-03-21 21:02:09 +00:00 |
|
Ralf Becker
|
0558781183
|
fix wrong line-numbers caused by removed comments
|
2016-03-21 20:42:06 +00:00 |
|
Nathan Gray
|
847abfb198
|
- Fix some namespace issues breaking custom filter header
- Fix some copy+paste errors
|
2016-03-21 20:36:12 +00:00 |
|
Ralf Becker
|
67b91a4989
|
fix for SiteMgr not being able to edit a block (menuaction=sitemgr.Content_UI.manage) after r55434, need to rework whole index
|
2016-03-21 20:19:29 +00:00 |
|
Nathan Gray
|
496d24592b
|
Correctly handle optgroups in both processed & legacy forms
|
2016-03-21 19:56:40 +00:00 |
|
Nathan Gray
|
cfbec7adec
|
Remove extra line break processing, now handled by parent class
|
2016-03-21 19:24:46 +00:00 |
|
Nathan Gray
|
d3f38b5bc6
|
Remove end date status text, it was wrong.
|
2016-03-21 19:18:25 +00:00 |
|
Nathan Gray
|
47198549f7
|
Fix unable to re-open datepicker after clicking 'today'
|
2016-03-21 19:17:11 +00:00 |
|
Nathan Gray
|
e214a7153c
|
Break out Nextmatch sub-widgets into their own files, and make sure sub widgets can get autoloaded.
|
2016-03-21 18:40:43 +00:00 |
|
Nathan Gray
|
9905a3f6bd
|
Cache widget registry for an hour.
Fixes historylog not loading entries.
|
2016-03-21 17:08:17 +00:00 |
|
Nathan Gray
|
2935c25eed
|
Add missing use egw_framework
|
2016-03-21 16:06:26 +00:00 |
|
Nathan Gray
|
ca0a896fa3
|
Fix widget scan
|
2016-03-21 16:05:51 +00:00 |
|
Ralf Becker
|
77624244e6
|
do NOT call et2_ready for dialogs with a template, as it would overwrite this.et2 in app.js
|
2016-03-21 15:31:02 +00:00 |
|
Nathan Gray
|
374cfffb89
|
Fix missing optgroup labels
|
2016-03-21 15:09:57 +00:00 |
|
Nathan Gray
|
fd3c729454
|
Fix selectbox cache - needs to be undefined if missing for subsequent processing
(broken by r55418)
|
2016-03-21 14:43:39 +00:00 |
|
Ralf Becker
|
fc2c4dae29
|
replace egw_sharing with Api\Vfs\Sharing
|
2016-03-21 10:30:48 +00:00 |
|
Ralf Becker
|
209686013d
|
fix PHP Fatal class egw_sharing not found and replaced all api calls with new namespaced classes
|
2016-03-21 10:06:54 +00:00 |
|
Ralf Becker
|
8a14cd54b8
|
explicilty import DateInterval, so phpDoc is correct too
|
2016-03-21 09:45:10 +00:00 |
|
Ralf Becker
|
a0d478a92b
|
fix PHP Fatal error in CalDAV preferences, caused by missing explicit import of old preferences class
|
2016-03-21 09:31:40 +00:00 |
|
Ralf Becker
|
fb4101e38a
|
moving et2 images to api
|
2016-03-21 09:27:41 +00:00 |
|
Ralf Becker
|
23f07571c6
|
moving et2 images to api
|
2016-03-21 09:26:03 +00:00 |
|
Ralf Becker
|
45a0684491
|
move egw_json_(request|response|push) to api, missing commit of notifications_push class
|
2016-03-20 16:45:42 +00:00 |
|
Ralf Becker
|
1b5429f0ff
|
replacing common::egw_exit() with exit, there is no more extra cleanup
|
2016-03-20 16:30:01 +00:00 |
|
Ralf Becker
|
67cb60b972
|
moving egw_digest_auth, vfs_webdav_server and egw_sharing to new api
|
2016-03-20 16:19:53 +00:00 |
|
Ralf Becker
|
3692f01100
|
use since 14.x unused set_box.php
|
2016-03-20 15:25:20 +00:00 |
|
Ralf Becker
|
485416d5f1
|
replace create_function with performanter, because opcachable closure
|
2016-03-20 14:01:29 +00:00 |
|
Ralf Becker
|
4da844a70f
|
move categories class to api
|
2016-03-20 13:41:33 +00:00 |
|
Ralf Becker
|
52a7f2198a
|
move egw_json_(request|response|push) to api
|
2016-03-20 13:02:55 +00:00 |
|
Ralf Becker
|
7b58daae42
|
move et2 docu to egroupware/doc/etemplate2/
|
2016-03-20 11:18:19 +00:00 |
|
Ralf Becker
|
31b4e66690
|
fix not working changing of preferences, caused by missing reference operator in expand_widget
|
2016-03-20 11:14:06 +00:00 |
|
Ralf Becker
|
7968afc67d
|
add missing docu of parameter
|
2016-03-20 10:59:59 +00:00 |
|
Ralf Becker
|
59ffb2497b
|
add missing use common
|
2016-03-19 17:05:59 +00:00 |
|
Ralf Becker
|
df7d8c414a
|
modified client-side to call new server-side classes in api, instead compatibility classes in etemplate
|
2016-03-19 16:16:59 +00:00 |
|
Ralf Becker
|
6af1e23b66
|
move et2 widget browser to api, thought link to it is currently only in old eTemplate sidebox menu
|
2016-03-19 15:25:32 +00:00 |
|
Ralf Becker
|
3453021a6d
|
allow api as app like home for everyone, and implement calling of namespaced class-names from EGroupware namespace in index.php and json.php
|
2016-03-19 15:24:36 +00:00 |
|
Ralf Becker
|
d8514e47b9
|
move etemplate2.css to api
|
2016-03-19 15:22:41 +00:00 |
|
Ralf Becker
|
9b446f7c17
|
moving et2 js files to api
|
2016-03-19 13:48:07 +00:00 |
|
Ralf Becker
|
2f4c727f9d
|
moving eT2 server-side to api
|
2016-03-19 13:06:07 +00:00 |
|
Ralf Becker
|
d8fe729ffd
|
remove unnecessary check, stalling moving eT2 to api
|
2016-03-19 12:58:20 +00:00 |
|
Ralf Becker
|
7b0cc41f3f
|
fix old eTemplate buttons with text and image to not have image behind caption
|
2016-03-19 11:38:00 +00:00 |
|
Ralf Becker
|
0cd226b91d
|
make static functions static as they should be
|
2016-03-19 10:44:00 +00:00 |
|
Ralf Becker
|
cebdc5c7ab
|
fix not working folderClose(d) image
|
2016-03-18 17:23:56 +00:00 |
|
Ralf Becker
|
614bf494b7
|
identical forward inline icons
|
2016-03-18 17:20:22 +00:00 |
|
Ralf Becker
|
f2b2879df1
|
different forward as attachment icon
|
2016-03-18 17:15:55 +00:00 |
|
Nathan Gray
|
edc1f098f3
|
Hide email address if there's a name, but allow showing it via CSS if desired
|
2016-03-18 16:44:51 +00:00 |
|