Ralf Becker
e621aff999
fix warning about unsupported charset
2004-04-09 09:29:56 +00:00
Ralf Becker
503b1d123c
fix if called without app-name
2004-03-23 15:15:38 +00:00
Ralf Becker
a48676eba3
added run_lang param to all create_*_box functions (was only on create_input_box)
2004-03-14 00:47:36 +00:00
Lars Kneschke
ebf29a6286
fix for bug [ 898082 ] fault in displaying CJK character in utf8 format
2004-02-27 06:38:07 +00:00
Miles Lott
c4c6251e9d
intval, ereg, and gettype updates
2003-12-20 18:54:18 +00:00
Pim Snel
3f4e2d8918
add preferences create_section function for sepreation of settings by a section header, see general preferences on the page bottom (special idots settings)
2003-11-19 18:34:48 +00:00
Ralf Becker
6ab44c51de
added a kind of hook for template-specific prefs (show at the end of the normal prefs)
2003-11-04 14:11:04 +00:00
Ralf Becker
b8557e49d9
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:31:11 +00:00
Ralf Becker
e857d5144e
removed the 'preverences' feature ;-)
2003-05-20 00:38:41 +00:00
Ralf Becker
527407a805
fix that substitutions in defaults, show for the user-prefs, get translated too
2003-05-20 00:03:27 +00:00
Ralf Becker
c2ce93defe
added processing of notify-messages (substitions get translated into the user lang and back)
...
added a hook to verify the user-input and display an error message
2003-05-19 23:00:59 +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
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
b69defa25b
added app_header via $GLOBALS['phpgw_info']['flags']['app_header']
2003-04-20 20:47:50 +00:00
Ralf Becker
cbff06a182
fixed handling for prefixes, prefix was not uses for saveing the prefs
2003-04-06 10:35:51 +00:00
Ralf Becker
1174106632
changes on the user/personal prefs of the admin should have imidate effect
2003-04-02 18:00:03 +00:00
Ralf Becker
8e6837762a
update preferences: helptexts
2003-03-31 18:16:33 +00:00
Ralf Becker
6ba4856598
changed the checkbox into a selectbox for default and forced
2003-03-30 01:46:16 +00:00
Ralf Becker
54f301cd83
changed the checkbox into a selectbox for default and forced
2003-03-30 01:32:46 +00:00
Ralf Becker
e216114aa4
added a function for check_boxes and merged the one for text_areas in from the .16 source
2003-03-28 02:20:53 +00:00
Ralf Becker
d93bc5b52a
merged my and gugux changes from 0.9.14
2003-03-18 11:20:01 +00:00
Lars Kneschke
df3a3a347b
make saving of the areas working again
...
a textarea is always set, also if it is empty
2002-12-27 10:29:42 +00:00
Lars Kneschke
fe0eeda977
the Forced Preferences did not become saved anymore
...
now they do!! :)
Cu
2002-12-26 15:31:32 +00:00
Ralf Becker
122bddb15f
get preferences to send its output through the xslt-framework
2002-10-26 15:22:06 +00:00
seek3r
86032f02dd
removed common->phpgw_exit() and fixed all references to it in the core apps and api
2002-09-28 20:01:44 +00:00
seek3r
8abf9fa1a5
Switched to using the register_exit_function() and added scrolling divs to a couple places for examples
2002-09-28 15:20:20 +00:00
seek3r
cf2a12ba1c
made changes to the loading of the header, navbar, appheader, and footers
2002-05-24 10:38:03 +00:00
Miles Lott
5a1336c357
Maybe not the proper fix, but lets user prefs be set
2002-05-08 22:43:52 +00:00
Ralf Becker
84d176792f
corrected typo get_vars() --> get_var()
2002-05-01 12:05:27 +00:00
skeeter
e3bf408609
Converting to get_var() for all HTTP_*_VARS.
2002-04-29 22:25:02 +00:00
skeeter
c37d99ea26
Fixed Call-by-reference.
2002-04-15 03:29:13 +00:00
Miles Lott
fa3562d6ec
add some langs, move some to api
2002-01-11 14:04:40 +00:00
seek3r
32306abaf6
some additional performance improvements, including a switch to the hooks class which I finished up
2002-01-02 14:33:05 +00:00
skeeter
be83963d2b
Changed over to use mostly GLOBALS where possible.
2001-09-18 03:47:31 +00:00
skeeter
32907e0aee
Missed a few of the vars to .
2001-09-18 02:21:31 +00:00
skeeter
63ca721bd5
Possible fixes for some small problems in the preferences.
2001-09-18 01:26:21 +00:00
Miles Lott
2728d97fe0
Location: not working to redirect to the same page, now goes to index.php
2001-09-05 03:49:40 +00:00
Miles Lott
5a5d1c0a09
php3 fix again with same function as before
2001-09-05 02:57:30 +00:00
jengo
3c633fcbc1
Cleaned up the preferences section, its now split into seperate sections (using tabs) for admins. User, default and forced
2001-09-03 23:01:42 +00:00
Miles Lott
9b8169d0e2
Fix for preprocessor weirdness in php3, constant must defined prior to a function
...
definition that will use it (in parsing order)
2001-09-03 04:45:28 +00:00
Miles Lott
5eb871e3cc
remove bogus var setting
2001-09-01 19:32:55 +00:00
Miles Lott
c5016e45a3
Make cancel button work
2001-08-31 16:35:43 +00:00
Miles Lott
57570d9024
Adjust to use GLOBALS, etc.
2001-08-31 16:23:31 +00:00
jengo
a52878e3b3
Some how my last commit didn't work, heres the missing files
2001-08-27 03:17:14 +00:00