Commit Graph

64 Commits

Author SHA1 Message Date
Miles Lott
e506ffa377 fix string offset error - maybe php5 only 2003-12-27 18:05:20 +00:00
Miles Lott
07af3f1b54 use str_replace() where possible and fix some spellings 2003-12-20 18:32:53 +00:00
Miles Lott
5794ca4cc1 intval() -> (int) 2003-12-13 15:03:23 +00:00
shrykedude
e52887d989 Hid some PHP notices behind a '@' to minimize new user confusion. 2003-10-24 00:54:28 +00:00
Miles Lott
0103ae5f98 silence the error in another way 2003-10-17 07:45:56 +00:00
Miles Lott
3a298a8c7d Check that $var is set and not False - some installs will error on the array element not being set 2003-10-16 11:41:40 +00:00
Ralf Becker
3360c838f6 use db from phpgw_setup if the phpgw one is not availible 2003-10-07 22:38:06 +00:00
Ralf Becker
03e9bb126d fixed add for numerical values 2003-10-03 10:00:21 +00:00
Ralf Becker
374cc00037 fixed delete 2003-09-06 03:23:37 +00:00
Ralf Becker
b8557e49d9 make the phpgw Version-0_9_16-branch HEAD 2003-08-28 14:31:11 +00:00
Ralf Becker
8c4912bce3 modified add and delete to set / unset default and forced prefs too 2003-05-19 23:05:32 +00:00
Ralf Becker
c1f78f4efc changed username to fullname 2003-05-17 20:37:51 +00:00
Ralf Becker
e152c6727d changed pref-name maildomain to domain 2003-05-04 10:30:38 +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
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
ceb
2dd760281b moved function deisplay_entry from admin to api 2003-04-19 23:17:40 +00:00
ceb
b0e538a1ff fixed forced prefs 2002-12-26 20:43:00 +00:00
Miles Lott
852c11cec9 same as previous commit, but for the delete 2002-05-19 22:59:00 +00:00
Miles Lott
dc9a06b7ce Update inserts to account for new field type of preference_owner 2002-05-19 22:57:41 +00:00
Miles Lott
0a91bc00b7 Use is_array() instead of gettype() 2002-04-23 02:18:30 +00:00
skeeter
3f95bef544 Added a call to sessions->delete_cache() and a call to re-read the users session data when being set to the default preferences set by the admin. 2002-01-13 03:58:41 +00:00
Miles Lott
5cff4754a0 fix banner 2002-01-11 02:01:24 +00:00
angles
1dd4f8b6ac add support for sub-level data manipulation in prefs 2002-01-10 10:09:10 +00:00
Miles Lott
7e4ec5264e Add inline doc and data check for create_defaults() 2002-01-03 18:11:10 +00:00
Miles Lott
1073d1d61a remove some extra spaces and tabs, change all print_r to _debug_array() calls 2001-12-24 04:53:07 +00:00
angles
05c1889974 completed rewrite of email preferences handling to schema based control mode 2001-12-17 18:37:59 +00:00
angles
c03544e09b add comments, documentation to preferences class email prefs handling, no code changes to this file 2001-12-01 00:03:30 +00:00
skeeter
ca05d0d9f4 This now contains the create_email_preferences() function. This will allow for other apps to use the same function. 2001-11-12 21:44:31 +00:00
skeeter
dab358dfa5 Should be only fixes to make the portal box movement possible (up/down). 2001-10-21 10:49:29 +00:00
jengo
68ae85eb5f Default preferences are now being added into the db durring account creation 2001-10-05 03:15:45 +00:00
Miles Lott
a77fd203f3 GLOBALS 2001-10-02 03:52:56 +00:00
jengo
4fe20e1152 Added dual pass preferences 2001-08-25 20:26:22 +00:00
Miles Lott
375750ea7e Formatting 2001-07-26 11:13:15 +00:00
skeeter
f069e2fb06 Caching has been reworked and added back in. 2001-06-22 00:49:32 +00:00
jengo
0e768f7268 Added some transactions 2001-06-04 01:17:40 +00:00
skeeter
dc7578a39a Various cleanups. Trying to remove some warnings when generating php errors to a file. 2001-05-14 03:54:40 +00:00
Miles Lott
9bf8708b25 change to phpversion() 2001-04-21 12:39:30 +00:00
jengo
4b1282adcd Fixed a few bugs with tring to re-read session cache info, which is competly broken anyway. We might need to do away with the idea, it doesn't seem any faster 2001-04-04 04:54:12 +00:00
skeeter
b9da94fd2e New function get_account_id(). This will take either an account_id # as either an integer or a string and return a true intval(account_id) or take a string of a users lid and return the account_id as an integer 2001-03-19 20:25:04 +00:00
themaniac
a4b37d1f37 added inline comments (start of) 2001-03-09 04:38:42 +00:00
el_latino
064a6bf960 *** empty log message *** 2001-02-16 20:48:24 +00:00
el_latino
195f02657b Fri, 16 Feb 2001 20:43:03 +0000
Ra�l Alexis Betancort Santana <rabs@dimension-virtal.com>

  A mising ' in class.sessions.inc.php
2001-02-16 20:47:36 +00:00
Lars Kneschke
2222b135ef more exetensions to my graphics class 2001-02-14 20:55:10 +00:00
jengo
f3e93891a9 Changed the preferences table to use the phpgw_ prefix 2001-02-13 19:30:18 +00:00
jengo
96d70f8d8a Fixed user preferences, they are now working with theme support again 2001-02-08 05:15:23 +00:00
seek3r
ff2eb0bb36 cleaned up functions.inc.php
There are still problems to resolve, but might need help resolving them. I can basicly login now
2001-02-08 00:49:34 +00:00
jengo
1054c949b4 Fixed session->update_session_info() should only be called if its for the current session 2001-02-07 15:27:19 +00:00
jengo
b1d7e24dd3 Cleaned up warnings durring login 2001-02-07 13:00:56 +00:00
jengo
5f0c2433db Returned cvs to how it was last night (with including the class.accounts.inc.php) file first 2001-02-06 20:13:06 +00:00