Commit Graph

26354 Commits

Author SHA1 Message Date
Ralf Becker
6ef458dfa1 Changelog for 11.1.20141216 2014-12-16 08:51:19 +00:00
Ralf Becker
75532089aa we need to clear stat-cache again, after restoring original user, as eg. eACL is stored in session 2014-12-15 16:59:43 +00:00
Ralf Becker
a55bbd1b63 do NOT allow / correctly quote html in title, description and location of events 2014-12-15 11:19:33 +00:00
Ralf Becker
4cab5f243e fix pear upgrade (not update) command given as instructions to user 2014-12-15 10:34:55 +00:00
Ralf Becker
201f4d8ff7 move defining of (deprecated) SEP constant to common functions, as there are cases where it gets used before defined 2014-12-13 10:12:01 +00:00
Ralf Becker
dc77531793 * Filemanager: fixed directory creation in vfs root (you need root permisstions of cause) 2014-12-12 15:09:02 +00:00
Ralf Becker
c9fd68f1b3 statcache need to be updated on chmod, chown or chgrp 2014-12-12 13:46:25 +00:00
Ralf Becker
f5d2b3f259 * jQuery: update to version 1.10.2 to improve IE10 experience 2013-10-31 12:11:38 +00:00
Ralf Becker
1b4b3d1756 allow to set cd=no in url, to make sure never to create a framework, eg. for popups 2013-08-15 14:43:19 +00:00
Ralf Becker
7ebc2ae61e * Stylite template: allow to force an application to be the active one after each new login, eg. home 2013-07-04 14:15:53 +00:00
Ralf Becker
7ebd4d2083 merged r1985: Upgraded jquery mousewheel plugin in egw_fw_ui from Trunk, as required for jquery 1.7.1 2013-05-28 14:25:48 +00:00
Ralf Becker
b4313b78b8 fixing redirects to cope with an infinit number of popups opened from a popup as eg. fmail does it with multiple forwared mails 2013-04-09 10:58:29 +00:00
Ralf Becker
892db65fe5 * Stylite template: fixed not displayed framework, if a link with target was used to open it
opener was set, but not to our main window with framework, checking now if there is a framework
2013-04-04 16:03:36 +00:00
Nathan Gray
ee62009983 Add trunk's implementation of egw_refresh() 2013-03-25 14:45:31 +00:00
Ralf Becker
220f73ea58 fix warning with webserver_url like "http://domain.com" 2012-11-16 08:41:40 +00:00
Ralf Becker
b4a7bba377 allow apps not in navbar, to update admin menu with their sidebox data 2012-07-19 14:29:32 +00:00
Ralf Becker
8c92481215 * EPL Features/Calendar: fixed favorites containing & in their name could not be deleted
encoded ampersands in get parameters (%26) need to be encoded twise, so they are still encoded when assigned to window.location
2012-06-08 10:09:09 +00:00
Philip Herbert
4426d3ee64 initializing some vars, before appending to them 2011-12-19 13:39:36 +00:00
Ralf Becker
22fa691573 append EGw version, to facilitate update from 10.1, no need to delete cache 2011-11-17 19:40:18 +00:00
Ralf Becker
fea3d080bf fixed typo causing timezone selection not to reload window 2011-10-09 15:56:43 +00:00
Klaus Leithoff
e09430986b backport of rev1747 from A.Stoeckel (igel457) for ->Fixed bug with browser.reload always opening the url in an iframe<- 2011-08-02 13:35:11 +00:00
Ralf Becker
4d84e5cb83 * eMail: fixed not resized grid/preview when eMail was started in a not activated tab
was caused by $ --> $j rename
2011-07-10 10:46:51 +00:00
Andreas Stöckel
f89f34714f Replaced $. by . (only instance of this in EGW a far as I see) 2011-07-03 12:30:41 +00:00
Ralf Becker
639937d85c * jQuery: changed $ to $j to work around mootools use in Joomla templates and other js code in imported projects
required to change $ --> $j:
phpgwapi/*
jdots/*
etemplate/*
stylite/*
felamimail/*
admin/*
news_admin/*
projectmanager/*
importexport/*
infolog/*
ranking/*

required, but not automatic:
importexport/setup/etemplates.inc.php
phpgwapi/js/jquery/*

negative, not to touch or revert later:
phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php:		'(\$(.+))'            => 'print $1',
phpgwapi/js/dhtmlxtree/libCompiler/core.js
sitemgr/*
phpfreechat/*
gallery/*
activesync/include/smb.php:        '^\tIPC\\\$(.*)[ ]+IPC' => 'skip',
etemplate/inc/class.bo_merge.inc.php: if ($this->table_plugins && preg_match_all('/\\$\\$table\\/([A-Za-z0-9_]+)\\$\\$(.*?)\\$\\$endtable\\$\\$/s',$content,$matches,PREG_SET_ORDER))

find phpgwapi jdots etemplate stylite felamimail admin news_admin projectmanager importexport infolog ranking \
	\( -name '*.php' -o -name '*.js' \) -exec grep -q '\$(' {} \; -print \
	-exec sed -i '' 's|\$(|$j(|g' {} \;
svn revert phpgwapi/inc/savant2/Savant2/Savant2_Compiler_basic.php phpgwapi/js/dhtmlxtree/libCompiler/core.js \
	importexport/setup/etemplates.inc.php phpgwapi/js/jquery/jquery.js etemplate/inc/class.bo_merge.inc.php
	
additional changes:
phpgwapi/js/jquery/jquery.js:	window.$ --> window.$j
phpgwapi/js/egw_json.js:291	this.request = $j.ajax({url: this.url,
jdots/templates/jdots/head.tpl:59			$j(document).ready(function() {
phpgwapi/js/egw_action/egw_grid_view.js: $.browser --> $j.browser
importexport/setup/etemplates.inc.php: etemplate editor importexport.wizard_basic_export_csv.choose_fields onclick of check icon changed
phpgwapi/js/egw_action/tests/*.html
phpgwapi/js/egw_action/tests/js/jquery.js:	window.$ --> window.$j
2011-07-03 09:10:35 +00:00
Ralf Becker
6ebcba2c1c Creating branches/Stylite-EPL-11.1 2011-07-01 10:37:59 +00:00
Ralf Becker
be7cff4255 fix not working fopen mode "x" 2014-12-05 11:22:31 +00:00
Ralf Becker
2ffc319134 * CardDAV/Addressbook: fixed OS X addressbook overwrites account with lowest id when creating a new contact 2014-12-04 15:01:50 +00:00
Ralf Becker
4c60e50ff8 fixed wrong (just the collection) Location header on POST to ?add-member url 2014-11-30 09:25:23 +00:00
Ralf Becker
b94573b42d fix unknown modifier "n" warning caused by a "/" in replacement 2014-11-18 12:29:07 +00:00
Ralf Becker
282036e653 * Admin/Setup: ignoring doublicate rows from old backups 2014-11-13 11:53:02 +00:00
Ralf Becker
3816a3dc12 * CalDAV: fixed users participating only in exceptions of a recurring event were also shown in whole series in Thunderbird and iCal 2014-11-10 20:05:15 +00:00
Ralf Becker
4cf53fa96b * CalDAV: big calendars with more then 500 events in result-set were missing events 2014-11-10 14:21:21 +00:00
Ralf Becker
60728dba21 * ProjectManager/Timesheet: fixed an infinit loop when trying to save a project-element, caused by timesheet notifying project again 2014-11-03 13:52:28 +00:00
Ralf Becker
d95c8697bf fix sql error on update 2014-10-28 22:09:45 +00:00
Ralf Becker
e26b249f94 * Calendar/CalDAV/eSync: exceptions show up in calendars of participants only participating in exceptions not whole recuring event (requires a DB update for existing events!) 2014-10-28 16:31:32 +00:00
Ralf Becker
863f915bd3 * Filemanager: fix since PHP 5.5.18 not longer working non-ascii chars in filenames, eg. German umlauts or accents 2014-10-23 13:44:26 +00:00
Nathan Gray
9495a4c479 Fix tracker -> infolog action redirected back to tracker 2014-10-22 20:32:54 +00:00
Klaus Leithoff
7ed3f863b2 * Mail: fix problem with wrong character decoding/encoding handling used when switching signatures 2014-10-09 12:55:56 +00:00
Ralf Becker
df7dc88be5 changing access control stuff for Apache 2.4 again, as openSUSE 13.1 base config uses Deny, which has higher precedence then Require 2014-10-07 12:56:19 +00:00
Ralf Becker
e3aec8abb2 use "systemctl enable <service>" for RHEL 7 2014-10-07 11:39:13 +00:00
Ralf Becker
c6b64f59aa do no call posix_* methods (from posix extension), if it is not available 2014-10-07 09:32:10 +00:00
Ralf Becker
107183ddb4 * Apache 2.4 and RHEL 7 installation fixes 2014-10-06 15:10:51 +00:00
Klaus Leithoff
7bbc75d2ee * Mail: handle (and correct (if needed)) charset for subject on import of messages 2014-10-02 10:24:25 +00:00
Ralf Becker
a83bc61d7c * API/MySQL: automatic try to reconnect once, if server closed connection "MySQL server has gone away" 2014-09-22 10:24:45 +00:00
Klaus Leithoff
6483952225 silence warning, if there are no identities connected to the defaultProfile of a user 2014-09-12 08:01:05 +00:00
Klaus Leithoff
121396a8e5 handle string parsing on own imap_rfc822_parse_adrlist ; improve on expectations, when string contains multiple rfc-addresses 2014-09-09 11:41:14 +00:00
Ralf Becker
c13dfd19d3 fixed sql error "argument of AND must be type boolean, not type integer" 2014-08-26 19:30:41 +00:00
Ralf Becker
832dcf5286 * PostgreSQL/Admin/Setup: backup stopped with SQL error 2014-08-26 14:04:02 +00:00
Klaus Leithoff
921a5ffc64 since we seem to have major problems authenticating via DIGEST-MD5 and CRAM-MD5 in SIEVE, we skip MD5-METHODS for now 2014-08-26 07:45:37 +00:00
Ralf Becker
4a52764997 * eSync: limit creation of sessions to one per device and user (like already done for CalDAV) 2014-08-25 14:22:17 +00:00