Klaus Leithoff
76faf17eb0
strange phenomenon with existing debug variable
2008-12-09 15:25:26 +00:00
Klaus Leithoff
91c5e6d23c
print out the standard substitutes, if debug is switched on
2008-12-09 13:07:29 +00:00
Klaus Leithoff
f28eed1973
enabling debug in some cases, switched off, as default
2008-12-09 12:59:03 +00:00
Ralf Becker
81a0b796d9
"using the global db object"
2008-03-15 15:11:48 +00:00
Ralf Becker
42698c08b6
some more stupid php5.2 fixes
2006-12-21 14:10:59 +00:00
Ralf Becker
3660b40851
fixed typo
2006-12-20 09:25:29 +00:00
Ralf Becker
0af8df4caa
new param to not invalidate the session-cache
2006-06-17 18:37:35 +00:00
Ralf Becker
2c604b7b06
invalid session cache on change of session preference, otherwise session prefs only work in login
2006-04-05 15:17:41 +00:00
Ralf Becker
d8932b3ad3
calling invalidate_session_cache only if it exists (setup does not have/need it)
2005-11-24 20:08:09 +00:00
Ralf Becker
1549913fd7
fix for bug [ 1361782 ] missing sql tables: hook code accessing the prefs-table is moved to the prefs class
2005-11-20 07:32:51 +00:00
Ralf Becker
44bcc1247d
improved docu of prefs class and phpgw_preferences --> egw_preferences
2005-11-13 07:49:56 +00:00
Ralf Becker
b82ac2c4d6
added function to invalidate the session-cache if:
...
- global config (egw_info[server]) changes
- user prefs change
- acl of the current user changes
2005-07-22 09:05:01 +00:00
Ralf Becker
c591c2c221
fixed / added mssql support for egw and fixed some other Windows probs on the way ;-)
...
- knowledgebase is not working: select distinct is not possible with text-columns
- fudforum is not working: is does not use ADOdb and has no own db-layer for mssql
- other apps seem to work, everthing needs through testing - incl. our "old" db's
2004-07-25 01:41:37 +00:00
Ralf Becker
759d1d4f17
fixed bug with not working language-selection and SQL error because of empty session-id in phpgw_app_session
2004-07-09 15:17:04 +00:00
Ralf Becker
8bfb6cfb07
added email-address to the accounts-data (ldap untested so far!)
2004-07-04 17:27:42 +00:00
reinerj
48f840d7de
move from old projct to new one
2004-05-05 12:06:13 +00:00
Ralf Becker
745bfdc35e
fixed merging of session and user prefs
2004-03-21 22:03:06 +00:00
Ralf Becker
3dc254c6ee
added session (temporary) preferences
2004-03-21 21:17:34 +00:00
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
Lars Kneschke
d7a25387c4
added a missing '' araound a sql statement
2001-02-06 12:38:35 +00:00
seek3r
7483d5a8f9
one more before I passout. I have yanked conversion of id, so now you need to pass account_id only
2001-02-06 12:06:17 +00:00
seek3r
f6430b723b
need sleep, you guys are stuck with what I have so far
2001-02-06 11:58:39 +00:00
seek3r
3f44799099
I have things working to a point where the user can login. I still wil lhave to do MAJOR cleanup of session class and fix a few things in the acl that I commented out
2001-02-05 22:30:21 +00:00
jengo
5a4e1a11a1
Fixed some variables being treated has strings becuase of things like "$somevar"
2001-02-04 08:27:35 +00:00
seek3r
3ac75481c1
classes are in the newer format. Still some cleanup to do but the concept is at least in progress
2001-02-03 10:48:41 +00:00
seek3r
5544af855f
looks good. please test
2001-01-28 12:24:38 +00:00
seek3r
d3ed4a59ae
Working on load order simplification. It still needs ALOT of work
2001-01-28 12:07:20 +00:00
skeeter
010a789b9b
changes for locking while reading/saving preferences
2001-01-18 05:14:59 +00:00
seek3r
94ec5b8661
php3 fix
2001-01-17 04:53:14 +00:00
seek3r
4e3e6c77cb
fixed banners so that they are all uniform and complete
2001-01-16 13:52:32 +00:00
seek3r
fba1a92446
Put in new license details
2001-01-13 10:18:50 +00:00
jengo
ed0135f488
Categories class is now somewhat working
2001-01-11 13:37:37 +00:00
seek3r
e97ef24062
switching to the new Object factory method
2001-01-11 09:52:33 +00:00