.. |
Accounts
|
* Admin: fix email address for groups could not be stored for accounts in SQL
|
2016-08-03 18:25:00 +02:00 |
Auth
|
fix not working forced password change on login page with fallback auth
|
2016-07-27 10:21:03 +02:00 |
Cache
|
fix "PHP Fatal error: APCuIterator::__construct(): APC must be enabled to use" in setup-cli
|
2016-08-02 11:43:18 +02:00 |
CalDAV
|
fix admin was not able to see devices and logs of an other user, if he opened that users preferences via admin context-menu
|
2016-06-20 11:48:28 +02:00 |
Contacts
|
Also adjust links when migrating from Ldap to DB
|
2016-07-14 10:39:26 +02:00 |
Db
|
* PostgreSQL/Setup: fix SQL error in Backup or update: Invalid SQL: SELECT * FROM egw_pm_members
|
2016-08-09 09:47:50 +02:00 |
Egw
|
fix PHP Fatal error: Call to undefined method EGroupware\Api\Session::appsession() during SiteMgr installation
|
2016-05-31 22:45:01 +02:00 |
Etemplate
|
use Etemplate\Widget::registerWidget, not some third class extended from Etemplate\Widget, as that might screw up autoloading if it happes to create a circle
|
2016-08-09 10:12:19 +02:00 |
Exception
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Framework
|
display login-message depending on $_GET[cd] and whats in database/header for "login_message"
|
2016-07-11 11:06:27 +02:00 |
Header
|
|
|
Html
|
|
|
Json
|
send page-generation- and session-restore-time via json response not as dom fragment
|
2016-07-15 09:43:39 +02:00 |
Ldap
|
|
|
Link
|
|
|
loader
|
* API/ProjectManager: fixed some errors caused by no longer sharing instanciated objects not designed to be shared
|
2016-07-15 19:43:17 +02:00 |
Mail
|
* Mail: fix lost mail account password on user password change
|
2016-08-09 11:48:56 +02:00 |
Storage
|
Slightly more intelligent detection of plain text fields in a document that has HTML parsing turned on
|
2016-07-29 09:40:37 -06:00 |
test
|
mark test as skiped, if cache-provider throws Exception because missing PHP extension
|
2016-07-26 12:02:09 +02:00 |
Vfs
|
* Filemanager: fix PHP Fatal error when changing ownership or permissions
|
2016-08-11 22:41:54 +02:00 |
WebDAV
|
fix PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP
|
2016-05-26 11:27:03 +02:00 |
Accounts.php
|
try translating default group descriptions on read, in case they are not translated
|
2016-06-26 19:44:53 +02:00 |
Acl.php
|
|
|
Asyncservice.php
|
|
|
Auth.php
|
fix some scrutinizer "bugs"
|
2016-06-26 19:44:53 +02:00 |
autoload.php
|
adding a first unit test to EGroupware, plus a test runner running all test-classes in either:
|
2016-07-13 08:22:46 +02:00 |
Cache.php
|
* Admin/APC(u): fix error in clear cache: if APC(u) runs out of memory clearing just instance cache clear whole cache
|
2016-07-28 12:07:28 +02:00 |
CalDAV.php
|
fix some scrutinizer "bugs"
|
2016-06-26 19:44:53 +02:00 |
Categories.php
|
fix wrong/different case WrongUserInput --> WrongUserinput
|
2016-05-25 21:41:50 +02:00 |
Config.php
|
|
|
Contacts.php
|
Fix addressbook - calendar permission issue blocking viewing contact calendar
|
2016-05-24 17:13:40 -06:00 |
Country.php
|
|
|
Csrf.php
|
|
|
DateTime.php
|
|
|
Db.php
|
try creating egroupware database for postgres with psql, as creating it through SQL seem not to work in Travis
|
2016-08-07 11:19:05 +02:00 |
Egw.php
|
* NTLM: move ntlm login code from phpgwapi to api to allow NTLM login in 16.1 minimal install
|
2016-07-15 08:08:24 +02:00 |
Etemplate.php
|
send page-generation- and session-restore-time via json response not as dom fragment
|
2016-07-15 09:43:39 +02:00 |
Exception.php
|
|
|
Framework.php
|
* Templates: disable old idots and jerryr template, as new calendar does not work with them
|
2016-07-29 11:59:27 +02:00 |
Hooks.php
|
|
|
Html.php
|
Deprecate $j global variable used in php files and replace them all with standard jQuery
|
2016-06-02 17:43:23 +02:00 |
Image.php
|
|
|
Ldap.php
|
fix some scrutinizer "bugs"
|
2016-06-26 19:44:53 +02:00 |
Link.php
|
fix PHP Strict Standards: Only variables should be assigned by reference
|
2016-08-02 10:17:39 +02:00 |
loader.php
|
|
|
Mail.php
|
fix charset/transfer encoding issue when sending plain ascii mails but adding utf-8 signature
|
2016-08-05 15:13:31 +02:00 |
Mailer.php
|
Fix namespace causes class check to fail
|
2016-05-30 15:41:27 -06:00 |
MimeMagic.php
|
|
|
Preferences.php
|
only set LC_MESSAGES by default, as LC_ALL would also change PHPs numberformatting to use eg. comman as decimal seperator, fixes not working preference how many infolog lines to show
|
2016-06-20 18:29:23 +02:00 |
Session.php
|
fix PHP Warning: filemtime(): stat failed for phpgwapi/setup/setup.inc.php
|
2016-07-31 10:33:06 +02:00 |
Storage.php
|
|
|
Translation.php
|
Fix common and admin translations were sometimes missing
|
2016-07-15 08:11:07 -06:00 |
Vfs.php
|
* EPL/Filemanager: fix PHP Fatal using file-a-file dialog (upload with setting eg. a comment)
|
2016-08-03 15:27:19 +02:00 |