Commit Graph

15997 Commits

Author SHA1 Message Date
b2ae4fe5c7 fixed a typo that prevented the ldap creation and modification timestamps to show in accounts listview 2008-08-21 07:31:34 +00:00
1ca740fe97 tracker #1683 2008-08-21 07:09:42 +00:00
80dd3d1fe2 New header.inc.php template
- I dont force the update (updating version in phpgwapi/setup/setup.inc.php),
  as the old one still works through diverse defaults and I want to wait
  for the rewrite of a db-based session handler and making mcrpyt
  available for sessions again (currently not used)
- required includes for xmlrpc and soap are moved to the callbacks of
  this services, as they are NOT required by the rest of eGroupware
2008-08-21 06:21:32 +00:00
e433a67c7a "only allow valid order criteria" 2008-08-21 05:56:46 +00:00
0f2b4d7914 "fixed bug reported by Philip Herbert from Knauber: error when killing a session" 2008-08-20 14:55:53 +00:00
5b18045927 fixed bug reported by Philip Herbert from Knauber: new button in org-view is not working 2008-08-20 14:16:12 +00:00
da43ab71f8 "- calling setup_header methods via magic __call method, to allow classes to extend this command and alow overwrite the setup_header methods
- added new session-handler config var"
2008-08-20 09:01:29 +00:00
93112e0277 phpDoc headers 2008-08-20 06:04:28 +00:00
c475f86147 - get session list for session.save_handler='files' working again
- sessions are sorted by default with session_dla DESC (newest updated
  sessions first)
