Ralf Becker
1a01f33308
account-display is now configurable via the prefs:
...
- Firstname Lastname (default)
- Lastname, Firstname
- username
- <username> Lastname, Firstname
2003-05-03 22:23:50 +00:00
ceb
3f24159bfd
update tpl
2003-05-03 14:17:15 +00:00
Ralf Becker
3826112059
Fixed get_image_dir and get_image_path to not return the templates imagedir if it only contains the navbar icon (eg. idots or idsociety).
...
Thats only a fix, better would be if every app uses the image or find_image function.
2003-05-03 10:59:16 +00:00
Ralf Becker
ce1a06d831
small fix, added a wrapper for the renamed function email_address (was sub_default_addres) for email/anglemail
2003-05-03 10:58:46 +00:00
Ralf Becker
e1c1ecad78
added notify-messages to prefs:
...
- notify messages contain vars to be substituted, eg. $$username$$
- the var-name gets translated for editing
- new function create_notify in preferences.php
- new function parse_notify to substitute / create the notify msg
2003-05-02 01:33:32 +00:00
Ralf Becker
f44171243c
fix for phrase which end (after truncating to 230 chars) in a space (which has been striped by the db)
2003-05-02 01:06:33 +00:00
ceb
7546857b3e
update cats
2003-05-01 23:24:09 +00:00
Ralf Becker
52ff07f6c9
fix from sigurdne, for bug #3300 and #2740
2003-05-01 12:49:11 +00:00
Ralf Becker
21d8e8fd62
reworked preferences (ported from .16 incl. fixes):
...
- not set user-prefs use the default value, default values have been used only for new accounts before
- preference-table has new column preference_app
- preferences got automaticaly quoted now, eg. its save to use single and double quotes as well as backslashs
2003-05-01 09:19:50 +00:00
Ralf Becker
f81afd60a9
fixed template_alternate_row_color, so also set the row_color in the supplied template, not only in the template of the nextmatch-class
2003-05-01 09:17:44 +00:00
Ralf Becker
ad1a0a1cb3
fixed schema_proc for pgSql to properly rename a table, if forgot to rename the index
2003-04-30 11:07:24 +00:00
ceb
486e0b043f
update portal
2003-04-30 02:13:17 +00:00
Ralf Becker
104bad578d
added param try_unregistered to hooks::single for setup
2003-04-28 08:25:59 +00:00
Ralf Becker
2c59c61f0d
added param try_unregistered to hooks::single for setup
2003-04-28 08:24:45 +00:00
Ralf Becker
b12d672c5c
importing asyncservices from .16
2003-04-27 23:19:49 +00:00
Ralf Becker
4e1cd7d1f5
new type of hooks via methodes instead of separate files:
...
- allows to parse arguments ot the hook and return content
- all access to the hook-table is now handled by the hook-class (for admin and setup too)
- all existing hooks continue to work of cause
2003-04-27 22:26:04 +00:00
ceb
996ae97971
update img
2003-04-27 19:27:28 +00:00
ceb
7420f58b18
update img
2003-04-27 14:10:16 +00:00
ceb
79f95f0576
update
2003-04-26 20:52:59 +00:00
ceb
9cddaf2f6e
added extra function for filter plus update tpl class to version .16
2003-04-26 01:19:45 +00:00
ceb
dbca6b1b6b
removed charset from tpls since its added by xslt already plus update class.common: add a flag to disable any xslt output
2003-04-24 21:04:22 +00:00
ceb
ded88a0790
update js and css
2003-04-24 01:34:44 +00:00
Ralf Becker
251699f154
gugux lang-update
2003-04-22 22:30:38 +00:00
Ralf Becker
cad7e38029
fixed for login: dont call framework for login
2003-04-21 08:32:53 +00:00
ceb
0d021d3426
it was impossible to login/logout after change of framework call
2003-04-21 00:49:42 +00:00
Ralf Becker
b69defa25b
added app_header via $GLOBALS['phpgw_info']['flags']['app_header']
2003-04-20 20:47:50 +00:00
ceb
bf02473ccd
update cats
2003-04-20 14:15:01 +00:00
ceb
cf343ac9d6
update hook_admin
2003-04-20 02:16:22 +00:00
ceb
2dd760281b
moved function deisplay_entry from admin to api
2003-04-19 23:17:40 +00:00
Ralf Becker
fefe0305fd
fix for bug reported on user-list, time-compare creates date before 1970/1/1 which is the earliest allowed date on windows
2003-04-18 08:37:04 +00:00
Ralf Becker
6b1cfa855e
limited the length of the message_id to 230 and defined a constant for it
2003-04-02 17:46:37 +00:00
Ralf Becker
486fd309c0
changed wrong php-version-number
2003-04-02 10:42:12 +00:00
Ralf Becker
8a9884ec96
had to redo it as it breaks other stuff
2003-03-31 17:34:38 +00:00
Ralf Becker
64309e9e5a
made it more compatible with the version in 0.9.14
2003-03-31 16:51:25 +00:00
Ralf Becker
ea968b1cd6
added function redirect_link and added nodisplay before exit
2003-03-31 16:50:49 +00:00
Ralf Becker
ec8ba8cab3
added appname to website title (as dave in .16)
2003-03-30 11:04:57 +00:00
Ralf Becker
32f1ed2b83
now admin can enable/disable the preferences as any other app, fix for bug#2967
2003-03-28 16:19:46 +00:00
Ralf Becker
a29965b1ea
added a local var $oProc as reference to the global one, to be compatible with old-style default_records.inc.php
2003-03-27 18:39:49 +00:00
Ralf Becker
d948f09973
moved generation and translation of app-title into applications-class
2003-03-22 12:29:42 +00:00
Ralf Becker
b83af98a7f
skwashd's patch to:
...
- name2id return system-global cats too
- return_array use strlen now to differ between not set and 0 parent_cat_id
2003-03-22 09:37:40 +00:00
Ralf Becker
254ba69217
dave's parse_navbar_end-fix (no more complaining it's not defined)
2003-03-22 09:04:37 +00:00
Ralf Becker
c2778383c5
2 changes:
...
- newer lang-files get now installed automaticaly when a user log's in
- Czech is added to the supported lang's
==> phpgwapi version updated to 0.9.14.002
2003-03-22 01:32:43 +00:00
Ralf Becker
556680d7f8
fix for 2 pgSql bugs:
...
- if a table get droped (eg. uninstall an app) the sequenz got not droped, which leads to complains of pgSql if you tried to reinstall the table/app
- _CopyAlteredTable (which is used by AlterColumn) uses a 'SELECT * ' and then the $db->f(0|1|2) which leads to errors when the column-order is not as expected
2003-03-22 01:28:48 +00:00
Ralf Becker
f9c53875eb
Moved list_sessions and total from admin.socurrentsessions into the session-class and implemented them for php4 too.
...
So admin.socurrentsessions is no longer used and bocurrentsessions as well as the phpgwapi/templates/xxx/navbar.inc.php use the session-class to get the number of loged-in-users.
Aktivated the accesslog f�r php4-sessions too.
2003-03-21 00:47:18 +00:00
Ralf Becker
0b53b03eae
skwashd's patch to use last_insert_id instead of an extra max(id) query
2003-03-19 23:14:21 +00:00
Ralf Becker
4d4f86af2b
an other issue with daylight-saveing in days_between solved, now the calculation is down ignoring the daylight-saveing
2003-03-18 18:02:36 +00:00
Ralf Becker
c280a1ab7e
made some more messages from the users-prefs translatable
2003-03-18 17:05:42 +00:00
Ralf Becker
027cfe7207
fix for postgreSql's AddColumn, to allow to set a default and a not null contraint, they are not allowed in add column in pgSQL
2003-03-18 00:07:17 +00:00
Ralf Becker
ff708d4917
skwashd's patch to be able to retrive entries with parent_id == 0
2003-03-16 22:16:33 +00:00
Ralf Becker
2df14f0419
fix for bug #2549 , patch from ||cw
2003-03-13 17:59:45 +00:00