Ralf Becker
f597385a9c
fixed caching of etemplates:
...
- never read timestamp of last import from cache
- check timestamps only once per session and app
2010-07-21 13:50:29 +00:00
Ralf Becker
3dfa4e5fe6
allow null as value in assign()
2010-07-21 13:16:36 +00:00
Andreas Stöckel
da54059fd1
Fixed problem with toolbar not being expanded and removed bottom breadcrumb bar
2010-07-21 11:45:05 +00:00
Andreas Stöckel
408a9ece4f
Fixed typo which prevented IE js load from working correctly
2010-07-21 10:52:18 +00:00
Andreas Stöckel
9615c33fe8
Fixed JS loadFinished notification on IE
2010-07-21 10:26:54 +00:00
Ralf Becker
4da973400c
allow and validate needed (required) attribute for file uploads, checkboxes and radio buttons
2010-07-21 08:21:42 +00:00
Ralf Becker
09719babaf
replace deprecated call_user_method(_array) with call_user_func(_array)
2010-07-20 16:47:11 +00:00
Ralf Becker
4ad95007b5
using call_user_func instead of depricated call_user_method, which seems at least under PHP5.3 not to allow static calls
2010-07-20 14:34:20 +00:00
Klaus Leithoff
14722e5060
enable SCAYT (switch autostart on), no matter which spellchecker you are using
2010-07-20 13:49:11 +00:00
Klaus Leithoff
0d3cfae3b9
disable SCAYT too (switch autostart off), if you disable spellchecker in admin
2010-07-20 13:34:53 +00:00
Andreas Stöckel
70319aefd6
Added some docu and checks for console.log being defined
2010-07-20 10:54:56 +00:00
Andreas Stöckel
7ad65804d5
Added onLoadFinish event to egw_json_response on the js side, which gets triggered when all javascript code which should be included has been loaded and evaluated on the client
2010-07-20 10:20:32 +00:00
Ralf Becker
2b016955d9
remove border and use black color for nicer printing of input elements
2010-07-17 15:52:16 +00:00
Klaus Leithoff
3ed7a8445f
provide the new option with a new section
2010-07-16 12:26:06 +00:00
Klaus Leithoff
294e46ca74
translations for new option/configuration
2010-07-16 12:17:12 +00:00
Klaus Leithoff
f71cd37af6
use notifications option/configuration to enforce the use of emailadminprofiles only for notifications
2010-07-16 12:04:51 +00:00
Klaus Leithoff
f67a9e4a56
option/configuration to enforce the use of emailadminprofiles only for notifications
2010-07-16 12:04:02 +00:00
Klaus Leithoff
fb8b310345
suomi translations provided by mkk
2010-07-16 09:58:04 +00:00
Klaus Leithoff
1654d4b07c
optimize printing by adding spaces to content of info_subject and info_des and thus allow automatic line-wrapping in printpreview (and print)
2010-07-16 09:13:32 +00:00
Klaus Leithoff
d813c7adc7
save states of calendar view to session only when we are in calendar
2010-07-16 09:00:49 +00:00
Klaus Leithoff
c0be4dbc19
suomi translations provided by mkk
2010-07-15 14:38:02 +00:00
Klaus Leithoff
544c522904
additional statusfilters: open and upcoming, own open and upcoming, delegated open and upcoming, responsible open and upcoming
2010-07-15 10:09:35 +00:00
Ralf Becker
b5f35a4b75
validating (string) === '' (instead === ''), as on ajax commit no yet set inputs are returned as null instead of ''
2010-07-13 20:47:25 +00:00
Klaus Leithoff
e2dab5d56b
fix for reset_stati on Drag and Drop; Work by Chr.Fueller, leithoff
2010-07-13 14:35:34 +00:00
Nathan Gray
48ba641cb3
Avoid conflicts with other objects that have ->db defined by using the global db
2010-07-13 14:22:14 +00:00
Klaus Leithoff
26c7f601f3
making sure / checking that alarmData is an array as expected.
2010-07-13 11:48:06 +00:00
Nathan Gray
80706f34b7
If error details are included, show them in the log
2010-07-09 13:00:46 +00:00
Klaus Leithoff
ea6ad0129a
check the cat filter. If you have no read rights for any cats (and with that resources) set the cat-filter to null. As cat_id is enforced for resources by UI, you should not ret any results, which is expected if you have no read rights.
2010-07-08 15:01:40 +00:00
Andreas Stöckel
b5e33eab09
- Fixed etemplate input dirty handling
...
- Now generating an widget object tree in widget.js
- Added generic response to egw_json
- Moved "getFramework" function to jsapi and renamed it to "egw_getFramework"
- Added plugin system to egw_json
- Transformed the jQuery "replaceWith" call form class.etemplate_form.inc.php into an own json plugin
- Fixed label creation for et_html
2010-07-08 12:03:13 +00:00
Klaus Leithoff
b78a9865cc
explicitly process fields to order by, as cutomfields may have names with spaces, so we examine each order by criteria, as our preg did not do the job properly
2010-07-08 11:37:56 +00:00
Klaus Leithoff
09100671ee
put out Unrecogniced GroupDAV client Message only, when debug bis enabled -> does not work, as the function is static, commented the error_log
2010-07-08 09:41:06 +00:00
Klaus Leithoff
129eaec0e3
put out Unrecogniced GroupDAV client Message only, when debug bis enabled
2010-07-08 09:37:24 +00:00
Ralf Becker
1c7e2f6e27
- implemented limited support for sidebox options in preferences
...
- opening import/export dialogs as popups, as they use egw window.close()
2010-07-08 08:11:44 +00:00
Ralf Becker
f3017cdeba
adding "regular" import/export functions (import & export) to preferences: allows to use them without being admin
2010-07-07 17:11:10 +00:00
Klaus Leithoff
82e8bdbd9e
allow for like wildcard.val.wildcard in filtersearch for customfields (needed for advanced search, as criteria are now remapped to be filters for customfields)
2010-07-07 14:11:33 +00:00
Klaus Leithoff
07930ecd58
fix advanced search for customfields (multiple field criteria, combined by AND) in addressbook
2010-07-07 11:38:52 +00:00
Ralf Becker
89ed32a022
add date parameter to next and last date link, to set correct exception date for recuring events
2010-07-07 10:11:52 +00:00
Ralf Becker
c1fa529fc8
new optional parameter "extra_args" for link widget, to add further get parameters to the link
2010-07-07 10:10:23 +00:00
Klaus Leithoff
cd541542ce
added missing hr to toolbar, when in advanced mode
2010-07-07 08:04:15 +00:00
Klaus Leithoff
7be12bc70f
added missing table-button to toolbar, when in advanced mode
2010-07-06 15:26:00 +00:00
Klaus Leithoff
99bd207983
fix for bug targets (if specified with HTML Links in CKEditor) do not szrvive purify. Chr.Fueller investigated Attr.AllowedFrameTargets as cause of the issue
2010-07-06 13:50:55 +00:00
Klaus Leithoff
f2bc58898f
rework of calendar purge function
2010-07-06 08:20:53 +00:00
Jörg Lehrke
c9e1b56d2d
Fix vCalendar v1.0 EXDATE export
2010-07-05 19:05:54 +00:00
Klaus Leithoff
4e1f3f31e5
fix bug regarding the CKEditor view of Main/Loginscreenmessages
2010-07-02 10:06:44 +00:00
Ralf Becker
419516c011
removed columns from DELETE statement
2010-07-02 06:00:25 +00:00
Jörg Lehrke
75b25bb796
Fix FroupDAV report issue
2010-07-02 05:01:15 +00:00
Nathan Gray
f8431b00a7
- Fix purging of old events so it doesn't delete everything
...
- Trick config into calling the hook when purging is turned off so cron job is cancelled
2010-07-01 15:27:37 +00:00
Andreas Stöckel
0867ed78d8
Added missing console.info dummy function
2010-07-01 13:52:55 +00:00
Klaus Leithoff
2768366eb6
fix for cached titles that are empty
2010-07-01 11:14:48 +00:00
Ralf Becker
a3685d298e
removed 2. header include, stalling access without home rights
2010-06-30 12:03:50 +00:00