Commit Graph

18704 Commits

Author SHA1 Message Date
f5c5ef9c29 links to vfs are to display the filename decoded instead of the urlencoded version (which is needed to access the file) 2012-03-27 13:56:22 +00:00
3a23d4bb21 Fixed bug with Ctrl-Key no longer working 2012-03-27 13:44:38 +00:00
5f4341225a convert global id prefixed with app:: to just id 2012-03-27 13:12:51 +00:00
508c3c5517 * Admin/Setup: button to mount backup directory under /backup into VFS 2012-03-27 11:20:08 +00:00
83a6d40b5c Actions basically working again, do not work properly yet, as the global uid is passed to the nm_action function 2012-03-27 10:18:42 +00:00
aeb469dab8 using PATH_INFO as backend (HTTP_WebDAV_Server also only uses that 2012-03-27 09:04:23 +00:00
b747f99fc6 removed menuaction check completly, as only missuse was setting currentapp from it, which get now checked
improved _check_script_tag and added a lot of tests, thought not all tests really apply here, so low count of ~50% are not as bad
2012-03-27 08:29:52 +00:00
bed5142764 Most VFS sub-widgets implemented 2012-03-26 23:30:27 +00:00
f4fe3951c6 If legacy option is '', it's not set - use default 2012-03-26 23:28:35 +00:00
ae6809e91e Implement legacy options size & max size 2012-03-26 23:27:53 +00:00
257f823773 Fix handling of file url for vfs 2012-03-26 23:27:09 +00:00
3aa8e64f73 Give a warning & return if you try to translate an object 2012-03-26 23:24:56 +00:00
e330a7bfdc Start of vfs widget 2012-03-26 19:46:51 +00:00
34a43e8869 Various bug fixes in the grid, implemented prefetching, workaround for performance issues regarding update, removed _lastModification 2012-03-26 15:28:02 +00:00
5e9a768fb1 fixed problem with dialog overlaying infolog grid in ff 2012-03-26 14:08:57 +00:00
a6fe9b04bc fix to get menuaction proxys (eg. used when creating a link) working again 2012-03-26 11:12:41 +00:00
a4727231c5 allow dash in app-name like in "sitemgr-site" 2012-03-26 08:05:11 +00:00
650da27fac Upps, forgot argument 2012-03-26 07:23:52 +00:00
ef9734c402 propper encoding of exception messages, checking of $_GET[menuaction] and $GLOBALS[egw_info][flags][currentapp] 2012-03-26 07:18:00 +00:00
c39b76f8a9 Prevent some warnings about attributes 2012-03-23 19:25:50 +00:00
be878e3e79 Get radio customfield working in popup + nm 2012-03-23 18:57:13 +00:00
282888715b Custom field value is never an array, just a string 2012-03-23 18:43:06 +00:00
1dc6376ed4 Handle inputs with names ending in [] as arrays 2012-03-23 18:17:15 +00:00
7f57f28f38 Deactivated last commit (slow because pending requests are ignored), lastModification is now set per app in the model 2012-03-23 16:38:08 +00:00
1be50220a8 Deactivated last commit (slow because pending requests are ignored), lastModification is now set per app in the model 2012-03-23 16:37:44 +00:00
1dec823e45 Implemented consolidation and extension of requests, code does currently not check which range requests are still pending 2012-03-23 16:30:29 +00:00
2e3d740da7 only return modified knowUids not check for deleted ones, if row_id is set 2012-03-23 16:05:06 +00:00
cc23776f13 fixed status-icon and subject-class got lost 2012-03-23 15:05:22 +00:00
f6484aa626 Now sending _lastModification 2012-03-23 15:04:49 +00:00
23b1e10927 Fixed loading css 2012-03-23 14:51:33 +00:00
b46278df1d Fixed problem with strange grid behaviour 2012-03-23 14:51:20 +00:00
4e3f3e3d2c fixes to server-side part of new datagrid 2012-03-23 14:42:06 +00:00
d0c3d82eaa not unsetting query[col_filter][info_id] as it is needed for etemplate2 (and unnecessary anyway), setting row_modified=info_datemodified to allow to check if entries are modified and need to send to client 2012-03-23 14:41:07 +00:00
c525cadcdb Reverted accidently made commit for class.egw_framework.inc.php 2012-03-23 13:43:20 +00:00
eadeb57f28 Fixed problem with registered data callbacks, when the window the callback belongs to is closed 2012-03-23 13:39:27 +00:00
00cd1f1e2f Bugfixes for dataview 2012-03-23 13:38:30 +00:00
b134b36678 fixed some issues with egw_data, improved egw_json exception handling 2012-03-23 12:45:13 +00:00
a9c1112dc1 New dataview version and integration into the nextmatch widget 2012-03-23 12:20:57 +00:00
23f221456f Fixed problem with IE, adapted egw_data.js to specification changes 2012-03-23 12:06:52 +00:00
8bd0e2865d keeping only info about the connected ldap server, fixes problems with changed ldap host after fallback to other server 2012-03-23 11:26:58 +00:00
6d594d970c Saves better if it does something with the data on submit 2012-03-22 23:36:31 +00:00
bcc1c054c2 Get checkbox custom fields working 2012-03-22 23:35:25 +00:00
56070c43c5 Add start of ajax select widget, get submits working again 2012-03-22 23:31:31 +00:00
442d5c4494 Use html widget for read-only html-area 2012-03-22 23:21:35 +00:00
4551e495be If application is provided, app is expecting just the ID back 2012-03-22 23:20:56 +00:00
e4a4154f3f Shuffle where to look for options: first by ID, then top level, then in row 2012-03-22 23:19:13 +00:00
8c161056b5 Make sure column exists before trying to access its widget 2012-03-22 23:17:00 +00:00
a2aa644124 Fix missing widget reference 2012-03-22 23:16:14 +00:00
51ba799ed0 Keep looking for row data until next row is missing 2012-03-22 23:15:38 +00:00
0c5c5ffb2c Handle custom field date formatting 2012-03-22 16:34:45 +00:00