544d57ca46
prevent CSRF for setup and admin site configuration
2014-05-01 06:26:09 +00:00
df8f6b9460
change validation of configuration to return existing validation functions, not running arbitrary ones
2014-04-23 14:36:08 +00:00
80463f8625
fixed 2 more old dialogFooterToolbar class names
2014-04-02 08:20:05 +00:00
d99b52d48f
no success-message on initial load
2014-02-05 20:35:41 +00:00
c27b4a5add
using egw_framework::message() for error or success messages
2014-02-05 20:34:26 +00:00
60adf9ff47
added a div around default admin site configuration and some default styling for it
2014-02-05 17:26:17 +00:00
1b9c5d1363
display configuration with et2 like [save] [apply] [cancel] buttons, incl. old eTemplate apps
2014-02-05 16:25:35 +00:00
915183f787
allowing inline js for old apps site configuration
2013-10-08 09:54:21 +00:00
6f162f144e
add context sensitive link to ACL/grant access to top-menu, same is to be happen for cats and preferences itself and preferences in sidebox will be removed
2013-10-02 16:29:08 +00:00
ffceaf445a
prototype for an admin app using et2 and a navigation tree, need to set index url in database: UPDATE egw_applications SET app_index="admin.admin_ui.index&ajax=true" WHERE app_name="admin" (dont forget to clear cache)
2013-07-01 17:07:07 +00:00
76e9d68121
fix header templates missing essential parts like display of validation errors
2013-06-05 07:37:08 +00:00
c7ddc16820
enable admin.uiconfig.index to be called by ExecMethod (app parameter not passed via _GET)
2012-12-04 09:36:48 +00:00
fc1b7cff3c
fixed not shown navbar in configuration
2011-09-13 08:21:25 +00:00
64393ce7a2
calling framework->render() after parsing the template, to allow callbacks to register javascript files
2011-09-04 15:25:53 +00:00
cff42abd07
modernising uiconfig a little bit and fixed mulitiple levels for framework for framed templates
2010-07-29 17:02:20 +00:00
13ff6543cf
replacing admins own openwindow with egw_openWindowCentered2
2010-06-02 18:28:27 +00:00
1bb3fadd1f
"added simple callback for config templates, html eg. selectbox get created by using:
...
- {call_class::method} or
- {call_app.class.method}
The returned selectbox or input has to be for \"newsettings[$name]\"!"
2009-08-18 16:07:39 +00:00
232252475f
patch fixing many depricated functions (eg. posix regular expressions) and features, which fill up the error_log under php5.3 (and will no longer be available under php6).
...
Patch is mostly created by script in egroupware/doc/fix_depricated.php in separate commit.
I do NOT advice to apply this patch to a production system (it's commited to trunk!), as the automatic modified regular expressions have a good change to break something ...
2009-06-08 16:21:14 +00:00
afe2795f2d
removed unnecessary instancations and using static methods of html and egw_link class
2008-03-25 16:37:37 +00:00
6a0f1b67d3
fix for bug #221 : config (admin.uiconfig) is not saved properly, if magic_quotes_gpc is on
2006-12-29 07:08:47 +00:00
ec8bc31682
fix for empty webserver_url (eGW installed in docroot)
2006-06-22 05:38:31 +00:00
fcd9a870b7
fixed not working validation hook
2006-04-06 10:46:59 +00:00
055c9f846f
config ignored changes made in the hook config
2006-04-06 07:52:50 +00:00
2a44512e96
fix email address
2005-11-26 13:48:28 +00:00
aac9ec7d10
phpgw --> egw
2005-10-14 17:03:16 +00:00
091af2e3b6
1) referer check to find out if called via admin or the sidebox menu of an app, in that case show the sidebox-menu of that app and not of admin and return to it
...
2) load the translations of the app to configure too, so it's phrases dont need to be in common, to have them in admin and the app
2005-03-03 16:57:07 +00:00
45c0f356ef
replaced all while-list-each with foreach, as requested in patch [ 1015863 ] Admin does not save ACL rights and Site Configuration
2004-08-25 11:21:23 +00:00
acc5c0dfb0
foreach instead of while-list-each
2004-08-24 19:59:31 +00:00
28d5293d6e
fix for bug [ 892893 ] "phpinfo" sometimes doesn't work
2004-02-26 09:01:42 +00:00
80ea30c5b1
changes from phpgw to egw dev group
2004-01-26 23:26:19 +00:00
5a1f288b96
intval, ereg_, and gettype updates
2003-12-20 18:51:51 +00:00
0086593cb6
add stripslashes if needed
2003-09-14 16:30:27 +00:00
f76c6eedd7
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:16:30 +00:00
a77d47cd5f
moved all the setup mess to its right place
2002-12-07 02:12:15 +00:00
dba23ea4e2
removed some references to the old themes
2002-10-27 15:56:16 +00:00
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
cf2a12ba1c
made changes to the loading of the header, navbar, appheader, and footers
2002-05-24 10:38:03 +00:00
5d9ec2d917
Testing ability to handle checkboxes in admin config class
2002-03-20 00:27:34 +00:00
3549178505
Add referer capability - arrives via HTTP_GET_VARS, saved in appsession
2002-02-21 12:27:56 +00:00
7d1f940b00
Add check to ensure the app hook was installed, if not don't dump errors about
...
the function not existing
2002-02-02 19:01:17 +00:00
5719e9e784
oops, need to write the config
2002-01-20 18:42:48 +00:00
32306abaf6
some additional performance improvements, including a switch to the hooks class which I finished up
2002-01-02 14:33:05 +00:00
573c7089d1
Disable explicitly calling appname=phpgwapi
2001-12-24 05:17:07 +00:00
99bf9a1305
Disable possibility of defaulting to display setup-only configs
2001-12-24 00:33:53 +00:00
ff13d7a060
format switch/case
2001-12-24 00:30:48 +00:00
04ec0b3afb
Use correct post action
2001-12-24 00:07:39 +00:00
2c96b6fc4f
New ui version of config.php
2001-12-24 00:00:09 +00:00