Commit Graph

2377 Commits

Author SHA1 Message Date
Ralf Becker
b68857973c added lang-call to display_mainscreen 2003-05-18 19:31:21 +00:00
Ralf Becker
a09ccfb730 merged sesson-functions for .16, incl. the brute-force stuffe and cacheing the data from other session in the appsession
fixed multidomain logins for register_globals off
2003-05-18 19:18:58 +00:00
Ralf Becker
53b8b8844f merged sesson-functions for .16, incl. cacheing the data from other session in the appsession
fixed multidomain logins for register_globals off
2003-05-18 19:16:58 +00:00
Ralf Becker
6b8a74ecc9 fixed wrong users_localtime time:
offset in user_prefs is not against GMT but servertime
2003-05-17 21:25:09 +00:00
Ralf Becker
9a074ef8b3 added function to encode subject for 8-bit-chars and made boundary a param 2003-05-17 20:41:14 +00:00
Ralf Becker
c1f78f4efc changed username to fullname 2003-05-17 20:37:51 +00:00
Ralf Becker
02c9cec298 fixed display_fullname for missing parts of the name
merged kneckes ldap-change too
2003-05-17 20:34:55 +00:00
Ralf Becker
e51acc6ad8 fixed bug, account_id param in constructor was not used
merged jengos changes from .16 too
2003-05-17 20:26:49 +00:00
mdean
39a55af60a SV# 3634: Syntax error return Rrue; should have been return True; 2003-05-17 19:29:58 +00:00
seek3r
68e9fd40cc dd 2003-05-15 10:01:57 +00:00
seek3r
6660f61861 fixed some html problems. Still more to work out 2003-05-10 08:54:50 +00:00
seek3r
550d17d454 wrapped a couple functions in if statements because they are now part of new versions of PHP 2003-05-10 08:53:43 +00:00
seek3r
ebc98519ce fixed bad reference which caused problems on windows servers 2003-05-10 08:52:21 +00:00
Ralf Becker
52ad25deb0 call constructor of sbox class 2003-05-05 20:59:14 +00:00
Ralf Becker
0953e3e21b gnu-patch #1245 2003-05-05 20:24:57 +00:00
Ralf Becker
3d2edbc0a7 gnu-patch #740 2003-05-05 19:33:10 +00:00
Ralf Becker
a573aac782 gnu-patch #810 2003-05-05 19:25:16 +00:00
Ralf Becker
6f48cb5363 gnu-patch #1244 2003-05-05 19:11:47 +00:00
Ralf Becker
06489ff747 added an other display-type for accounts: Firstname Lastname [lid]
changed < > into [ ]
2003-05-04 15:14:06 +00:00
Ralf Becker
e152c6727d changed pref-name maildomain to domain 2003-05-04 10:30:38 +00:00
ceb
5027634065 update setup info 2003-05-03 23:25:06 +00:00
ceb
6fa67e867b update tpl 2003-05-03 23:24:23 +00:00
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
18e75c5a85 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:49:52 +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
ceb
a28174ef68 update categories plus addressbook table to add column last_mod 2003-05-01 23:22:57 +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
ceb
54b5310818 update portal 2003-05-01 02:44:39 +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
ceb
5636a0459e update 2003-04-30 02:12:56 +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
ceb
bde09a37ec update 2003-04-28 00:31:33 +00:00
Ralf Becker
b12d672c5c importing asyncservices from .16 2003-04-27 23:19:49 +00:00
Ralf Becker
32c7713591 table-update:
- added table phpgw_async for asyncservices
so .16 is now identical to head from the db-format
2003-04-27 23:18:37 +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
0349874425 update 2003-04-27 19:28:13 +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
659b0cc03a update xslt 2003-04-26 22:48:51 +00:00
ceb
79f95f0576 update 2003-04-26 20:52:59 +00:00
gugux
e5ad3c01f8 Changed a x into %1. 2003-04-26 10:37:52 +00:00
gugux
9404847763 Added missing translations. 2003-04-26 07:40:13 +00:00
gugux
f592905887 Added missing phrases. 2003-04-26 07:39:19 +00:00
ceb
aeb8ea50d2 update xslt tpl 2003-04-26 01:21:29 +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
e7146dd451 update xslt tpl 2003-04-26 01:14:11 +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
ceb
3227a5dd8b update xslt 2003-04-23 01:06:36 +00:00
Ralf Becker
251699f154 gugux lang-update 2003-04-22 22:30:38 +00:00
ceb
d6ef7b0e85 update css 2003-04-22 03:36:49 +00:00
Ralf Becker
4e51415640 got printerfriendly working again 2003-04-21 11:38:58 +00:00
Ralf Becker
33c30dc147 fixed / get it working again
- Mainscreen Message
- some space between the portal-boxes
- added disable-output-escapeing to msgbox-data
2003-04-21 08:37:17 +00:00
Ralf Becker
cad7e38029 fixed for login: dont call framework for login 2003-04-21 08:32:53 +00:00
ceb
e9e944f869 update xslt 2003-04-21 01:24:14 +00:00
ceb
0d021d3426 it was impossible to login/logout after change of framework call 2003-04-21 00:49:42 +00:00
ceb
60d44718c5 update xslt tpls 2003-04-21 00:21:09 +00:00
ceb
9a98095d50 update xslt tpls 2003-04-20 22:14:39 +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
5e4a51045f added css 2003-04-20 01:15:59 +00:00
ceb
2dd760281b moved function deisplay_entry from admin to api 2003-04-19 23:17:40 +00:00
ceb
3d09563b9d added css entry for alarm 2003-04-19 23:16:08 +00:00
ceb
e7b395ba4c added css entry for alarm 2003-04-19 22:23:24 +00:00
Ralf Becker
73abdbb9d8 update to 0.9.14.003 2003-04-18 17:59:41 +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
3eea3bd8c0 update 2003-04-03 16:55:03 +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
2ffaa5997d dissabled output-escaping to allow html in the loginscreen message and centered it 2003-03-28 15:57:21 +00:00
Ralf Becker
a5a5d245d8 added the new 0.9.16 development branch (api versions 0.9.14.5xx) 2003-03-27 18:51:26 +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
gugux
a3a882ef72 Added cs files. Patch #1072 thanks to mlHAU ! 2003-03-20 22:00:03 +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
Ralf Becker
b4f4f7c938 fix for pgsql >= 7.3 need separate LIMIT and OFFSET clause, works with 7.2.x too 2003-03-13 17:44:53 +00:00
Ralf Becker
e19a2ee41d fix multidomain header-generation 2003-03-05 14:21:49 +00:00
Ralf Becker
982f00b803 fix to include the mysql-error-msg again 2003-03-05 13:57:29 +00:00
Ralf Becker
cc9eace636 sim's patch #1218: vfs patch (to implement "view" method) 2003-03-04 18:15:38 +00:00
Ralf Becker
ff3eae22d3 sim's patch #1217: webdav client cache fix 2003-03-04 18:10:15 +00:00
Ralf Becker
6395e2a6ab sim's patch #1096: webdav client class fix (small but essential) 2003-03-04 17:46:16 +00:00
Ralf Becker
bdf2cb9d91 reimplemented the days_between function because it led to an infinite recursion in some cases and its simpler/faster now 2003-02-26 16:44:11 +00:00
Ralf Becker
ea02a0440a small update to allow the background-color to be set elsewhere 2003-02-22 15:05:35 +00:00
Zone
241a0bbf09 Load vfs_shared class 2003-02-17 19:35:52 +00:00
Zone
f72d5d300e Move shared variables and functions to vfs_shared 2003-02-17 19:34:56 +00:00
Zone
45caae75f9 Initial commit 2003-02-17 19:33:07 +00:00
Zone
efc0287bc1 Initial commit. From Jonathon Sim <sim@zeald.com> 2003-02-06 22:45:05 +00:00
Zone
4697629414 Initial commit. Original author Leo West <west_leo@yahoo-REMOVE-.com>, changes from and submitted by Jonathon Sim <sim@zeald.com> 2003-02-06 22:43:18 +00:00
seek3r
a80e96953f added new acl class as acl2 while its being tested 2003-01-12 20:19:12 +00:00
seek3r
a00bc5933a fixed doc for Dave 2003-01-12 07:24:10 +00:00
seek3r
d1f5fdf372 oops. left debug line in safe_args() 2003-01-12 03:46:38 +00:00
seek3r
8ae1ee9e14 fixed validation bug in safe_args() and removed debug line I left in createobject() 2003-01-12 03:43:55 +00:00
seek3r
637307f51c added new safe_args function which should help to make our functions safer and more flexible 2003-01-11 08:32:44 +00:00
gugux
1515dae637 Added missing phrases. 2003-01-09 22:51:51 +00:00
ceb
bf0e5e2d90 update 2003-01-04 00:54:55 +00:00
ceb
c5526be9e4 update 2003-01-04 00:12:48 +00:00
ceb
b0e538a1ff fixed forced prefs 2002-12-26 20:43:00 +00:00
ceb
d5ce31f4a8 update help 2002-12-24 00:42:49 +00:00
seek3r
95ce24b391 *** empty log message *** 2002-12-23 01:29:19 +00:00
ceb
f8afc79b4b update help 2002-12-23 00:57:08 +00:00
ceb
a7adc68829 update to install admin/prefs/api at once during new install 2002-12-19 23:33:44 +00:00
ceb
06a871dd7c update accounts_ldap 2002-12-18 00:20:46 +00:00
ceb
f74cd4393f update help system 2002-12-16 01:20:12 +00:00
ceb
d6e0c87fd0 update help system 2002-12-16 00:52:48 +00:00
ceb
cb0324e890 removed pix 2002-12-05 00:39:17 +00:00
ceb
38f09178a7 update nm sort function 2002-12-05 00:27:37 +00:00
ceb
36575782ae removed pix 2002-12-05 00:26:32 +00:00
ceb
82e6d2b70a removed pix 2002-12-05 00:16:27 +00:00
ceb
579efdde4d update help 2002-12-01 03:35:02 +00:00
ceb
de9637797d update 2002-11-30 02:22:23 +00:00
ceb
4eeea78a68 update langs 2002-11-30 02:19:34 +00:00
ceb
4fa662a569 started updating help system 2002-11-30 02:02:32 +00:00
ceb
c6ebdf7193 updated help system 2002-11-30 01:56:08 +00:00
ceb
f62568db1c updated help system 2002-11-30 01:31:30 +00:00
ceb
ffa00332ce update verdilak layout 2002-11-28 01:38:13 +00:00
ceb
2dccd0fbec update pix 2002-11-28 01:35:29 +00:00
ceb
1885c7251d update version 0.9.14.001 2002-11-25 18:33:30 +00:00
ceb
586b2080bf update 2002-11-25 01:39:52 +00:00
ceb
73c52640a8 update changelog 2002-11-25 00:10:14 +00:00
ceb
a36643fd31 removed pix 2002-11-24 22:15:05 +00:00
ceb
b0f46deaa0 fix in function des_cryptpasswd 2002-11-24 21:53:21 +00:00
Ralf Becker
f8cd06dd77 Patch #560 from gugux 2002-11-24 16:31:13 +00:00
ceb
ba80c900a7 update 2002-11-24 01:45:28 +00:00
ceb
db7be573d7 update pix 2002-11-23 03:45:40 +00:00
ceb
65ff8dbf42 added verdilak psd 2002-11-23 03:31:12 +00:00
ceb
380db5df05 removed lang call from class applications, since this caused an english only environment. app_title gets translated in function navbar or wherever its needed 2002-11-22 02:27:20 +00:00
ceb
e39dc2a3ee update 2002-11-18 22:09:01 +00:00
ceb
df9ee52ebf update 2002-11-18 16:19:56 +00:00
ceb
0a1cfb1bce removed double pix 2002-11-18 01:24:08 +00:00
ceb
7c767314c9 removed double pix and old tpl files 2002-11-18 00:51:21 +00:00
ceb
5444c42b4c update 2002-11-17 23:35:02 +00:00
ceb
94e13fe529 update 2002-11-16 01:33:18 +00:00
ceb
92d9a97614 moved manual to the top menubar 2002-11-15 23:43:20 +00:00
ceb
1483360a0e update 2002-11-15 22:31:51 +00:00
ceb
c71c14dc96 added funkwerk layout 2002-11-15 05:15:39 +00:00
ceb
2f676b1d26 update xsl 2002-11-09 01:02:55 +00:00
ceb
4302dad685 update xsl 2002-11-09 00:54:48 +00:00
ceb
e527d74cd8 update xsl 2002-11-09 00:39:37 +00:00
ceb
48d4f167cc moved justweb to use xslt 2002-11-08 22:42:14 +00:00
ceb
3cbe4c45a9 moved justweb to use xslt 2002-11-08 22:35:44 +00:00
ceb
75bdb0df44 add SEP to add_file 2002-11-06 23:20:02 +00:00
ceb
7a821129e4 moved the js functions to a seperate file 2002-11-06 23:19:27 +00:00
ceb
6f6e06b39f removed var from hook_admin 2002-11-03 01:03:07 +00:00
ceb
d537066c83 update xslt 2002-11-02 22:25:14 +00:00
ceb
754a43388c update 2002-10-29 23:35:02 +00:00
ceb
aa1dc9eb33 update 2002-10-29 23:11:21 +00:00
ceb
27031e5523 added option to enable/disable support for old_style apps, added css class for msgbox, fixed home screen if default_app 2002-10-29 22:15:32 +00:00
ceb
9d9a6e5b35 update 2002-10-28 04:50:43 +00:00
ceb
8544075f7e update xslt 2002-10-28 03:01:01 +00:00
ceb
680483d4e4 update about 2002-10-28 01:31:33 +00:00
ceb
e5c40b72e7 update langs plus xslt 2002-10-27 23:55:23 +00:00
ceb
c4237ef897 update xslt 2002-10-27 21:30:27 +00:00
ceb
5bd8c0a237 update setup info 2002-10-27 21:29:59 +00:00
ceb
bf2a3bb359 update default layout to use xslt 2002-10-27 00:31:41 +00:00
ceb
9ea7a1fb72 update default layout to use xslt 2002-10-26 23:27:43 +00:00
ceb
6d142e0c7c removed app_title plus update default layout to use xslt 2002-10-26 22:39:19 +00:00
ceb
4465aa63e6 update xslt 2002-10-26 20:33:04 +00:00
ceb
9066ede2da added ids alphabet 2002-10-26 01:40:43 +00:00
ceb
a41800349d removed tpls 2002-10-26 01:40:01 +00:00
ceb
b4e4be334b update xslt 2002-10-26 00:33:22 +00:00
ceb
b9f2dba2b3 update xslt 2002-10-25 22:34:04 +00:00
ceb
3e7875e1c6 update xslt 2002-10-25 21:40:09 +00:00
ceb
24aa900898 update xslt 2002-10-25 20:34:36 +00:00
ceb
6d2a19632f update xslt 2002-10-25 16:44:35 +00:00
ceb
d94b0a9ffe update to use xslt *** HEAD IS CURRENTLY BROKEN *** 2002-10-25 03:04:28 +00:00
ceb
2ffd81fc1a added pix 2002-10-24 20:57:52 +00:00
ceb
587fa97db2 removed app_title plus update layout 2002-10-23 20:47:33 +00:00
ceb
efe545d1ac update css 2002-10-22 00:23:33 +00:00
ceb
b39153b709 update css 2002-10-21 23:47:14 +00:00
ceb
fe749bb211 update xslt 2002-10-20 22:01:46 +00:00
ceb
ae2ab768d3 update 2002-10-20 22:01:21 +00:00
ceb
87b431ebd2 update css 2002-10-20 18:42:15 +00:00
ceb
fed918c353 update msgbox 2002-10-20 00:34:12 +00:00
ceb
19ee0cd939 update 2002-10-20 00:33:08 +00:00
ceb
8a07a0be5e update 2002-10-19 23:09:59 +00:00