Commit Graph

369 Commits

Author SHA1 Message Date
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
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
6000ff3c1d upps, was an old version ;-) 2008-01-19 06:05:49 +00:00
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
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
bbfe57db8b "fixed typo preventing the remote administration values being displayed" 2007-12-13 04:03:43 +00:00
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
4bf66e6f89 Add mime type icons and thumbnail previews to link list 2007-10-15 17:27:25 +00:00
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
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
86359f111c "fixed not sticky options: a) session-use-cookie Off, b) session-check-ip Off " 2007-05-19 07:41:16 +00:00
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
9467610549 implement topmenu hook
check if topmenu is enabled and then skip after navbar hook
2007-01-23 23:35:12 +00:00
72fed40604 th class for currentusers 2006-12-26 10:01:16 +00:00
4a58dcb45a index.tpl von idots 2006-12-13 13:23:22 +00:00
c29e516e71 removed not fully working literati template 2006-12-13 11:08:17 +00:00
157e6bfc4f not needed anymore, icon is in default 2006-12-13 09:42:42 +00:00
690df7be90 using one shared admin-index tpl in defaut, fixed not working phpinfo in jerryr 2006-12-13 09:39:23 +00:00
d046f849fc removed old, not fully usable (no sidebox) idsociety template 2006-12-12 19:24:49 +00:00
82597a85bd using default icons 2006-12-09 09:20:01 +00:00
f976b5d5b2 using default icons 2006-12-09 08:43:14 +00:00
343d5a6eac patch from Klaus Leithoff: implementing lettersearch for group-list 2006-12-06 15:15:42 +00:00
24ae9727d5 new jerryr template set from Jerry Ruhe 2006-11-28 07:45:33 +00:00
2e0e11d5a7 showing the query and keeping it when paging through the result 2006-10-28 09:38:20 +00:00
fd45860980 ability to set an email-address for groups (with automatic forwards to member's email) 2006-10-11 21:58:58 +00:00
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
b360e90430 fixed not stored email-address-policy 2006-08-24 06:21:49 +00:00
a446185de0 nicer formatting and more comfy 2006-07-06 19:10:58 +00:00
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
703f049b09 function to create email addresses after a configurable policy 2006-04-16 12:31:00 +00:00
a14cf00c50 some small layout fixes 2005-12-02 14:06:25 +00:00
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
950fa24a14 forgot to commit the templates 2005-11-09 12:47:47 +00:00
76692a6e28 upps, forgot to commit templates for customfields manager 2005-11-01 18:59:15 +00:00
e72ec322e1 added configuration switch for xmlrpc and soap services (default off) 2005-09-10 10:39:36 +00:00
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
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
3beec61a24 take back stylesheet control by using class="row_on" 2005-07-01 05:10:01 +00:00
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
7e1a268980 Increase visual 2004-09-28 12:26:05 +00:00
08089de0a6 enabled editing of user-ACL settings for admins 2004-08-28 13:48:32 +00:00
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
7941a6e561 replace the crap 2004-08-09 09:30:15 +00:00
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
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
b6a2f6acbf improve lay-out mainscreen 2004-06-23 20:45:37 +00:00
e8daf45b02 using account-selection widget 2004-06-12 09:48:59 +00:00
140a9fb5df added possibility to assign a color and an icon to a global category 2004-05-29 10:16:52 +00:00
2a473dc9ba added mail-domain and smtp server to admin -> site configuration 2004-05-23 23:14:06 +00:00
be72681b62 update images to jerryr template from Jerry Ruhe 2004-04-26 21:31:27 +00:00