Ralf Becker
9b6952ec0b
New send class, which just implements the old interface (msg-methode) on top of the PHPMailer. It gets it's configuration from Admin >> Site configuration and does NOT depend on one of the email-apps anymore.
2004-07-05 10:11:11 +00:00
Ralf Becker
a81630aad0
removed old / non-adodb db-classes and -code
2004-07-04 18:46:54 +00:00
Ralf Becker
c4326776b2
fixed error in caching of sub-queries
2004-07-04 18:34:18 +00:00
Ralf Becker
13bcfd8318
fixed wrong ldap attribut-names
2004-07-04 18:32:29 +00:00
Ralf Becker
1992c6982b
added email-address to the accounts-data and implemented a better account-selection (like the one in the new account-popup)
2004-07-04 17:33:13 +00:00
Ralf Becker
b40f691a78
fix to be able to use the new select, update, ... functions during eGW startup (eg. accounts-class)
2004-07-04 17:31:12 +00:00
Ralf Becker
e7917423a5
added extra label and fixed group-selection
2004-07-04 17:28:57 +00:00
Ralf Becker
8bfb6cfb07
added email-address to the accounts-data (ldap untested so far!)
2004-07-04 17:27:42 +00:00
Ralf Becker
7fbc1c9248
if the header needs upgrading, start the headermanagement direct and not check_install as we do for new installs
2004-07-04 10:30:42 +00:00
Ralf Becker
f9c991624a
fixed typo according to patch [ 983936 ] Problem with language preferences
2004-07-03 12:43:52 +00:00
Ralf Becker
026c103016
fix for bug [ 984343 ] Login not possible after session timeout:
...
eGW was installed in the docroot and the webserver-url was empty, as not domain was given, not realy the regular situation, anhow it should work now
2004-07-03 12:38:01 +00:00
Ralf Becker
9694c7e2ea
fix for bug [ 954770 ] UTF-8 Support (in developer tools)
...
- regular htmlspecialchars translated &#([0-9a-f]{4}); to &#\\1;
- which is not correct, at least for our purpose
==> we replace '&#' after htmlspecialchars again with '&#'
==> now eg. persian language works correct in the TranslationTools
2004-07-03 11:41:51 +00:00
reinerj
22870f672e
fix a bug in the spec file and update the build shell script
2004-07-03 11:09:40 +00:00
Ralf Becker
5298bee355
removed "re"
2004-07-03 11:00:24 +00:00
Ralf Becker
6b72df97ec
added charset to htmlspecialchars for multibyte chars
2004-07-02 22:44:19 +00:00
Ralf Becker
18bc2d2875
pushing all versions to 1.0.0
2004-07-02 22:42:04 +00:00
Ralf Becker
a6fb8825f9
update
2004-07-02 22:33:11 +00:00
Ralf Becker
f6c07ba556
pushing all versions to 1.0.0
2004-07-02 22:32:53 +00:00
Ralf Becker
2ba2d8aca1
updating the missed sequenzes (postgres) and pushing all versions to 1.0.0
2004-07-02 22:27:33 +00:00
Ralf Becker
5188c0a6a3
updating the missed sequenzes (postgres) and pushing all versions to 1.0.0
2004-07-02 22:25:26 +00:00
Ralf Becker
8bab4b94a0
removed the "DELETE FROM phpgw_vfs" as it would also delete all other vfs entries and not only the filemanager ones
2004-07-02 22:19:56 +00:00
Ralf Becker
66a2bb7806
removed the not longer used tables_* files (table has been moved into the API some versions ago)
2004-07-02 22:18:41 +00:00
Ralf Becker
39c7cc14da
fixed (hopefully last) postgres problem with the indices: sequences have not been set, after the data was inserted into the newly created table
2004-07-02 22:12:10 +00:00
Ralf Becker
4ae1356b53
fix for [ 983949 ] Syntax error in phpgwapi/templates/idsociety/head.inc.php
2004-07-02 17:22:47 +00:00
Ralf Becker
dd32cbf53b
fix for [ 983949 ] Syntax error in phpgwapi/templates/idsociety/head.inc.php
2004-07-02 10:27:20 +00:00
Ralf Becker
fcfcaa578e
removed php4.3+ print_r($arr,True)
2004-07-02 09:51:21 +00:00
Ralf Becker
5df1f31098
fix for select-box values containing commas, which are not ment as multiple comma-separated id's
2004-07-02 08:56:50 +00:00
Ralf Becker
ac25e32010
added a white-space:nowrap; to the style of the tabs of the tab-widget
2004-07-02 08:54:34 +00:00
Carsten Wolff
892123655f
fixed another typo
2004-06-30 20:19:28 +00:00
Ralf Becker
7eb83c49d1
not used anymore
2004-06-30 10:43:33 +00:00
Ralf Becker
0d5a7357ec
workaround for IE prob, it does not set a HTTP_REFERER if a link gets opened in a popup window, which is needed by manual to determine context-sensitive which page to show
2004-06-30 10:40:48 +00:00
Ralf Becker
d9eb3ad604
not used anymore
2004-06-30 09:41:18 +00:00
Ralf Becker
d3086fe8cd
new account-selection for matrix-view, as patch from Matthew Galgoci
2004-06-29 22:39:00 +00:00
Ralf Becker
91966dd0f7
moved the manual translations to the manual app, changed the name of the manual app to 'manual / help' as it is both now manual and online-help
2004-06-29 18:21:56 +00:00
bgigon
1d017e2a54
Bad translation, replace
2004-06-29 09:59:01 +00:00
Ralf Becker
5a1be7c203
- if $selected is a string it gets now explode with ','
...
- already selected accounts are shown in front of users and groups, good for multiselections with less lines then content
2004-06-28 09:32:47 +00:00
Ralf Becker
7d74f12e84
not using persistens connections for postgres in setup: if a transaction fails, setup dont even finds the database anymore
2004-06-28 09:29:44 +00:00
Ralf Becker
58f8d6ff21
added link to setup to the "The following apps require upgrades" message
2004-06-28 07:08:13 +00:00
Ralf Becker
18d2267e78
added link to the headeradmin to the "You need to port your settings ..." message
2004-06-28 07:06:29 +00:00
Ralf Becker
a381073b69
added indices for the api tables
2004-06-27 10:02:57 +00:00
Ralf Becker
6912d82b26
fixed nocachecontrol to allow caching of certain files, eg. the generated javascript for jscalendar and htmlarea which include the language-settings and preferences
2004-06-27 10:02:15 +00:00
Ralf Becker
3b93f3845d
creating indices for infolog
2004-06-27 09:54:57 +00:00
Ralf Becker
a1d4a47172
workaround for a Postgres bug in RefreshTable: unable to find "<" operator for type "unknown", cause by an empty string ('') in a select distinct query
2004-06-27 09:53:58 +00:00
Ralf Becker
6a4447b62e
fixed RenameTable to also rename indices and not only primary keys
2004-06-27 09:52:06 +00:00
Ralf Becker
1ba38621ba
- added acces to admin-account-section, if there is an update pending
...
- show apps which need upgrading in the message in front of the application management and not "This stage is completed", if there are ones
2004-06-27 09:06:05 +00:00
bgigon
2b487a5097
Fixbug for Opera
2004-06-25 14:46:13 +00:00
bgigon
ebb01e7c9d
Reframing of comments
2004-06-25 12:59:22 +00:00
bgigon
fc3ccca344
Fixbug : JSCalendar function are displayed directly into UI :\
2004-06-25 12:49:38 +00:00
Ralf Becker
890548096b
added missing brackets of function call
2004-06-24 11:32:06 +00:00
zhangweiwu
a6ee097064
change the misleading comments that refer to php3 which is no longer being supported.
2004-06-24 02:07:52 +00:00