Commit Graph

2362 Commits

Author SHA1 Message Date
Ralf Becker
0c6d80d778 * API/Admin: add user-agent to accesslog and sessions, add sessionid to history to better identify what was causing changes in history 2012-06-01 13:13:06 +00:00
Nathan Gray
c5bb607ebc Fix NaN/NaN/NaN timestamp 2012-05-30 18:54:23 +00:00
Nathan Gray
98c28030be History log:
- Automatic support for custom fields
- Fix missing select-<subtype> values
2012-05-30 18:47:32 +00:00
Nathan Gray
b6760edc22 Fix occasional missing filters on re-load 2012-05-30 16:34:20 +00:00
Nathan Gray
5b59e85574 Handle multiple values that are comma separated 2012-05-29 23:15:58 +00:00
Nathan Gray
36fa6e27be Fix apply / reload failure 2012-05-29 23:05:26 +00:00
Nathan Gray
de01faf0df Add select account search dialog 2012-05-29 22:47:21 +00:00
Nathan Gray
c0ae7013a5 Don't fail if there are no actions, just initialize to empty array 2012-05-29 22:35:33 +00:00
Nathan Gray
d1cee69269 Handle if row doesn't have cat_id in class 2012-05-29 22:26:52 +00:00
Nathan Gray
31166f94a0 Allow list to be cleared; always call search query hook, even if cached 2012-05-29 22:25:40 +00:00
Nathan Gray
9790ee3ac7 Handle some differently formed dialogs 2012-05-29 22:23:02 +00:00
Nathan Gray
2b3686540f Fix action column removal to handle action columns that are not the last column 2012-05-29 17:22:18 +00:00
Nathan Gray
7e92918f9e Add support for 'content' attribute, to create namespace for template using something other than its ID 2012-05-24 21:36:03 +00:00
Nathan Gray
775d08a89b Put select options in sel_options 2012-05-24 21:30:19 +00:00
Nathan Gray
5bfd90e207 Fix validation of cf types - transformer only does server -> client 2012-05-24 21:12:26 +00:00
Nathan Gray
aafca99105 Automatically handle link history entries 2012-05-24 17:53:23 +00:00
Nathan Gray
acd7f43303 Accept links in appname:id format 2012-05-24 17:49:28 +00:00
Nathan Gray
efbb743cc6 Log removal of link in history 2012-05-24 17:33:16 +00:00
Nathan Gray
5647df9636 Historylog widget for et2 2012-05-24 15:45:29 +00:00
Nathan Gray
88df7e232c Make sure action object is set before using it 2012-05-23 23:55:01 +00:00
Nathan Gray
fc3553636d Make sure options get set, if provided to constructor 2012-05-23 23:54:30 +00:00
Nathan Gray
5d1bffd2d7 Fix file upload size limit 2012-05-22 20:44:06 +00:00
Nathan Gray
03dfd56d3e Hide exec_id field too 2012-05-22 20:16:33 +00:00
Nathan Gray
ceb691f3a3 Always get category information out of cat_id 2012-05-22 19:54:28 +00:00
Ralf Becker
ed5c5593c3 * InfoLog: status filter in index shows now cumulated list of all status translations, if no type is selected (as context menu does too) 2012-05-22 17:39:28 +00:00
Ralf Becker
a415cbf259 use egw object for given app and window, to open non-popup pm view in projectmanager iframe for jdots template 2012-05-22 15:40:10 +00:00
Ralf Becker
feb6076acf fixed PHP 5.4 Warning: Illegal string offset 2012-05-21 14:14:44 +00:00
Ralf Becker
3e8501a139 fixed PHP 5.4 Warning: Illegal string offset 2012-05-21 10:56:14 +00:00
Frédéric Erpicum
e2cb9b44e7 resolve problems in opening windows for viewing or editing in projectmanager 2012-05-17 09:26:25 +00:00
Nathan Gray
13571a6254 Implement pagerepeat tag for html files 2012-05-16 17:36:07 +00:00
Nathan Gray
4abef611b5 Get nextmatch working again after submit 2012-05-15 21:43:05 +00:00
Nathan Gray
0b04f8e0c5 Fix transformer. That's not a typo 2012-05-15 14:45:43 +00:00
Nathan Gray
51246a5829 Work on VFS widget 2012-05-14 20:12:12 +00:00
Nathan Gray
9f8151ebb2 Set max size attribute from ini setting 2012-05-14 19:12:04 +00:00
Nathan Gray
fe7814b64c Prepend table name to avoid ambiguity 2012-05-14 18:03:42 +00:00
Nathan Gray
564d87f68a Use _rootWidget to get correct egw instance 2012-05-14 17:43:38 +00:00
Nathan Gray
014fdee8bc When posting, use hidden input 2012-05-14 16:55:38 +00:00
Nathan Gray
60c4c33e8c Allow non-row data in rows (sel_options) even if there are no results 2012-05-14 16:46:52 +00:00
Nathan Gray
7a5c8f6ad6 Allow anchor tags in OO.o 2012-05-14 13:48:32 +00:00
Klaus Leithoff
408b66f975 replaced call for foreach(static:: with self::... 2012-05-14 12:08:34 +00:00
Klaus Leithoff
46deabf2b6 take care of possible commas in n_fn in addressbook.email popup (on-click adding email to opened email-form when clicking on email-link) 2012-05-14 07:50:46 +00:00
Nathan Gray
f3547273c7 Avoid 'is no array' exception 2012-05-08 23:17:43 +00:00
Nathan Gray
9c3e4be52e Better checking for row category 2012-05-08 22:37:00 +00:00
Nathan Gray
92dbd693d7 Get row category colors working 2012-05-08 22:23:08 +00:00
Nathan Gray
d236f4531e Silence warning about missing property 2012-05-08 20:27:38 +00:00
Nathan Gray
42ab2c046d If onchange property was '1', do a full post 2012-05-08 20:27:02 +00:00
Nathan Gray
2beaed766c Get radio/checkbox to validate values that come from content 2012-05-08 20:25:56 +00:00
Nathan Gray
efd5bacc7a Make sure value gets set before applying filters, or it won't stay 2012-05-08 18:02:56 +00:00
Nathan Gray
79d3e78f30 Set empty value after loading options, if there's an empty/all label 2012-05-08 17:43:13 +00:00
Nathan Gray
debcd059bc Remove action column - no action columns in et2 2012-05-08 17:27:38 +00:00