Commit Graph

3925 Commits

Author SHA1 Message Date
Ralf Becker
6821442c24 fixed not working non-static use after Jörgs commit ($app was NOT set anymore) 2010-06-16 11:06:10 +00:00
Ralf Becker
76a8645871 fixed not working non-static use after Jörgs commit ($app was NOT set anymore) 2010-06-16 11:04:11 +00:00
Jörg Lehrke
1f536bfb5e Fix config::save_value static call issue 2010-06-16 08:36:49 +00:00
Ralf Becker
48c6e5416a methods to set or get all body tags or javascript files, replacing direct access to variables of old javascript class 2010-06-15 16:12:46 +00:00
Ralf Becker
fd2e05b765 fixing the fix: for mountpoints we have to check the url or what is mounted and not the url of the mountpoint 2010-06-15 10:34:17 +00:00
Ralf Becker
724559fb3c fixed not working update for application global categories, which for some reason got created with an owner != -1 2010-06-15 10:26:12 +00:00
Ralf Becker
49d777bce9 delete db entry again, if we are not able to open a new(!) file in filesystem 2010-06-14 20:11:11 +00:00
Ralf Becker
ef278963d7 also remove mountpoints the user has no read access to from directory listings, eg. enabling versioning for an other user 2010-06-14 13:18:41 +00:00
Jörg Lehrke
6fa4a89cb5 2nd Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601) 2010-06-14 07:41:49 +00:00
Ralf Becker
ec91ea15c9 returning content of onXXX tag after adding code 2010-06-13 07:45:28 +00:00
Andreas Stöckel
b841f570f0 Added wrapper for xajax.addScriptCall(), added ?cd=10 to json.php response again 2010-06-11 11:43:54 +00:00
Jörg Lehrke
867dfd7829 Fix Evolution CalDAV HTTP_IF_MATCH issue (Stylite#601) 2010-06-11 10:00:04 +00:00
Andreas Stöckel
327324c95e Synchronized json code from trunk with 10.1 2010-06-11 08:38:36 +00:00
Ralf Becker
6c508a5741 default for html::initCKEditor 3. parameter, to fix warning in fmail 2010-06-10 16:19:45 +00:00
Ralf Becker
910ff4f8f2 setting vars empty, which get only conditionally set 2010-06-10 15:38:36 +00:00
Ralf Becker
fd4cc1f953 allow json in body on(Load|Unload|Resize) tags 2010-06-10 14:31:59 +00:00
Ralf Becker
68c60ad574 fixes to be able to start CKEditor without expanded toolbar 2010-06-10 13:22:02 +00:00
Andreas Stöckel
de3ee335a9 Fixed handling of json requests using etemplate.process_exec and fixes in the json encoding of hierarchical values 2010-06-10 10:48:59 +00:00
Andreas Stöckel
1a78227120 Including the wz_dragdrop.js again 2010-06-10 07:42:15 +00:00
Andreas Stöckel
7f6ee30cc6 Initializing $top_menu_extra as an array 2010-06-10 07:34:02 +00:00
Ralf Becker
e977610a4b Integrated (used) javascript methods:
- js->validate_file()
- js->set_on(Load|Unload|Resize)
into egw_framwork and made them static
(egw::__get('js') returns now the framework so all old code should
continue to work)
2010-06-09 15:30:53 +00:00
Ralf Becker
feaab09818 calling jquery as part of a response, eg. ->call('#123','addClass',array('valid')); 2010-06-09 14:41:40 +00:00
Andreas Stöckel
7eb21252af Removed code which might interrupt XAJAX from working 2010-06-09 13:52:38 +00:00
Andreas Stöckel
084ef11729 Handling of reqests which miss a parameter section 2010-06-09 13:46:35 +00:00
Nathan Gray
a09a58ae11 Add handling for in case the input data comes pre-parsed 2010-06-09 12:57:36 +00:00
Ralf Becker
0ae16ca1ed allow to use jscalendar(-setup.php) from every app, by catching egw_exception_no_permission_app 2010-06-09 09:40:02 +00:00
Ralf Becker
e417b6305b - using egw::link(...,false) for no egw_link_hander
- calling static methods static
2010-06-09 07:26:39 +00:00
Ralf Becker
ebedefd2e0 reading images from setup.inc.php file 2010-06-09 06:48:58 +00:00
Jörg Lehrke
685775cdf6 Fix Nokia old version issue, 2nd try 2010-06-08 18:03:08 +00:00
Ralf Becker
ade5eb93ea fixed not working generation of image url for templates 2010-06-08 08:50:15 +00:00
Ralf Becker
8b49db5a57 new framework method to return javascript to call manual 2010-06-07 22:06:35 +00:00
Ralf Becker
6ecb981cb5 Moved after_navbar hook into a egw_framework method 2010-06-07 17:31:43 +00:00
Ralf Becker
30d45d9b37 allways load jquery (not -ui) and egw_json for all templates 2010-06-07 15:10:58 +00:00
Ralf Becker
8f86299005 fixing quick add to work with jDots 2010-06-07 14:44:38 +00:00
Klaus Leithoff
82cb36ff3a some additional stuff to improve mailheader decoding 2010-06-07 14:31:59 +00:00
Ralf Becker
601289343c moved top menu logic from idots_framework class to egw_framework,
to be able to use it from other templates too
2010-06-07 11:49:16 +00:00
Jörg Lehrke
027b11723e Fix vCard content version issue (Nokia E7x) 2010-06-07 07:06:54 +00:00
Ralf Becker
b5ade8635a do NOT redirect, but set top.location, as this works in framed template too 2010-06-07 06:54:07 +00:00
Ralf Becker
c2237c4daa got jscalendar in calendars sidebox working with jdots template 2010-06-04 20:13:21 +00:00
Ralf Becker
0d05a9ce40 allow to call html::tree(null,null) to get just the javascript, eg. to include it in header 2010-06-04 20:06:41 +00:00
Ralf Becker
ff1c3b9be1 allways use "About EGroupware", as about is not any more application specific 2010-06-04 12:43:35 +00:00
Klaus Leithoff
0ec0d04fb3 update to Version 4.1.1:HTML Purifier 4.1.1 is a major security and bugfix release that
improves on 4.1s fix for an XSS vulnerability exploitable on Internet Explorer.  It also contains a number of important bugfixes, including
the removal of improper logic that could result in infinite loops and
fixed parsing for single-attributes with entities with DirectLex.
2010-06-04 11:13:55 +00:00
Ralf Becker
4b67a05074 - setting again date format and language from current user, was lost in r27581
- using current date in users timezone, instead of server timezone
- loading javascript for jscalendar::flat only if not yet loaded
2010-06-04 09:01:15 +00:00
Andreas Stöckel
f88e1339c6 Fixed powered_by link in jdots 2010-06-04 08:06:02 +00:00
Ralf Becker
7d19819ba1 cleaned up about to use framework->list_templates to support app like templates 2010-06-02 22:43:41 +00:00
Ralf Becker
e8c4786879 using framework->template_dir, instead of hardcoded phpgwapi based one 2010-06-02 21:36:16 +00:00
Ralf Becker
0150726c4b using framework->template_dir, instead of hardcoded phpgwapi based one 2010-06-02 21:28:51 +00:00
Ralf Becker
a4a427e2ab allow to specifiy a path or url, instead only an url 2010-06-02 21:28:07 +00:00
Ralf Becker
ea57302fce not using options parameter on json_encode, as PHP5.2 returns empty string and loading template class only, if not autoloadable 2010-06-02 18:11:15 +00:00
Ralf Becker
d9b9e79fcd fixed missing var causing app like templates not to be found 2010-06-02 17:33:26 +00:00