2008-08-19 11:54:35 +00:00
a18f6d1b85 "Fixed problem reported by Uwe on the German list: SyncML is no longer working" 2008-08-19 05:43:57 +00:00
96f19c6290 "allways use init_session_handler function (not only for php5.1)" 2008-08-18 13:44:48 +00:00
630b81235e "- try loading memcache extension, if not loaded
- allways use init_session_handler function (not only for php5.1)"
2008-08-18 13:43:51 +00:00
1a9388cc89 missing api update for the sitemgr-link stuff 2008-08-18 10:05:58 +00:00
9d2016ebf6 - php5 static and protected for egw_framework
- new feature allowing apps to specify with index-page and icon to use
--> allows to install sitemgr-link icon without an extra application
(which was a symlink and got lost in every version upgrade)
2008-08-18 09:00:19 +00:00
ca3245043b "check if pdo extension and DB specific driver is loaded AND try loading it if not (to be consistent with checks in setup/check_install.php)" 2008-08-17 05:41:49 +00:00
7696e91011 "fix to work around an other php5.1 bug/problem: class methods seem not be able to call session_set_save_handler
It returns false and the session_handler is not changed. It's working in php5.2 (at least on my OpenSUSE 11.0 with php5.2.6)"
2008-08-16 07:58:02 +00:00
11b1ce5bb1 "fix to work around an other php5.1 bug/problem: class methods seem not be able to call session_set_save_handler
It returns false and the session_handler is not changed. It's working in php5.2 (at least on my OpenSUSE 11.0 with php5.2.6)"
2008-08-16 07:52:59 +00:00
037704a801 "php5.1 seems to have a bug: array_slice($parts,$offeset) != array_slice($parts,$offeset,null)" 2008-08-16 07:40:04 +00:00
3090f728d6 session_list & session_count have to be public static 2008-08-16 06:04:18 +00:00
ab01e4d818 "dont let php's session handle set the session-cookie" 2008-08-16 06:03:10 +00:00
93e98f3e1a "egw_session::create(): generate new session-id, if not running SyncML (were is already happend in the Horde code)" 2008-08-16 06:00:34 +00:00
1fcb14b03c "- test if $GLOBALS[HTTP_(GET|POST)_VARS] is set to prevent warning
- removed php4 clone function, as we require now php5.1+"
2008-08-16 05:58:33 +00:00
61df6f2a15 fixed bug reported by Martin Kramer on the German list 2008-08-15 14:37:34 +00:00
65b94c8284 "fixed config name, wrong name caused not being able to switch off popup notifications" 2008-08-15 09:38:58 +00:00
c1e057feb5 "fixed bug reported by Hans-Juergen Tappe <tappe(at)hek.uni-karlsruhe.de>: list view not working on home page" 2008-08-15 05:09:05 +00:00
1ed5390669 index files without header include, but working with sessionid in url 2008-08-14 13:53:17 +00:00
563ac8c71c session list:
- fixed not working "go to start or list" button
- added start/total display
2008-08-14 12:45:19 +00:00
04ddf51d90 "fixed typo causing session list to contain all sessions" 2008-08-14 12:29:39 +00:00
e2f72dcc70 "using egw_session::session_list()" 2008-08-13 20:14:44 +00:00
5447cd6a6d "setting currentapp='setup' for setup" 2008-08-13 07:19:32 +00:00
8a9bf481f5 "fixed problem reported by Phillip Herbert on the devel-list: Mass move to private addressbook does not work" 2008-08-13 06:18:03 +00:00
b63928d7f0 "fixed problem reported on some installs with api >= r25860:
PHP Fatal error:  egw_db::connect(): The script tried to execute a method or access a property of an incomplete object ...
Problem was that session restore is now used regardless if it's explicitly switched on, egw_db::connect() only registered the required class, if it was explicitly switched on. Therefore it worked everywhere, where session restore was configured before, but failed everyone not used it before ;-)"
2008-08-13 05:20:23 +00:00
c7494f1e70 Added Ajax Select to widget documentation 2008-08-12 21:13:03 +00:00
ae025c806b "case insensitive search (postgres)" 2008-08-12 17:42:20 +00:00
db577d0330 "suppress debug message on session destroy" 2008-08-12 15:36:10 +00:00
b491fe8312 "fixed not working letter-search filter if DB is postgres, thanks to Larquère Laurent <llarquere(at)aacom.fr>" 2008-08-12 13:06:51 +00:00
7888b3f616 "fixed some typos" 2008-08-12 09:01:01 +00:00
48060983f2 "changes requested by Vietnamese translator nhatnamnv(at)gmail.com: short day-names can now be constructed (additionally) by separate translation of the 3-char english shortcut. You can still use the translation of the long name with the number of chars to use for your language." 2008-08-12 05:15:59 +00:00
eae198cf6c Un-encode html special chars (<, >, &) when filling in the title for the selected value 2008-08-11 14:47:16 +00:00
df933068b3 #improving edit-mode in admin composing welcome/start messages.
if you entered/saved text in WYSIWYG Mode, you will start editing the text in this mode, later on. If you choose to leave WYSIWYG mode HTML 
tags will be stripped completely. Switching back and forth, will display the saved content with mode selected (WYSIWYG/PLAIN), changes made are
lost if not saved. 
If you save in PLAIN Mode all former HTML formatting will be abondened.
2008-08-11 10:25:58 +00:00
871116b6e1 if you pass the style to htmlarea, and the htmlarea is available, then style is used as switch for the fck editor-mode. If not passed extended is
used as default.
2008-08-11 09:28:37 +00:00
c5a3178c77 if you switch from text to html, and back, or if you save the message in html mode, there is no way back to WYSIWYG but using the source button
of fck editor and pasting the content of the window. To enable this, call htmlarea with the style parameter 'advanced', wich will be used as 
editor-mode switch then.
2008-08-11 09:25:23 +00:00
ace6deee7b fix for a "too much recursion" JavaScript error in calendar.js, when the user tries to pick another year; the fix was taken from dynarch.com
provided by a user named ilyaf. Thanks,
2008-08-11 08:01:28 +00:00
20a5ce1293 fix for a fatal error when application home is not available for the user 2008-08-11 07:28:10 +00:00
7b023713b8 fix for a fatal error when application home is not available for the user 2008-08-11 07:27:30 +00:00
d6facc9467 tracker #1673 2008-08-10 21:20:17 +00:00
e77ec3d7a5 tracker #1671 2008-08-09 10:59:29 +00:00
f2b92c8cbb tracer #1670 2008-08-09 10:57:24 +00:00
8860cf8ea7 "list_sessions --> session_list" 2008-08-09 06:26:32 +00:00
785189d884 "sort users/groups by account_display pref" 2008-08-09 04:43:31 +00:00