Ralf Becker
b2f733c4d5
a few more steps towards a new admin
2013-07-03 16:27:18 +00:00
Ralf Becker
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
Ralf Becker
aa1426b8de
* Admin: split password strength config in minimum length and number of character types, allow account backends specially AD to report password policy failures
2013-06-25 16:37:44 +00:00
Ralf Becker
9454438a77
experimenting with new ideas for admin UI
2013-05-12 13:44:46 +00:00
Ralf Becker
17b807e4a1
preg of domain must allow empty and allow to change only domain
2013-04-05 14:22:42 +00:00
Ralf Becker
697d8931eb
allow to change mail domain
2013-04-05 14:13:41 +00:00
Ralf Becker
e9604992a7
mass account de/activation or quota setting
2013-04-05 13:08:08 +00:00
Klaus Leithoff
6204999b19
allow better config options for spell checking in ckeditor (add BrowserBased only)
2013-03-18 15:36:27 +00:00
Ralf Becker
a709f6104f
* Setup/API: translations are no longer installed in database, but loaded directly from lang-files into tree-level cache
2012-11-05 12:18:22 +00:00
Ralf Becker
23a97f6ab8
allow to switch minification of JS or CSS files off via Admin >> Site configuration, it is switched on by default
2012-10-16 09:40:05 +00:00
Ralf Becker
0b185c91f4
* Admin: View sessions / access log allows to sort by login ID, IP, last action
2012-07-03 14:03:57 +00:00
Klaus Leithoff
670cea582a
try to switch off autocompletion of passwords when handling accounts
2012-06-06 15:19:13 +00:00
Ralf Becker
0c6d80d778
* API/Admin: add user-agent to accesslog and sessions, add sessionid to history to better identify what was causing changes in history
2012-06-01 13:13:06 +00:00
Ralf Becker
a1f6f70330
* Admin: remove session timeout from EGroupware config and read it via ini_get("session.gc_maxlifetime") as config fails for many reasons, if different from php.ini setting
2012-05-29 14:43:33 +00:00
Nathan Gray
e92163ef31
Get category edit working in et2
2012-04-24 23:13:57 +00:00
Nathan Gray
2bb445453e
Fix missing parent category when adding a child when parent has acl
2012-04-11 16:58:30 +00:00
Ralf Becker
fb69cfcb34
Show icon based on icon-selectbox, hide placeholder (broken image), if no icon selected
2012-04-05 12:41:00 +00:00
Nathan Gray
2d6569414b
- Allow adding a child category to a restricted category
...
- Show filter for application global categories
2012-04-02 16:29:13 +00:00
Ralf Becker
0b3f4a04f0
switch filter (all|global|own) and access column off for all global categories
2012-02-15 10:25:41 +00:00
Ralf Becker
0d5d839b30
fixed app >> categories filter "all" to contain private categories too, also added a private column for easier identification
2012-02-15 09:40:05 +00:00
Ralf Becker
f2d7c5c6c3
* Custom / instance-specific translations, eg. to rename an application
2011-11-17 12:43:59 +00:00
Ralf Becker
54bf7a3d2d
- fixed image map was empty created when not loged in (now directories are used and not $GLOBALS['egw_info']['apps'])
...
- fixed not working vfs-image-dir
- deleteing image-maps when:
+ apps get installed, updated or removed
+ admin >> register hooks
+ admin >> site configuration: vfs-image-dir get changed
- fixed not displayed validation errors (thought there were no validation) in admin >> site config
--> you need to register hooks, in order to get the admin >> site configuration validation hook ;-)
2011-08-31 10:16:12 +00:00
Ralf Becker
7cbff78854
config for export limit excepted users/groups, need backend work from nathan
2011-08-17 09:36:51 +00:00
Ralf Becker
39fd95dbcc
fixed not working edit of categories using legacy icon
2011-08-03 14:08:43 +00:00
Klaus Leithoff
11475a41cd
* admin: allow to choose which kind of spellchecking you would like to employ when using the CK Editor (Options now: Yes, No, Without SpellCheckAsYouType, WebSpellChecker)
2011-08-02 11:39:59 +00:00
Nathan Gray
a24606739e
Fix category list action buttons
2011-07-13 16:39:36 +00:00
Nathan Gray
d7372d5a60
Add app filter to category list
2011-07-06 14:44:23 +00:00
Nathan Gray
5740888427
- Add a hint/warning when admin edits user's category to change owner
...
- Change 'Change owner' to use add/remove, similar to other apps
2011-07-05 16:35:32 +00:00
Nathan Gray
ca227eda32
Missed template & lang changes for previous commit - changed access warning message, changed phpgw to Global in app list
2011-06-27 15:51:31 +00:00
Nathan Gray
0aa3d448a6
Make name required field
2011-06-22 19:45:36 +00:00
Nathan Gray
a555588dbe
Use the same code for categories for preferences & admin, add context menu
2011-06-21 20:14:56 +00:00
Nathan Gray
81f58ab129
- Change category group filtering to allow multiple groups
...
- Give warning when removing access from a group
2011-06-14 18:50:35 +00:00
Ralf Becker
1821e03ef9
trying something relative
2011-06-06 14:14:11 +00:00
Ralf Becker
e13ce83df0
a little more ...
2011-06-06 14:06:03 +00:00
Ralf Becker
7e036516ef
a little nicer admin and prefs index page
2011-06-03 16:40:33 +00:00
Ralf Becker
fe62956a96
allow to require custom fields to be filled out by users
2011-05-18 10:25:39 +00:00
Ralf Becker
5495491e78
* Admin: session-list is generated now from egw_access_log table independent of readablity of sessions files in filesystem
...
- session_(dla|action) is stored in egw_access_log table
- notifications refresh via ajax set notification_heartbeat timestamp in egw_access_log
- if notification_heartbeat is set (happens only for browser sessions with popup notification) sessions get removed from session list one minute after browser is closed
- new static method egw_session::notifications_active($account_id) to check if given user has an open browser with notifications popup checking, to ensure popup notifications can fall back to email
--> REQUIRES DATABASE UPDATE / SETUP
2011-04-13 14:11:09 +00:00
Ralf Becker
cec35e75d8
moved notify users via mail into action groupbox
2011-04-05 15:05:01 +00:00
Ralf Becker
c801bdf99e
identical lettersearch for etemplate and admin via central css file
2011-03-30 08:18:06 +00:00
Ralf Becker
e40974e360
using new list styles and remove some not used templates
2011-03-27 17:16:35 +00:00
Nathan Gray
6f3f512623
Clarify export limit description, it controls exports and merging
2011-02-24 00:08:22 +00:00
Klaus Leithoff
53374d91fb
* API/Passwordmanagement: option enable a warning for users to inform them, that their password is about to expire
...
will be displayed once every session starting X days before the password will expure, when enforce password change is enabled and
a suitable period is set
-translations for that option
-pending translations
2010-10-21 13:58:57 +00:00
Klaus Leithoff
03e46716db
password-feature accounts_ldap form
2010-09-22 11:22:16 +00:00
Klaus Leithoff
3843c0b59b
Feature: to allow admins a) to set an allowed password age, to require all users to change their password regularily; b) force password change for a given user on the users next login; c) better control about the password strength required; Funded by Cricket
2010-09-22 09:48:27 +00:00
Klaus Leithoff
8d1f813be6
USABILITY: if admin is setting the password,and retyping the intended password was not successful, the retype now gets deleted, and the inital password gets selected, after the alertbox is cleared away
2010-08-24 08:36:54 +00:00
Ralf Becker
dc288bc4e5
moved config of calendar horizont from Admin >> Site configuration to Calendar >> Site configuration
2010-08-24 07:33:26 +00:00
Klaus Leithoff
7dbfc1e789
fix typo that prevented the redisplay of the saved setting for inital-dot-last and intial-last email creation schemes
2010-06-07 11:20:21 +00:00
Ralf Becker
13ff6543cf
replacing admins own openwindow with egw_openWindowCentered2
2010-06-02 18:28:27 +00:00
Jörg Lehrke
ec48d32681
Calendar recurrence horizont configurable; fix recur_enddate issue
2010-05-03 16:43:42 +00:00
Ralf Becker
1555115be7
moved aspell_path config to setup, vor obvious reasons
2010-02-14 05:51:51 +00:00
Ralf Becker
958452ff95
Implementation of global categories limited to a certain group:
...
- from user perspectiv they are global cat like the existing ones
(also comming in two flavors: global or for a certain app)
- admins can select to limit a global cat when they create it
--> all members of a given group have the cat as a global one
==> This does a silent modification of the categories table:
global cats get changed from cat_owner=-1 to cat_owner=0 !!!
2010-01-31 03:36:01 +00:00
Ralf Becker
5073a8b24e
completly reworked admin >> global categories, in preparation for group specific global cats
2010-01-30 23:57:03 +00:00
Ralf Becker
68ad93eac3
missing password check and email generation for ldap accounts
2009-11-20 15:04:29 +00:00
Ralf Becker
9a755daa24
Client to submit monthly statistical data
2009-11-17 09:24:10 +00:00
Klaus Leithoff
86f1dde06f
configurable favicon, configurable vfs image store for images, logos, icons
2009-05-13 14:33:36 +00:00
Ralf Becker
b52d29b7a7
New access log (created during an eGroupware application development
...
workshop at Stylite GmbH for new developers)
2009-04-27 10:31:23 +00:00
Ralf Becker
fa73ad5339
Improved exception handling:
...
- exceptions get now always logged to the error_log
- in the webgui it's now configurable, if the message contains a
stacktrace (incl. function arguments) - default no (security)
- command line interfaces get detected and contain no html anymore
- webdav and groupdav send the exceptions as basic auth realms to the
client
- webdav and groupdav login failures contain the reason as part of the
basic auth realm
2008-10-26 12:13:01 +00:00
Ralf Becker
563ac8c71c
session list:
...
- fixed not working "go to start or list" button
- added start/total display
2008-08-14 12:45:19 +00:00
Ralf Becker
c0ec512113
new widget for urls, email-addresses and phone numbers (displaying them r/o as links like in addressbook)
2008-06-11 06:29:41 +00:00
Klaus Leithoff
735fe90547
added fields created/modified to the display of the single account info as part of the account status.
...
added accountstatus/created/modified to the display of the account list
2008-04-10 09:08:51 +00:00
Ralf Becker
6000ff3c1d
upps, was an old version ;-)
2008-01-19 06:05:49 +00:00
Ralf Becker
5d4e591d19
new private custom fields visible only to certain users/groups, only used in addressbook at the moment, easy to add for other apps, only requires to modify the storage method to only save the available cfs, to not delete the hidden ones
2008-01-19 05:32:51 +00:00
José Luis Gordo Romero
de333e0726
Adding two admin settings to fckeditor:
...
- Enable/Disable spellcheck globally (Also enables/disables spellcheck button in the toolbars)
- aspell bin path
2007-12-20 06:15:03 +00:00
Ralf Becker
bbfe57db8b
"fixed typo preventing the remote administration values being displayed"
2007-12-13 04:03:43 +00:00
Ralf Becker
007c46e729
next steps: UI to add remote sites, remote admin needs not to be configured/allowed on the remote side
2007-11-24 19:56:58 +00:00
Nathan Gray
4bf66e6f89
Add mime type icons and thumbnail previews to link list
2007-10-15 17:27:25 +00:00
Ralf Becker
3beb483c09
CSV Export for all eTemplate applications using the nextmatch widget to list their entries. The column names, labels and types can be set by the application or get autodetected by eTemplate. Admins can configure an export limit (max. number of entries to export) or disable the functionality completly for non-admins. The charset for the csv export can be configured in the common prefs. Applications can and have to turn the export explicitly off by setting ['nm']['csv_fields']=false. I only made a column-definition for InfoLog, which includes translated column-names.
2007-09-22 14:58:10 +00:00
Ralf Becker
eadc1c7b38
fix for bug #658 : Custom Fields - added user in list comes up as ID (number)
...
Unfortunatetly this bugfix requires some corrections in the way the customfield widget is called in the templates of other apps
2007-07-11 15:39:41 +00:00
Ralf Becker
86359f111c
"fixed not sticky options: a) session-use-cookie Off, b) session-check-ip Off "
2007-05-19 07:41:16 +00:00
Ralf Becker
d2f80cf8dc
fixed SiteMgr session-problems by making the cookie path/domain configurable with more reasonable defaults then 1.4 has at the moment, making the display of * behind untranslated phrases an option which is by default off (as it anoyes users) and added a few more explenations to Admin >> Site configuration (plus removing not used ones)
2007-05-17 08:35:35 +00:00
Pim Snel
9467610549
implement topmenu hook
...
check if topmenu is enabled and then skip after navbar hook
2007-01-23 23:35:12 +00:00
Ralf Becker
72fed40604
th class for currentusers
2006-12-26 10:01:16 +00:00
Ralf Becker
4a58dcb45a
index.tpl von idots
2006-12-13 13:23:22 +00:00
Ralf Becker
343d5a6eac
patch from Klaus Leithoff: implementing lettersearch for group-list
2006-12-06 15:15:42 +00:00
Ralf Becker
2e0e11d5a7
showing the query and keeping it when paging through the result
2006-10-28 09:38:20 +00:00
Ralf Becker
fd45860980
ability to set an email-address for groups (with automatic forwards to member's email)
2006-10-11 21:58:58 +00:00
Ralf Becker
9b88f55d7d
new application customfields for the other (non-infolog) apps. If the application field should generate a link, it has to be done in the application itself.
2006-10-05 06:36:09 +00:00
Ralf Becker
b360e90430
fixed not stored email-address-policy
2006-08-24 06:21:49 +00:00
Ralf Becker
a446185de0
nicer formatting and more comfy
2006-07-06 19:10:58 +00:00
Ralf Becker
b6b3db5ed4
first version / step to the new 1.4 addressbook:
...
- User accounts are an own addressbook now
- every user and group (can) have an own addressbook
- for groups the accessrights no longer depend on the creator
- new acl for adding into an addressbook
- all addressbooks can be displayed together (eg. accounts mixed with personal and group AB's)
- some useful new fields (photo, private cellphone, ...) and some obscure ones have been removed
- db update puts all contacts in the owners personal addressbook (further manual migration tools will follow), thought the UI already allows to mass-move them into a group-addressbook
- group addressbooks in SQL are created by making a group-grant for addressbook (like filemanger)
- Warning: all import/export/xmlrpc/syncml stuff and other apps accessing the addressbook is broken until the contacts class in the API gets fixed!
- it depends on further updates of etemplate, phpgwapi, admin!
==> it's pretty cool (specialy the foto's), but NOT ready for a production server !!!
2006-04-23 14:40:31 +00:00
Ralf Becker
703f049b09
function to create email addresses after a configurable policy
2006-04-16 12:31:00 +00:00
Lars Kneschke
a14cf00c50
some small layout fixes
2005-12-02 14:06:25 +00:00
Ralf Becker
1ed66cdeeb
removed mail config from Admin >> Site config as the mail config is availible now inside eGW via EMailAdmin or via Setup >> Configuration
2005-11-25 08:14:04 +00:00
Ralf Becker
950fa24a14
forgot to commit the templates
2005-11-09 12:47:47 +00:00
Cornelius Weiß
76692a6e28
upps, forgot to commit templates for customfields manager
2005-11-01 18:59:15 +00:00
Ralf Becker
e72ec322e1
added configuration switch for xmlrpc and soap services (default off)
2005-09-10 10:39:36 +00:00
zhangweiwu
42d00f5442
similiar stylesheet enhancements to preference as I did for admin module, less refereence to $GLOBALS['phpgw_info']['theme']['row_off'] and more reference to logicl style classes.
2005-07-07 03:21:47 +00:00
zhangweiwu
d2444ac288
further modification to replace typical phpgw style
...
<TD BGCOLOR="{ROW_ON}">
with egroupware style
<td class="row_on">
for more flexibility. most of these files are years old.
(pim proofread)
2005-07-06 02:26:44 +00:00
zhangweiwu
3beec61a24
take back stylesheet control by using class="row_on"
2005-07-01 05:10:01 +00:00
zhangweiwu
e98354a5ab
as I mensioned before the 1% width problem is all over egroupware and making CJK user interface ugly. A typical example is many tables are always two or three lines high for one <tr>. If you don't have a look at a CJK user interface you probably won't notice it at all.
...
I introduce a global style class 'narrow_column' to address this.
2005-07-01 03:29:44 +00:00
bgigon
7e1a268980
Increase visual
2004-09-28 12:26:05 +00:00
Ralf Becker
08089de0a6
enabled editing of user-ACL settings for admins
2004-08-28 13:48:32 +00:00
ak703
d2586ba500
improvements of the ui and some error checking for emtpy fields, implemented
...
tooltip info images for better explanation of the module. Started the README
2004-08-26 21:11:25 +00:00
reinerj
7941a6e561
replace the crap
2004-08-09 09:30:15 +00:00
Ralf Becker
e5d689cb9f
added smtp-auth configuration to email and API's send-class (translations for that are moved to admin, as the config is now in Admin >> Site config and only for confinience accessible via Admin >> Email >> Site config too
2004-07-11 08:33:28 +00:00
Ralf Becker
1992c6982b
added email-address to the accounts-data and implemented a better account-selection (like the one in the new account-popup)
2004-07-04 17:33:13 +00:00
Pim Snel
b6a2f6acbf
improve lay-out mainscreen
2004-06-23 20:45:37 +00:00
Ralf Becker
e8daf45b02
using account-selection widget
2004-06-12 09:48:59 +00:00
Ralf Becker
140a9fb5df
added possibility to assign a color and an icon to a global category
2004-05-29 10:16:52 +00:00
Ralf Becker
2a473dc9ba
added mail-domain and smtp server to admin -> site configuration
2004-05-23 23:14:06 +00:00
Ralf Becker
7a47184f12
change icon for Group-ACL to use the standard/API edit-icon, changed the title/tooltip to "Grant access: edit group ACL's"
2004-03-23 13:45:23 +00:00
Ralf Becker
2335e91857
added a (optional) language-select-box, eg. for demo-sites
2004-03-21 21:28:35 +00:00
Ralf Becker
2a95647df6
fixed:
...
- logo can be given now as URL or filename (in phpgwapi/templates/default/images)
- the logo url dont need a leading http://, if its not present, it will be added automaticaly (you can enter a https url)
- commented the not working bg-colors and the pure html complilans out
2004-03-21 15:01:28 +00:00
Lars Kneschke
28d5293d6e
fix for bug [ 892893 ] "phpinfo" sometimes doesn't work
2004-02-26 09:01:42 +00:00
shrykedude
b9f26e9216
Moved Add account item to same page location as other manager screens
2003-11-05 10:35:53 +00:00
Pim Snel
7701abb167
start new icons default template theme
2003-11-04 01:42:56 +00:00
shrykedude
9798ccf162
Fixed bug in error log navigation.
...
Fixes for better HTML validation.
Match navigation button layout fixes.
2003-10-22 05:14:56 +00:00
Ralf Becker
e8b9e38e5d
fixed not saved auto-complete option and disabled phpgw_info-cacheing and click-path-history
2003-10-06 14:34:06 +00:00
Lars Kneschke
ac487777b7
added support for primary group
2003-09-13 17:14:30 +00:00
Ralf Becker
35674f5ca3
reverted kneckes exidential changes
2003-09-13 14:39:30 +00:00
Lars Kneschke
437b960836
adding a primary group to the admin pages
2003-09-13 14:09:41 +00:00
Ralf Becker
1b1329661f
admin/cats: changed logic and look to apply with the style-guide
2003-08-30 10:59:32 +00:00
Ralf Becker
f76c6eedd7
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:16:30 +00:00
Ralf Becker
b91de60ca1
added config-switch to disable autoload of langfiles and some other config-values from .16 (commented them out if they are not yet implemented)
2003-08-10 10:40:12 +00:00
ceb
51bb8354ab
update langs
2003-06-21 00:54:02 +00:00
Ralf Becker
fac8875fdf
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:46:39 +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
ceb
6fa67e867b
update tpl
2003-05-03 23:24:23 +00:00
ceb
aeb4efaae8
removed countryset
2003-04-29 22:10:16 +00:00
ceb
4f6fc8d85a
update
2003-04-27 23:16:15 +00:00
ceb
9e5ae9f83b
update
2003-04-27 20:28:34 +00:00
ceb
0349874425
update
2003-04-27 19:28:13 +00:00
ceb
a6764066ce
update xslt
2003-04-27 00:47:33 +00:00
ceb
a2bce3e3a2
update xslt
2003-04-27 00:17:58 +00:00
ceb
91757ddabd
update
2003-04-24 01:20:52 +00:00
ceb
26897b98c7
update
2003-04-24 00:48:23 +00:00
ceb
bf3affb467
porting admin to xslt
2003-04-23 21:52:22 +00:00
ceb
60079f0e17
started updating to xslt and rework accounts classes
2003-04-23 01:08:32 +00:00
ceb
60d44718c5
update xslt tpls
2003-04-21 00:21:09 +00:00
ceb
1efbab7f62
update
2003-04-20 14:15:52 +00:00
ceb
84bd58f9ba
admin port
2003-04-20 01:21:59 +00:00
Ralf Becker
ce7f439f41
some changes for the row-colors
2003-03-13 00:25:49 +00:00
Ralf Becker
5f0ea8e766
Added a note (with link to setup) to admin/applications/add, to use setup to install new apps
2003-03-09 15:09:35 +00:00
ceb
f2eaecf68e
moved all the setup mess to its right place
2002-12-07 02:54:24 +00:00
ceb
a77d47cd5f
moved all the setup mess to its right place
2002-12-07 02:12:15 +00:00
ceb
94e13fe529
update
2002-11-16 01:33:18 +00:00
ceb
6f6e06b39f
removed var from hook_admin
2002-11-03 01:03:07 +00:00
Ralf Becker
c22b27bd36
some changes for the css-themes
2002-10-26 21:45:56 +00:00
ceb
22ff2988c7
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 18:01:39 +00:00
ceb
aac6b5e5f4
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 17:23:56 +00:00
ceb
0ae563ca08
fix for bug 1286
2002-10-04 20:59:00 +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
Ralf Becker
b5602e6f92
changed templates to use ceb's css-theme-files
2002-09-27 22:52:04 +00:00
ceb
e4044935f0
update cats
2002-09-08 20:40:12 +00:00
ceb
aacd03d33f
update cats
2002-09-04 01:58:34 +00:00
ceb
8ad7b856f8
update cats files to test new delete function
2002-09-03 02:22:32 +00:00
Zone
c1bf33a585
Add 'Select where you want to store/retreive file contents' option (file_store_contents)
2002-08-26 04:39:25 +00:00
Ralf Becker
9be495246f
some changes to be compatible with seek3r new template-system
...
output is not longer print, but $GLOBALS['phpgw']->template->set_var('phpgw_body',$content);
2002-06-01 14:40:30 +00:00
Miles Lott
b08b5717b1
Add in sha passwd crypt for ldap (requires mhash to configure and use) ...
...
Concept by Matt Pavlovich <mpav@algx.net>
2002-05-14 01:02:19 +00:00
ceb
0c22fc3f0b
update cats
2002-03-13 16:30:51 +00:00
ceb
1fab89aabe
update pngs
2002-03-08 22:04:31 +00:00
ceb
1d29836f0d
update pngs
2002-03-08 20:45:50 +00:00
ceb
22b29acbad
update png
2002-03-08 15:11:41 +00:00
Miles Lott
b715103cdb
Apply Patch #86 , and add cancel buttons to account and group forms (need cleanup)
2002-01-24 12:28:45 +00:00
seek3r
bcd7dc31eb
adding all the PNG images to work toward GNU complaince
2002-01-21 17:08:04 +00:00
ceb
8bc7d387ce
update cats
2002-01-12 18:28:42 +00:00
aloekak
b0e0478078
HTML 4.01 Code Compliance and Formatting Updates.
2002-01-11 06:42:24 +00:00
skeeter
3b71750055
This will allow admin members to grant group managers to user(s) of a group.
2002-01-10 18:18:44 +00:00
aloekak
813243a9f0
HTML 4.01 Compliance updates
2002-01-10 18:00:50 +00:00
aloekak
a8c09725e7
This is really just a test to make sure I'm doing this correctly.
...
I'm updating some of the html to make it more browser friendly.
2002-01-10 17:56:21 +00:00
Miles Lott
985fc8292c
Move peer server config; add option to set default expiration for auto-created accounts
2002-01-05 20:40:44 +00:00
Miles Lott
96cd727fa5
Make the mcrypt algorithm and mode used configurable in setup/config.php
2001-12-20 17:58:48 +00:00
itheart
ce01f617eb
config.tpl change to lang_submit and lang_cancel.
2001-12-04 07:43:52 +00:00
Miles Lott
e576acde26
Some globalization; add a cancel button
2001-12-04 02:07:17 +00:00
skeeter
ad4a94139c
Fix for bug #480863 .
2001-11-27 01:19:56 +00:00
itheart
fa52e8ca86
japanese lang file add
...
config.tpl lang change "Select which type of authentication you are using:"
2001-11-14 22:40:15 +00:00
jengo
8acd9d12e8
Merged in patch for NIS auth - Thanks Dylan Adams <l0n@users.sourceforge.net>
2001-09-24 22:27:53 +00:00
Miles Lott
4ef07f8d67
Now using the same template files as the admin/config.php - only api/admin/prefs templates
...
are included, and all are saved in the config table as appname='phpgwapi'.
2001-09-21 20:14:04 +00:00
jengo
e191362086
phpinfo() will now pop-up in a javascript window, the old method made things look very bad
2001-09-12 00:07:49 +00:00
Miles Lott
f6d2f9738f
Add never expires checkbox
2001-09-08 06:20:39 +00:00
Miles Lott
9973835b36
Update this form to match the other
2001-09-08 04:52:17 +00:00
Miles Lott
fbad639a7a
Forgot to post the updated templates
2001-09-05 02:53:18 +00:00
jengo
af907736ed
- Moved kill session over to 3 tier design
...
- Added ACL checks to current sessions
2001-09-05 02:13:27 +00:00
jengo
32a1526890
- Groups and accounts now fully check ACL rights for each section
...
- Admins can only grant as much access as they already have
- Removed Header() calls and replaced them with direct ui calls
2001-09-04 04:26:51 +00:00
jengo
0b5c0c040a
Added new ACL Manager, currently only user accounts is using it
2001-09-04 01:12:13 +00:00
skeeter
7e6c8e5ab4
Added the group suport to this class.
2001-09-03 02:58:25 +00:00
Lars Kneschke
8d7ba95ea6
created a class to create the left menu for plugins
...
changed the code for editaccount and viewaccount
2001-08-28 21:50:10 +00:00
Miles Lott
bf0f19ef26
Adding peer server admin
2001-08-13 17:08:00 +00:00
Lars Kneschke
c05949d6f2
removed a typo in the template
2001-08-13 16:31:58 +00:00
jengo
775e55fc86
Added patch for eventlog
2001-08-05 06:48:42 +00:00
bettina
4a115e8bb1
update cats tpl
2001-07-23 03:04:40 +00:00
bettina
fed982b4a3
update add plus edit cats
2001-07-18 23:51:52 +00:00
jengo
725953e2d4
Fixed blank cells showing up when the user didn't log out
2001-07-13 22:59:44 +00:00
jengo
68577e4d12
- Moved access log over to 3 tier design\n- edit / view account hooks now support 3 tier design\n- Added view account access history to view account (via hook)\n- Added nexmatchs to access log\n
2001-07-13 07:02:34 +00:00
itheart
54742769e9
submit and cancel button lang
2001-07-05 06:49:24 +00:00
zone
8336f15469
Added file space option
2001-07-01 22:26:56 +00:00
Lars Kneschke
246edc94a5
modified some translations
...
modified the layout of editaccount, to not waste so much space
2001-07-01 21:55:33 +00:00
Lars Kneschke
9ffb4d1fda
updated the ldap template
2001-07-01 17:32:00 +00:00
Lars Kneschke
0c0924738c
added some german translations
...
added a way to inlcude plugins into editaccount.php
2001-07-01 17:29:49 +00:00
Miles Lott
8a8a517631
commit template to work with new applications.php
2001-06-30 08:26:23 +00:00
Miles Lott
1372b56eaf
Add missing </a>
2001-06-24 22:50:28 +00:00
skeeter
bb54fd50a9
Applying a patch from ralfbecker. This gives the admin the ability to grant ACL rights at the group level.
2001-06-18 03:09:04 +00:00
skeeter
4546f7aaa1
Applying a patch from ralfbecker. This gives the admin the ability to grant ACL rights at the group level.
2001-06-18 03:03:48 +00:00
Miles Lott
88511127dd
Change to use config.inc.php in app/inc dir
2001-06-10 11:30:43 +00:00
Miles Lott
76693ae37b
Possible admin tool to use current setup config.inc.php files
2001-06-01 01:57:51 +00:00
jengo
2ebeebfcb3
Added anchors to allow developer to link directly to there section
2001-05-31 19:10:13 +00:00
jengo
ac60631f8b
Fixed expiring accounts field not showing up
2001-05-19 19:27:24 +00:00
jengo
ec58a63c0f
Removed title on top
2001-05-16 20:46:50 +00:00
jengo
e4de7df1b1
Converted admin hooks over to templates
2001-05-16 05:12:20 +00:00
bettina
ed1da95900
formatting
2001-05-14 21:55:12 +00:00
Miles Lott
926df4bd40
rename groups_form
2001-05-11 13:45:59 +00:00
Miles Lott
eb379e5ec6
Convert to use single template
2001-05-11 13:43:05 +00:00
Miles Lott
722a99ac33
Add another td to fill width
2001-05-11 13:34:12 +00:00
Miles Lott
f08d242f53
Convert to use single form
2001-05-11 13:33:02 +00:00
Miles Lott
3c4c21d62d
Remove unneeded file
2001-05-11 13:27:40 +00:00
Miles Lott
a21a733b5f
Convert to use single template per page
2001-05-11 13:26:46 +00:00
Miles Lott
fa815742bb
Removing unneeded files
2001-05-11 12:50:37 +00:00
Miles Lott
a133e9b4ee
Now using same tpl as new/edit
2001-05-11 12:49:08 +00:00
Miles Lott
af032a9377
Convert to use single template file
2001-05-11 12:44:12 +00:00
Miles Lott
f17237d981
No longer needed
2001-05-11 12:23:41 +00:00
Miles Lott
e05ebca6b4
Now using a single file
2001-05-11 12:22:55 +00:00
bettina
a0404d3b53
update categories to have the possibility to choose global parent cats for apps_sub_cats
2001-05-11 00:47:50 +00:00
jengo
ffba834163
Converted to use template blocks
2001-05-10 12:27:09 +00:00
jengo
41ddfebfea
Converted of to use template blocks
2001-05-10 12:16:31 +00:00
Miles Lott
d3b1b37058
minor html mods
2001-05-10 11:34:47 +00:00
bettina
7144eef917
update sort categories
2001-04-27 16:06:17 +00:00
Lars Kneschke
311d7e65d9
changed the code, to not rely on english language
...
It was not possible to delete users.
2001-04-17 15:30:08 +00:00
bettina
01be8c3c6f
added possibility to delete also all subcats if deleting the maincat
2001-04-09 14:45:27 +00:00
skeeter
2ede16ef3a
deleteaccount.php now is done by hooks (hook_{appname}_deleteaccount.inc.php). It can now change ownership of records before deleting the user from the system.
2001-03-30 04:58:33 +00:00
Miles Lott
3690501ca1
Add new setup configs for ldap homedir and shell
2001-03-29 03:39:40 +00:00
Miles Lott
3ae25525a8
Two new forms for ldap accounts
2001-03-29 03:09:30 +00:00
bettina
ba4a726d8b
added global cats
2001-03-25 03:24:28 +00:00
bettina
9afde0a674
added global cats
2001-03-25 02:35:39 +00:00
skeeter
b1bc8381e1
fixes for the deleteaccount.php page
2001-03-23 03:09:14 +00:00
jengo
269d28222a
Account -> view is working again. I made it use the same template as new/edit account.
2001-02-26 15:50:51 +00:00
jengo
58dbd838ad
Cleaned up the variable names in new account
2001-02-22 02:42:34 +00:00
jengo
05d6bdbf64
Cleaned up much of the admin section, new account is now working and fixed a few problems with edit account. delete account still doesn't work
2001-02-20 14:12:06 +00:00
jengo
4602e18fe1
Cleaned up the templates
2001-02-12 18:16:09 +00:00
Lars Kneschke
6b787678ea
useradmin pages rewrite started
2001-02-11 03:07:43 +00:00
jengo
d5e4f4b587
Added the session_action field, so admin can watch what users are working on. Just your basic big brother stuff ...
2001-02-10 15:14:14 +00:00
skeeter
0a1494dde1
All group activities are working
2001-02-09 17:57:43 +00:00
jengo
b4996f1819
Converted over to templates
2001-01-21 02:05:45 +00:00
skeeter
abf8c3bcd9
implementation of applications class
2001-01-21 01:26:23 +00:00
Lars Kneschke
f4a7860474
now you can add your own plugins to the usermanager
...
i have user hook's for this
hook 1:
show_user_data
creates html code which gets added to the editaccount.php pages
hook2:
show_newuser_data
creates html code which gets added to the newaccount.php pages
hook3:
update_user_data
get's called after we have put the new userdata in the database
Enjoy
2000-12-31 16:20:49 +00:00
jengo
7cea5beeb0
Added in a table header (th_bg)
2000-12-26 05:39:19 +00:00
jengo
b30d142352
Changed template back to the way it should be ....
2000-12-26 05:15:20 +00:00
Lars Kneschke
0b95e839d7
modified the look of the admin pages
2000-12-26 00:52:38 +00:00
Lars Kneschke
bdd8b39637
application_form.tpl was broken, used a templeate file from a backup
2000-12-23 15:39:03 +00:00
jengo
1083112979
Added in new template
2000-12-20 10:10:22 +00:00
jengo
38503e90f1
Change new appliction to support app order
2000-12-20 10:09:33 +00:00
seek3r
d3c59526f0
moved all the images into the templates dir so that they can be changed as well
2000-12-19 15:33:48 +00:00
jengo
447abe485b
alternate_row_color() doesn't require you to pass it a value, you can call it without a value and it will return the new color
2000-12-08 14:58:02 +00:00
jengo
9ab5005680
Added in optional login screen message that admins can set. Cleaned up mainscreen message and loginscreen message to allow support from differenet languagues
...
. Fixed login.php not using multilang support
2000-11-28 19:54:10 +00:00
jengo
e820615828
Added in _L() as a alias for lang()
2000-11-24 04:57:03 +00:00
jengo
7617c124f8
Fixed form wasn't using POST
2000-11-22 07:03:33 +00:00
jengo
61dff83652
Converted applications list over to templates
2000-11-22 06:58:08 +00:00
jengo
c4fe1069d5
Converted groups list to templates
2000-11-22 06:22:00 +00:00
jengo
a7eb74b77d
Cleaning up templates
2000-11-22 05:50:42 +00:00
jengo
a01fbc39e2
Cleaning up the templates
2000-11-22 05:45:31 +00:00
jengo
1690434306
Cleainging up templates
2000-11-22 05:36:47 +00:00