Commit Graph

19891 Commits

Author SHA1 Message Date
Ralf Becker
b886ffb6c8 * Timesheet: filtering by a status did not contain timesheets of sub-status 2012-07-03 10:32:27 +00:00
Ralf Becker
67379b1104 limit IE hack (no attachment in Content-disposition header) to IE < 9 2012-07-03 09:33:45 +00:00
Ralf Becker
487770bc32 invalidate categories cache after DB restore 2012-07-03 08:17:11 +00:00
Ralf Becker
99cf7fd81f chunk size for number of rows to query was far to low for huge tables like egw_history_log which can be a couple of million rows, backup took far to long 2012-07-03 07:06:15 +00:00
Ralf Becker
f0a59cb787 * ImportExport: fixed not working export in IE8 (seems to choke on Content-Disposition: attachment header) 2012-07-02 15:43:38 +00:00
Klaus Leithoff
57c361fd3f reset connectionError Cache on login 2012-07-02 11:16:29 +00:00
Klaus Leithoff
dbc96fa181 switch off error_log 2012-07-02 09:50:09 +00:00
Klaus Leithoff
10c28ee720 handling mail display problem with dovecot server: retrieval of a subpart of a message (attached email) will fail if the message structure is not actively queried from the server, but used from cache. Now we ignore the structure cache on getMessageBody 2012-07-02 09:47:09 +00:00
Ralf Becker
fcf313e900 fixed 5.4 PHP Warning: Illegal string offset 'start' or 'end' 2012-07-02 08:14:46 +00:00
Ralf Becker
fd6a7ea790 * Admin/DB-Backup: querying only chunks for 100 rows, to not run into memory limit on huge tables 2012-06-30 15:19:22 +00:00
Klaus Leithoff
e36b712421 * API: for new (autocreated) accounts, set ->can change password<- flag only if admin requires his users to change their passwords regularily (admin->site configuration->set recurrent forced password change) 2012-06-29 14:03:41 +00:00
Ralf Becker
8a3f253076 docu update 2012-06-29 09:05:53 +00:00
Klaus Leithoff
82042ee06c * email: if marking a message for deletion, set the message as read too; if not trusting SEEN/UNSEEN info, always look/filter for unseen and return the counter (not only when unseen counter is set to 0) 2012-06-29 09:01:14 +00:00
Ralf Becker
55f7f8d681 * Password: fixed not working check, if user has right to change password, causing password link in topmenu to be displayed when not in preferences app 2012-06-29 07:11:57 +00:00
Ralf Becker
5cbc182ac4 create valid SQL, even if account has for whaterver reason no group-memberships 2012-06-28 16:37:43 +00:00
Klaus Leithoff
e61b2901c6 * email: suppress empty user leaf on shared folders while in manage folders 2012-06-28 13:21:37 +00:00
Klaus Leithoff
abd9edcba9 silence log 2012-06-28 08:18:32 +00:00
Klaus Leithoff
ff3ff4573e use new static function to reset FolderObjectCache 2012-06-28 08:15:55 +00:00
Klaus Leithoff
04b1b69043 introducing the retrieval of special-use folders (though they are not used yet); handling of cached folderObjects on manage folders 2012-06-28 08:15:29 +00:00
Klaus Leithoff
2b1cacabb3 more detailed examination of capabilities; introducing functionality to retrieve special use folders; remove trailing whitespace 2012-06-28 06:52:40 +00:00
Ralf Becker
a274709e55 * Admin: global categories showed private categories of other users 2012-06-27 16:05:12 +00:00
Nathan Gray
6f2f28dcaa Format numbers inside writer tables as numbers 2012-06-26 16:48:46 +00:00
Nathan Gray
f6a76efba9 Better handling of link titles as directories 2012-06-26 16:47:04 +00:00
Nathan Gray
8075cb9a9b * For files inside /apps/appname/id, the application's merge print placeholders are also available 2012-06-26 14:35:53 +00:00
Klaus Leithoff
93d83f319d * API: HTML Editor-> disable encoding of html entities in output (this needs to set the ckeditor config value to false, since the default is true with the current ckeditor version) 2012-06-26 12:42:52 +00:00
Ralf Becker
99150590c6 * Filemanager/API: automatically decrement and store subquery depth limit, to work around different limits in different MySQL versions and configurations causing SQL error 2012-06-26 12:05:31 +00:00
Nathan Gray
6c708791a2 * Add All users permission option for easier maintenance 2012-06-25 20:30:38 +00:00
Ralf Becker
964ca168cb fixed warning "implode(): Invalid arguments passed" 2012-06-24 06:03:52 +00:00
Ralf Becker
08bbc9b98a comment debug to allow static usage 2012-06-21 08:42:53 +00:00
Ralf Becker
a0659f5ade * EMailAdmin: always storing quota for qmailuser schema 2012-06-20 16:17:18 +00:00
Ralf Becker
e996f970f4 fixed wrong application name 2012-06-20 05:37:03 +00:00
Ralf Becker
a65ad1dc15 * ProjectManager: allow datasources (eg. InfoLog) to set element category, update existing categories in elements to overwritten categories 2012-06-19 17:07:15 +00:00
Ralf Becker
091d69c0ed * ProjectManager/InfoLog: visualisation if InfoLog has a parent or sub-entries (up-arrow or right-arrow like in InfoLog) 2012-06-19 14:44:54 +00:00
Ralf Becker
b929d82ef7 add groups to InfoLog owner filter 2012-06-19 10:33:16 +00:00
Ralf Becker
97a02b5236 * Backup: fix sometimes not working restore (seems like an internal error in preg_match, causing Apache to run at 100% CPU never finishing) for php 5.3+ 2012-06-17 10:11:24 +00:00
Ralf Becker
478c4ed712 do NOT instanciate tracking class by default: it is only used for (seldome) updates and stalls updates in setup sometimes (1.6 update) 2012-06-17 10:03:50 +00:00
Klaus Leithoff
fab868ac5c email/esync: fix for missing folder on flagMessages 2012-06-15 09:16:14 +00:00
Klaus Leithoff
857b501cc2 * eMail: restructure sidebar, group sieve stuff as own section (if enabled AND available to the user) 2012-06-14 12:39:14 +00:00
Ralf Becker
d82ebe015c openSUSE 12.1+ no longer uses php5 2012-06-14 12:35:51 +00:00
Ralf Becker
1071e2b862 Changelog for 11.1.20120614 2012-06-14 12:20:47 +00:00
Ralf Becker
a5959f6497 remove to re-create it 2012-06-14 12:19:26 +00:00
Ralf Becker
6903bdabdf * InfoLog: use type or category, when creating new entries in subs-view and stay in subs-view when storing an entry in a popup 2012-06-14 12:08:46 +00:00
Ralf Becker
a40093244f If HTML5 validation fails, switch to the appropriate tab so message can be shown 2012-06-14 11:35:50 +00:00
Ralf Becker
88c4e6cda9 only cache highest version: only update cache when storing, if it contains older version, only update when reading, if no version (=highest) is requested --> should fix cases where new distributed templates overwrite customer templates with higher version in cache 2012-06-14 11:32:31 +00:00
Ralf Becker
4942d2a402 Changelog for 11.1.20120614 2012-06-14 10:25:07 +00:00
Ralf Becker
89d945e635 * eSync/eMail: show error in eSync preferences, if non-functioning eMail profile is selected or no Trash or Sent folder 2012-06-14 10:10:52 +00:00
Ralf Becker
913993fa1a * Preferences: show verification errors on entering preferences too, not only when attempting to save 2012-06-14 10:10:23 +00:00
Klaus Leithoff
dc48db0713 * email/esync: handle exception on message deletion 2012-06-13 15:31:49 +00:00
Klaus Leithoff
c02fb484f4 removing old kses and replaced htmlpurifier, as both are replaced by htmLawed 2012-06-13 14:58:20 +00:00
Klaus Leithoff
407397a81c improve notification by allowing to set up specific popup notification messages and subjects; this is used for calendar notification to give worthwile information in popup and meet expectations for ical/rfc type notification 2012-06-13 14:54:54 +00:00