Ralf Becker
2176101ab7
backport of r47147 from 1.8, thought 11.1 or trunk seems not to initialise session
2014-06-03 12:10:05 +00:00
Klaus Leithoff
ec36d628a8
* API/htmLawed: upgrade to version 1.1.17
2014-06-03 11:48:56 +00:00
Ralf Becker
b18e3f4e55
* PHP 5.5: disabling deprecated warnings of 5.5 eg. preg_replace with /e
2014-05-27 15:04:32 +00:00
Ralf Becker
1e87abcb6e
fixed SQL error "Field last_mod doesnt have a default value" on update for newer MySQL versions or PostgreSQL
2014-05-27 12:46:48 +00:00
Nathan Gray
43dd646102
Fix problems with merge print from list
...
- Dialog in document with 'Whole query'
- Missing participants
2014-05-26 16:23:02 +00:00
Ralf Becker
fb2fe616b5
fix implementation of calling (set|get|unset)Cache with install_id to behave identical to call to (set|get|unset)Instance for current instances install_id (install_id was used directly in keys)
2014-05-22 11:21:29 +00:00
Ralf Becker
669d77bc40
fixed PHP Fatal error: Attempt to unset static property accounts::$cache
2014-05-20 15:56:16 +00:00
Ralf Becker
9b69638f08
egw_cache::(get|set|unset)Cache($level,...) excepts now an install_id to use instance cache of given instance
...
accounts class uses now instance_id to access instance cache to support using it with multiple instances
instanciating accounts class with an array of config values clears now internal static cache and singelton instance
2014-05-20 10:21:32 +00:00
Ralf Becker
1c44d9a147
* Setup: always try to use a TLS connection for mail auth
2014-05-19 17:36:40 +00:00
Ralf Becker
a8167845ba
Changelog for 11.1.20140516
2014-05-16 11:27:55 +00:00
Ralf Becker
4fbe7f49f1
logging for exceptions now also request-method and user-agent
2014-05-16 09:10:01 +00:00
Ralf Becker
629b393c07
* ProjectManager: fixed parent projects were not updated with changes (you had to run sync-all manually
...
caused by running notifications delayed after response is send to user and to taking into account new notifications generated by notified apps
2014-05-15 13:12:28 +00:00
Ralf Becker
ca85133247
* ProjectManager: fixed project-tree was not shown in idots template
...
caused by etemplate change in r46410 calling header explicitly before navbar, causing navbar no longer being able to add stuff to header, eg. include javascript
thats now fixed by reverting the change and fixing idots_framework::navbar() to still call header, if $navbar_done is set
2014-05-15 09:32:01 +00:00
Nathan Gray
c2e56017c4
Avoid edit series dialog in merged documents by using the csv_export flag
2014-05-12 15:42:31 +00:00
Ralf Becker
07b293c9ef
fix "Doublicate key" error on update
2014-05-08 12:27:42 +00:00
Ralf Becker
5b091d4908
fixed SQL error stalling update, if addressbook contains no entries without 2-letter country-code
2014-05-08 12:03:53 +00:00
Klaus Leithoff
517c1e9ce3
silence warning on chech for not set or empty userData[forward]
2014-05-08 10:45:34 +00:00
Ralf Becker
4c92397511
* Admin: limiting a huge list of accounts returned not all accounts, because full search was limited too original number of requested rows
2014-05-08 08:53:52 +00:00
Ralf Becker
e618d21111
do not use $ in random passwords, as they given update errors, if followed by a number
2014-05-06 11:00:38 +00:00
Ralf Becker
0d5f785467
"setup/setup-cli.php --exit-codes" was not reporting 11: Your Database is not working!
2014-05-06 09:24:44 +00:00
Ralf Becker
6b666ed5b0
update from 1.8.007
2014-05-06 07:23:24 +00:00
Ralf Becker
c3903b682b
Changelog for 11.1.20140505
2014-05-05 14:07:39 +00:00
Ralf Becker
c4ea0ce0e1
prevent CSRF for admin create, edit or delete user
2014-05-01 07:00:28 +00:00
Ralf Becker
430d534ba6
prevent CSRF for setup and admin site configuration
2014-05-01 06:30:23 +00:00
Ralf Becker
544d57ca46
prevent CSRF for setup and admin site configuration
2014-05-01 06:26:09 +00:00
Nathan Gray
61198e3684
Update gantt code
2014-04-30 20:24:50 +00:00
Nathan Gray
3eaf87f78f
Fix some problems with calendar export causing a blank export popup
...
- missing template
- bad format on end date
2014-04-30 16:54:47 +00:00
Nathan Gray
b79ff8d4ed
Avoid warning if value is not an array
2014-04-30 16:52:34 +00:00
Nathan Gray
140a0746d1
Make sure top actually has app before calling it.
...
Fixes error in calendar where non-list views are still in an iframe, but top window has no app.js
2014-04-30 16:25:05 +00:00
Nathan Gray
7c5db56d61
Use AJAX to load app list for selected account, fixes usually empty dialog for user run rights since they usually came from a group
2014-04-30 15:20:32 +00:00
Hadi Nategh
5db89487a4
Arrange "Upload file" widget in filemanager toolbar
2014-04-30 13:55:55 +00:00
Hadi Nategh
3faf02eb88
Apply no caption to vfs-select located in mail compose, and style vfs-select and file upload accordingly
2014-04-30 13:13:14 +00:00
Hadi Nategh
b8dbefb64a
Give right width to link tab
2014-04-30 11:04:48 +00:00
Hadi Nategh
b5357e23eb
Add css class for vfs-select button caption. Additionally, re-arrange link_to widget styles for all app link tabs
2014-04-30 11:02:13 +00:00
Hadi Nategh
e85816cce9
Add button caption to vfs-select widget
2014-04-30 10:52:27 +00:00
Nathan Gray
d828eefaeb
Fix missing column filters after loading template(s)
2014-04-29 19:05:55 +00:00
Nathan Gray
4d016169e7
Precautions for iframes + sidebox
...
- Unbind any existing events on existing sidebox, if _init_sidebox() is called again
- Only call _init_sidebox() on top-level window's app.js, fixes some iframe issues with admin
2014-04-29 16:51:57 +00:00
Nathan Gray
5c19f99d9d
Remove no longer needed AJAX call for groups, API now provides them directly to the widget
2014-04-29 16:15:23 +00:00
Nathan Gray
9586a3b49a
Add 10 more pixels to first column
2014-04-29 14:42:00 +00:00
Klaus Leithoff
79558cf82d
silence error_log, for running too often
2014-04-29 13:21:19 +00:00
Hadi Nategh
bf19f45705
Put spaces between selectBoxes in link widget
2014-04-29 13:20:50 +00:00
Klaus Leithoff
080a4ac653
* Mail: limit async notification on new mail to once every 3 minutes; control if a imapHost is set on choosen profile
2014-04-29 13:04:17 +00:00
Klaus Leithoff
7434cd7144
* Mail: fix for messed up signature in some cases; fix for not beeing able to delete/remave an attachment to a new mail that was attached using PRESET methods
2014-04-29 09:53:47 +00:00
Stefan Reinhardt
e3fd528994
filemanager - less
...
nextmatch header:
Upload: active state color
Position : filemanager_navigation
2014-04-29 07:55:28 +00:00
Klaus Leithoff
abe0a62f58
Changelog for 14.1.20140429
2014-04-29 07:34:46 +00:00
Nathan Gray
178fa34031
Implement action system state for trees
2014-04-28 23:11:58 +00:00
Nathan Gray
e6c32bf765
Avoid vertical scrollbar, dynheight takes care of height now
2014-04-28 23:10:41 +00:00
Nathan Gray
785ed4e4c1
Round dates to grid scale, avoids potential infinite loop in the other method
2014-04-28 23:05:26 +00:00
Nathan Gray
354a8426af
- Fix $action gets lost if an action (delete) is done
...
- Fix deleted filter + link showed no results
2014-04-28 20:25:40 +00:00
Nathan Gray
1aee6f3bed
Enhance auto-popup to only show visible buttons
2014-04-28 20:20:54 +00:00