1ee1a934f8
Remove another unneeded decodeURI() to avoid problems with addressbook advanced search
2015-07-28 14:49:47 +00:00
46c0817743
Remove unneeded decodeURI() to avoid problems with addressbook advanced search
2015-07-27 21:43:05 +00:00
a394a53d8b
if db-object passed to so_sql_cf, use that also for querying custom-fields
2015-07-27 13:24:18 +00:00
6110c34aaa
if db-object passed to so_sql_cf, use that also for querying custom-fields
2015-07-27 13:17:03 +00:00
2e670ae0f4
change history_status back to varchar, as it contains custom-field names, which can be non-ascii
2015-07-24 13:06:18 +00:00
5ef86e0b16
change history_status back to varchar, as it contains custom-field names, which can be non-ascii
2015-07-24 12:06:33 +00:00
56d869dc4b
* Univention: support Dovecot as IMAP available and default from 4.0-2 on
2015-07-23 14:57:19 +00:00
2b1d3f63f3
* Univention: support Dovecot as IMAP available and default from 4.0-2 on
2015-07-23 14:56:20 +00:00
cc6460e8c0
an other one: fix sql error if link-id (accidently) contains non-ascii chars
2015-07-23 11:50:06 +00:00
0f72e3d58d
an other one: fix sql error if link-id (accidently) contains non-ascii chars
2015-07-23 11:49:41 +00:00
d320439e1e
fix sql error if link-id (accidently) contains non-ascii chars
2015-07-23 11:31:18 +00:00
d59c15582f
fix sql error if link-id (accidently) contains non-ascii chars
2015-07-23 11:30:57 +00:00
f86b645bab
prevent some javascript-errors that prevented the correct execution of code
2015-07-23 11:29:06 +00:00
23d0108df0
prevent some javascript-errors that prevented the correct execution of code
2015-07-23 11:07:46 +00:00
6d4a0f84b5
set network timeout for ldap connections to not block for minutes
2015-07-22 13:35:19 +00:00
262d8d6440
set network timeout for ldap connections to not block for minutes
2015-07-22 13:35:01 +00:00
a93474ef2b
* Update API version to 14.3, NO new features, just database optimization targeting InnoDB engine in MySQL
...
changing columns with no user-input to CHARACTER SET ascii (instead of utf8), shorten indexes and add additional autoincrement columns where primary key contained varchars
2015-07-19 10:24:53 +00:00
a426d4ed2e
some more fine-tuning of Galera checks, backported persisten connection handling from ADOdb 5.x
2015-07-19 10:14:22 +00:00
09911badd3
only shorten contact note and custom-field value, if it does not contain longer values
2015-07-19 09:57:20 +00:00
a9c4060dd6
shorten index on egw_sqlfs.fs_name to improve performance
2015-07-19 09:12:47 +00:00
970078e970
some more fine-tuning of Galera checks, backported persisten connection handling from ADOdb 5.x
2015-07-19 08:35:27 +00:00
6cf9385c48
fix wrongly converted columns back to utf-8 and change message_id to ascii, if you already run update to 14.3, you need to set 14.2.025 in your db:
...
UPDATE egw_applications SET app_version='14.2.015' WHERE app_name='phpgwapi' AND app_version='14.3'
2015-07-16 08:27:00 +00:00
adf2a7140f
improved and now optional Galera cluster health check
2015-07-15 21:29:04 +00:00
e1ad625fca
improved and now optional Galera cluster health check
2015-07-15 20:47:49 +00:00
9bf07631e0
Fix custom field order renumbering to keep at multiples of 10.
2015-07-15 14:19:55 +00:00
7e9b83d280
Get new custom fields ordering properly too
2015-07-14 14:28:29 +00:00
f098f5c368
fix typo
2015-07-14 11:15:30 +00:00
8c60755dcf
fix typo
2015-07-14 11:14:37 +00:00
431a19b460
status value is in column 1 (2. column), also fixed not working fetchColumn
2015-07-14 10:45:02 +00:00
b318f1e4f4
status value is in column 1 (2. column), also fixed not working fetchColumn
2015-07-14 10:44:12 +00:00
3e5c1cb8ad
check Galera wsrep_local_state for node is not in state Synced, eg. Donor
2015-07-14 09:45:02 +00:00
3470f4d51c
check Galera wsrep_local_state for node is not in state Synced, eg. Donor
2015-07-14 09:44:39 +00:00
3bc178dad0
Escape from infinitive loadingDeferred if the diferred did not get resolved or rejected, and give user a chance to try other tabs
2015-07-13 16:36:45 +00:00
bba3fa804a
some database optimizing: changing columns with no user-input to CHARACTER SET ascii (instead of utf8), shorten indexes and add additional autoincrement columns where primary key contained varchars
2015-07-11 13:56:50 +00:00
01939c6bf6
* Selected favorite highlighting
...
Now highlights if the current application state matches a favorite, either by click or manually setting the filters.
2015-07-10 18:05:54 +00:00
3f3071241f
Fix copy-paste error in favorite selection comparison, giving TypeError.
2015-07-10 17:44:21 +00:00
34536f7e89
Fix copy-paste error in favorite selection comparison, giving TypeError.
2015-07-09 18:01:22 +00:00
b16047bde2
Fix custom field order renumbering to keep at multiples of 10, and handle cached custom fields
2015-07-09 17:42:40 +00:00
e1de24996b
revert accident commit of patched egw class
2015-07-07 12:43:48 +00:00
0cd038b71f
fix not being able to create new password, after r53051: allow to specify multiple ;-separated hosts for database
2015-07-07 12:41:35 +00:00
cc15b6812a
fix not being able to create new password, after r53051: allow to specify multiple ;-separated hosts for database
2015-07-07 12:41:11 +00:00
80691159f6
allow to specify multiple ;-separated hosts for database, by default first one is used, on connection failure other ones are tried too
2015-07-06 19:38:27 +00:00
b27dbc617c
allow to specify multiple ;-separated hosts for database, by default first one is used, on connection failure other ones are tried too
2015-07-06 11:15:14 +00:00
0ffe6fcb12
fix sometimes not working redirect to login page (session could not be verified), because inline script is not allowed by our content-security-policy, redirecting top window now in login.js
2015-07-04 07:54:11 +00:00
7eff188dcf
fix sometimes not working redirect to login page (session could not be verified), because inline script is not allowed by our content-security-policy, redirecting top window now in login.js
2015-07-04 07:53:50 +00:00
058ef3e89f
* Login/Password: handle forced password change on login page
...
r53022: visualize not existing ability to unset "must change password on next login", by making it readonly
r53024: change "password about to expire in N days" warning into an once per login info-message (was a redirect to password change)
2015-07-01 17:54:18 +00:00
4e986e58b8
change "password about to expire in N days" warning into an once per login info-message (was a redirect to password change)
2015-07-01 17:51:56 +00:00
d39c2a71bf
* Login/Password: handle forced password change on login page
2015-07-01 12:44:34 +00:00
90c578b8f4
Remove debug
2015-06-30 21:19:05 +00:00
6be9dca9e8
fix egw_ical_iterator to use new Horde_Icalendar
2015-06-30 06:54:13 +00:00