Miles Lott
d274143269
Updated to have all posts and gets go to the ui class. Bo class functions now take direct arguments and respond with true, false, or array of errors (for now).
2007-03-09 12:07:15 +00:00
Oscar Manuel Gómez Senovilla
b45d2879c8
A lot of pending lang updates
2007-02-25 22:14:48 +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
Oscar Manuel Gómez Senovilla
3d6d20e3d8
patch 297
2007-01-22 20:26:34 +00:00
Oscar Manuel Gómez Senovilla
8d6b62a74c
pending lang updates
2007-01-21 11:38:09 +00:00
Oscar Manuel Gómez Senovilla
7cb034e071
patch 188 and lang updates
2007-01-05 00:13:14 +00:00
Ralf Becker
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
Oscar Manuel Gómez Senovilla
0597fc6cd9
pending lang updates, and gallery translations
2006-12-26 22:20:54 +00:00
Ralf Becker
72fed40604
th class for currentusers
2006-12-26 10:01:16 +00:00
Ralf Becker
f1b8c4ec2b
Patch from Klaus Leithoff <kl-at-stylite.de> to sort the groups alphabetic while editing accounts
2006-12-19 13:24:09 +00:00
Ralf Becker
176554400a
Patch from Klaus Leithoff <kl-at-stylite.de> to better deal with a big number of groups in edit accounts
2006-12-15 10:41:33 +00:00
Ralf Becker
4a58dcb45a
index.tpl von idots
2006-12-13 13:23:22 +00:00
Ralf Becker
c29e516e71
removed not fully working literati template
2006-12-13 11:08:17 +00:00
Ralf Becker
157e6bfc4f
not needed anymore, icon is in default
2006-12-13 09:42:42 +00:00
Ralf Becker
690df7be90
using one shared admin-index tpl in defaut, fixed not working phpinfo in jerryr
2006-12-13 09:39:23 +00:00
Ralf Becker
d046f849fc
removed old, not fully usable (no sidebox) idsociety template
2006-12-12 19:24:49 +00:00
Jerry Ruhe
82597a85bd
using default icons
2006-12-09 09:20:01 +00:00
Jerry Ruhe
f976b5d5b2
using default icons
2006-12-09 08:43:14 +00:00
Ralf Becker
343d5a6eac
patch from Klaus Leithoff: implementing lettersearch for group-list
2006-12-06 15:15:42 +00:00
Ralf Becker
24ae9727d5
new jerryr template set from Jerry Ruhe
2006-11-28 07:45:33 +00:00
Oscar Manuel Gómez Senovilla
e403dc2670
lang updates
2006-11-19 15:21:31 +00:00
Ralf Becker
2e0e11d5a7
showing the query and keeping it when paging through the result
2006-10-28 09:38:20 +00:00
Pim Snel
5036768541
updated dutch translation
2006-10-15 20:46:55 +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
6396d1b235
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:34:12 +00:00
Ralf Becker
3fc7b9ab38
new admin cli (comman line interface), which allows at the moment only to delete accounts in a proper way. This could not be included in setup-cli, as the delete-hooks of several applications require a complete eGW enviroment.
2006-09-19 06:59:55 +00:00
Ralf Becker
ff9f3ebcbd
passing the info also to method hooks
2006-09-19 06:58:25 +00:00
Oscar Manuel Gómez Senovilla
746988d553
mass lang updates
2006-09-04 17:15:19 +00:00
Ralf Becker
b360e90430
fixed not stored email-address-policy
2006-08-24 06:21:49 +00:00
Oscar Manuel Gómez Senovilla
dab5e19ef8
massive lang update
2006-07-16 07:13:01 +00:00
Ralf Becker
9d4ddba49b
removed not used instanciation of old sbox class
2006-07-06 20:15:11 +00:00
Ralf Becker
a446185de0
nicer formatting and more comfy
2006-07-06 19:10:58 +00:00
Ralf Becker
e6e05e283c
reversed password change ACL from changepassword to nopassword change, to allow eGW users created in LDAP to be full users, without the need to change/add something in the ACL table
2006-06-23 01:28:47 +00:00
Ralf Becker
ec8bc31682
fix for empty webserver_url (eGW installed in docroot)
2006-06-22 05:38:31 +00:00
Ralf Becker
860ee3f50b
fix to be able to set the email-address against the policy on add (update already worked)
2006-06-21 22:43:50 +00:00
Cornelius Weiß
4d200374a2
fix: load translation only if a gui is involved
2006-06-16 15:14:31 +00:00
Oscar Manuel Gómez Senovilla
c3bbdcbe57
langs update, trying to fix the phpgwapi/phpgw_fr.lang problem
2006-06-09 05:09:06 +00:00
Ralf Becker
c30d082ae6
changed editaccount hook to use the same values (with account_ prefix) as the addaccount hook
2006-06-09 00:05:14 +00:00
Ralf Becker
a3e859f85f
quitent a debug message
2006-06-07 18:04:24 +00:00
Ralf Becker
6557128ec6
rewrite of the accounts classes:
...
- new cleaner AND documented interfaces
- old interfaces are still availible, but depricated
- LDAP backend stores now membership information in LDAP too, and does NO longer require the phpgwAccount schema
- LDAP backend deals now well with LDAP schema in which posixGroup is no structural object (eg. newer SuSE distros)
- password from users are done now binded as that user, so if you dont need/use our admin to manage accounts, you can give a root-dn which only allows to search&read accounts
2006-06-06 23:42:56 +00:00
Oscar Manuel Gómez Senovilla
ecca7d62f3
admin lang updates
2006-06-03 17:42:34 +00:00
Oscar Manuel Gómez Senovilla
ae44b61223
spanish updates
2006-05-03 16:56:15 +00:00
Oscar Manuel Gómez Senovilla
a2c7927269
lang updates
2006-05-01 23:09:26 +00:00
Ralf Becker
c71c53851f
fixed critical bug:
...
a too long account-lid caused the complete lost of run-rigths from all user and groups
2006-04-30 12:18:47 +00:00
Oscar Manuel Gómez Senovilla
74a54f8e6a
vietnamese additions and other updates
2006-04-27 08:03:15 +00:00
Ralf Becker
c730c82502
reading the custom fields and types in the constructor, otherwise save_repository would delete them
2006-04-26 21:26:34 +00:00
Ralf Becker
267015342a
fix for register globals off, nextmatch was not working on egroupware.org
2006-04-25 19:10:39 +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
Oscar Manuel Gómez Senovilla
13ac7660a1
lang updates, including english for some phrases in admin and preferences
2006-04-20 23:17:20 +00:00
Oscar Manuel Gómez Senovilla
0366415b23
several different lang updates
2006-04-17 06:40:29 +00:00
Ralf Becker
703f049b09
function to create email addresses after a configurable policy
2006-04-16 12:31:00 +00:00
Oscar Manuel Gómez Senovilla
4f88a0bcef
commit for closing the 1.2
2006-04-10 16:59:48 +00:00
Oscar Manuel Gómez Senovilla
5afb077bca
lang updates
2006-04-08 23:08:29 +00:00
Ralf Becker
f121e88c4c
some missing translations
2006-04-06 10:49:23 +00:00
Ralf Becker
fcd9a870b7
fixed not working validation hook
2006-04-06 10:46:59 +00:00
Ralf Becker
bae9cc6013
invalidate session cache on changes in egw_info
2006-04-06 07:53:44 +00:00
Ralf Becker
055c9f846f
config ignored changes made in the hook config
2006-04-06 07:52:50 +00:00
Ralf Becker
7b4cdbb097
login- and home-message dealed wrongly with some special chars like: \ ' " <
2006-04-06 07:51:23 +00:00
Oscar Manuel Gómez Senovilla
5bef910835
pending commits after CVS problem
2006-04-05 12:18:58 +00:00
Oscar Manuel Gómez Senovilla
3e19646bc1
*** empty log message ***
2006-03-28 22:08:01 +00:00
Oscar Manuel Gómez Senovilla
a6a7b0b7d5
catalan and other updates
2006-03-25 10:49:56 +00:00
Oscar Manuel Gómez Senovilla
10cde37f83
lang updates, including english preferences
2006-03-21 02:27:48 +00:00
Oscar Manuel Gómez Senovilla
79e7e246f9
*** empty log message ***
2006-03-16 19:06:10 +00:00
Cornelius Weiß
300b9b1070
addressbook extension:
...
Admin can now define multiple addressbooks each with an own edit / view template and an own icon.
Atm. all Addressbooks are stored in one backend, but this will change soon^tm
2006-03-14 13:54:17 +00:00
Oscar Manuel Gómez Senovilla
ef2cabef9e
*** empty log message ***
2006-03-12 13:09:19 +00:00
Ralf Becker
db1a32aa33
fix for bug [ 1446044 ] eGw asking for delete sub-categories when it not exists
2006-03-10 09:53:10 +00:00
Ralf Becker
c1722f0bf9
adding 1.3 api to dependencies
2006-03-08 21:41:25 +00:00
Ralf Becker
eb6d8504c1
fix for bug [ 1417178 ] Group membership after edit
...
--> negative indexes to arrays are treated different if represened as string or integer
2006-03-08 18:25:24 +00:00
Ralf Becker
e3c0783cee
fix for bug [ 1345020 ] Need to un-escape form/html output...
...
--> happened with magic_quotes_gpc On
2006-03-08 16:53:16 +00:00
Oscar Manuel Gómez Senovilla
ab3154991f
patch 1424307 (updated files)
2006-03-08 11:03:03 +00:00
Oscar Manuel Gómez Senovilla
4b1f545141
*** empty log message ***
2006-03-08 10:06:09 +00:00
Oscar Manuel Gómez Senovilla
2293a9b76e
basque and other language updates
2006-02-27 23:21:58 +00:00
Oscar Manuel Gómez Senovilla
271364abf1
slovak updates
2006-02-24 01:08:15 +00:00
Oscar Manuel Gómez Senovilla
84c8db4e8b
slovensky (sk) additions and some updates
2006-02-18 03:06:35 +00:00
Cornelius Weiß
ebe03cad86
language updates
2006-02-16 17:18:25 +00:00
Oscar Manuel Gómez Senovilla
8854dfcc34
*** empty log message ***
2006-02-05 10:52:16 +00:00
Oscar Manuel Gómez Senovilla
e833291b13
*** empty log message ***
2006-01-08 13:53:07 +00:00
Cornelius Weiß
19d4484b7d
fix: hook update_group wasn't processed
2006-01-04 19:19:11 +00:00
Ralf Becker
809768937d
added timesheet to the apps with acl
2005-12-19 04:17:43 +00:00
Ralf Becker
dc8d6aa52b
fixed not working group-selectbox
2005-12-14 23:27:17 +00:00
Oscar Manuel Gómez Senovilla
3610548d7e
bug 1374900 and extra
2005-12-07 01:17:58 +00:00
Oscar Manuel Gómez Senovilla
255e863d05
several language updates
2005-12-06 11:23:12 +00:00
Oscar Manuel Gómez Senovilla
cbbd5866de
updates for late RC4 :(
2005-12-03 01:01:27 +00:00
Lars Kneschke
a14cf00c50
some small layout fixes
2005-12-02 14:06:25 +00:00
Ralf Becker
f227e36362
fix for bug [ 1362733 ] Setting is ruining calendar display...
2005-12-01 20:21:16 +00:00
Oscar Manuel Gómez Senovilla
a7fc10f621
several italian and chines updates
2005-12-01 15:56:15 +00:00
Miles Lott
a828b3cf85
remove superfluous globals, format
2005-11-26 14:04:40 +00:00
Miles Lott
2a44512e96
fix email address
2005-11-26 13:48:28 +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
Oscar Manuel Gómez Senovilla
d038701dcb
traditional chinese update
2005-11-24 10:25:38 +00:00
Ralf Becker
50548b05f5
fix for bug [ 1257649 ] nextmatchs failed when listing categories with much sub-cat
2005-11-23 23:44:20 +00:00
Oscar Manuel Gómez Senovilla
51410f60c1
tts missing phrases
2005-11-20 21:02:22 +00:00
Oscar Manuel Gómez Senovilla
03fd033b56
dutch updates
2005-11-20 09:49:41 +00:00
Ralf Becker
5fa1bb109b
fixed not working update of start and login-page message: eliminated direct access to the lang & languages table by using (new) functions from the translation class
2005-11-19 20:10:23 +00:00
Oscar Manuel Gómez Senovilla
87eefcca34
lang updates
2005-11-18 11:44:28 +00:00
Oscar Manuel Gómez Senovilla
0e6d8054f2
slovenian update
2005-11-13 23:23:16 +00:00
Ralf Becker
82afc6783c
app version and dependencies to 1.2
2005-11-13 22:33:49 +00:00
Oscar Manuel Gómez Senovilla
dccb3b29ef
spanish updates for 1.2 rc1
2005-11-13 21:22:11 +00:00
Oscar Manuel Gómez Senovilla
5c9dcc3194
Traditional chinese (Taiwan) completion
2005-11-13 10:38:23 +00:00
Ralf Becker
1f37f024ca
phpgw_access_log --> egw_access_log
2005-11-13 09:47:05 +00:00
Ralf Becker
f6e4328f85
phpgw_(app_)sessions --> egw_(app_)sessions
2005-11-13 09:16:31 +00:00
Ralf Becker
8a06c230c4
modernized and documented the hooks-class, phpgw_hooks --> egw_hooks
2005-11-13 06:58:38 +00:00
Oscar Manuel Gómez Senovilla
04f215beee
*** empty log message ***
2005-11-10 10:50:31 +00:00
Ralf Becker
950fa24a14
forgot to commit the templates
2005-11-09 12:47:47 +00:00
Ralf Becker
10ced8ebd5
using common::get_referer()
2005-11-09 12:46:52 +00:00
Ralf Becker
402b114918
quitened warning if there are no customfields defined yet
2005-11-08 14:26:36 +00:00
Ralf Becker
37a5d611c0
customfields working again ;-)
...
- uses admin.customfields for configuration
- and customfield widget in eTemplate
2005-11-08 13:51:43 +00:00
Oscar Manuel Gómez Senovilla
a3a5746186
spanish completion
2005-11-07 22:13:23 +00:00
Oscar Manuel Gómez Senovilla
49d548dd25
bug 1240675: removing old phpgw_zt.lang files
2005-11-05 14:22:46 +00:00
Oscar Manuel Gómez Senovilla
b68272942e
bug 1240675, from zt -> zh-tw. First part, just add new files
2005-11-05 13:45:37 +00:00
Miles Lott
6717a20a69
Fix spelling of quota
2005-11-04 13:06:02 +00:00
Oscar Manuel Gómez Senovilla
f5cbe1e7ca
several updates
2005-11-04 00:39:00 +00:00
Ralf Becker
c85d34c0fe
changed the following table-names:
...
- phpgw_accounts --> egw_accounts
- phpgw_acl --> egw_acl
- phpgw_log(_msg) --> egw_log(_msg)
- phpgw_config --> egw_config
- phpgw_applications --> egw_applications
This requires code-changes in many apps. Quite often I was able to replace the db access, with calls to the appropreate classes.
2005-11-02 11:45:52 +00:00
Cornelius Weiß
65cd84bb4c
sorry, acident happend
2005-11-02 10:05:57 +00:00
Cornelius Weiß
76692a6e28
upps, forgot to commit templates for customfields manager
2005-11-01 18:59:15 +00:00
Oscar Manuel Gómez Senovilla
9e32132eaa
bug 1344288: dutch translation update
2005-10-31 22:48:15 +00:00
Oscar Manuel Gómez Senovilla
8ad4d0ecbe
several update
2005-10-31 08:51:05 +00:00
Cornelius Weiß
21cdc2d1e7
added a general custiomfield definition module for admin-section
2005-10-28 18:27:06 +00:00
Oscar Manuel Gómez Senovilla
26a9fed831
*** empty log message ***
2005-10-26 00:54:00 +00:00
Oscar Manuel Gómez Senovilla
2f4259dfd0
*** empty log message ***
2005-10-23 22:49:01 +00:00
Oscar Manuel Gómez Senovilla
07dca33f46
persian files and several updates
2005-10-20 09:44:57 +00:00
Oscar Manuel Gómez Senovilla
cffd0551fe
*** empty log message ***
2005-10-19 06:59:19 +00:00
Oscar Manuel Gómez Senovilla
fea8c1660d
bug 1294588 and lang setup fixes
2005-10-15 21:52:37 +00:00
Ralf Becker
aac9ec7d10
phpgw --> egw
2005-10-14 17:03:16 +00:00
Ralf Becker
c8632a8808
some missing translations
2005-10-14 08:46:37 +00:00
Oscar Manuel Gómez Senovilla
b042a07504
*** empty log message ***
2005-10-13 07:17:47 +00:00
Oscar Manuel Gómez Senovilla
fe866fedae
bug 1239981
2005-09-29 21:04:59 +00:00
Oscar Manuel Gómez Senovilla
d7921303d8
bug 1266300
2005-09-29 19:10:21 +00:00
Lars Kneschke
1085534c94
modified the delete hooks to use $GLOBALS['hook_values']
2005-09-20 10:11:38 +00:00
Oscar Manuel Gómez Senovilla
82e8d1ff7c
bug 1004437
2005-09-17 16:35:53 +00:00
Ralf Becker
d1b30b9927
added configuration switch for xmlrpc and soap services (default off)
2005-09-10 10:51:04 +00:00
Ralf Becker
e72ec322e1
added configuration switch for xmlrpc and soap services (default off)
2005-09-10 10:39:36 +00:00
Ralf Becker
b837962ac8
script (admin-only) to delete ACL records of not (longer) existing accounts
2005-09-10 08:57:59 +00:00
Oscar Manuel Gómez Senovilla
49ce0ce185
Various italian updates
2005-08-23 08:25:03 +00:00
zhangweiwu
4c23a36a6e
correct some very small translation errors
2005-08-05 03:26:33 +00:00
Ralf Becker
af08a637eb
removed the apply phrase from admin as it's already in common and sometimes even translated different
2005-07-26 09:56:29 +00:00
Ralf Becker
2ebf6f517e
fixed old problem: changes in your account (eg. adding an app) happen with the next page-view only
2005-07-22 09:22:04 +00:00
petere78
73d74fa0f3
XHTML 1.0 cleanup for setup application
2005-07-11 18:02:19 +00:00
petere78
7d720dc5ea
Set HTML document type to XHTML 1.0 Transitional everywhere (almost).
...
Correct various misspellings and other oddities in the document type
declarations. Convert HTML tags to lower case in the affected files.
2005-07-07 20:09:52 +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
Ralf Becker
f5fefe3aff
enable group ACL for projectmanager
2005-06-14 07:44:36 +00:00
Oscar Manuel Gómez Senovilla
4c6b62cc7f
bug 1187943
2005-06-02 18:44:11 +00:00
Oscar Manuel Gómez Senovilla
1cc693567b
*** empty log message ***
2005-05-04 22:52:06 +00:00
Ralf Becker
483ad2cec4
patch from <tibolist-at-free.fr>:
...
code logic was wrong and it was using an API method that is
also buggy => in file /egw/phpwgapi/inc/class.common.inc.php the method
cmp_version_long().
1) the code logic:
it get versions for the current app and for the api from file
(app/setup/setup.inc.php) and from DB.
it loops over this 2 apps (app, and api), and set a $_current to true or
false. this variable value is defined by the last app check in the loop
(the API) => then if your API version is up to date, your application
version is also. which was wrong for me. Well in the attached file i
change the code logic.
2005-04-27 07:56:44 +00:00
Ralf Becker
33d296114f
Finnish langfiles from Jussi Siponen - jusiponen-at-users.sf.net
2005-04-15 15:21:52 +00:00
Ralf Becker
b4c9197e20
Russian langfiles from ReklamaLab.RU
2005-04-15 15:03:28 +00:00
Ralf Becker
94202f6581
Croation translations from Mladen Novosel <mnovosel-AT-info-sol.net>
2005-04-15 10:18:20 +00:00
Ralf Becker
ee9cf93b63
removed hack necessary because of the wrong call of the contructor of the application class
2005-03-30 14:46:37 +00:00
Oscar Manuel Gómez Senovilla
f2a93fa910
*** empty log message ***
2005-03-26 22:00:50 +00:00
Ralf Becker
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
alpeb
6212ad3c78
Applied patches #1151626 from Regis Leroy that allow configuration of global ACL rights on a group level (before it was only possible on a user level). This will allow to control access to the admin and monitor sections of the workflow app using its new acl hook
2005-02-28 16:12:31 +00:00
alpeb
8299eb6aa4
added png support
2005-02-28 16:11:47 +00:00
Oscar Manuel Gómez Senovilla
60ae406c63
*** empty log message ***
2005-02-27 10:20:49 +00:00
Ralf Becker
9317f4e7bb
new norwegian translations from ��yvind Kronkvist <oyvind-at-kronkvist.no>
2005-02-19 10:35:04 +00:00
Ralf Becker
d3d2ac11ee
fixed bug reported on the devel-list: clicking on "Grand access" icons (pencil) while adding a new account results in an sql error
...
==> icon not longer shown, as we have no user-id yet
2005-02-15 08:18:27 +00:00
reinerj
6b2a377b76
update lang file from Mats Fredriksson for Swedish
2005-02-04 17:36:10 +00:00
Oscar Manuel Gómez Senovilla
29997ba72f
bug 1112125
2005-01-29 19:36:06 +00:00
Oscar Manuel Gómez Senovilla
a06003edef
*** empty log message ***
2005-01-29 13:05:52 +00:00
ak703
59392b4087
fix bug loosing email-entry after adding the user
...
thx to Thai Duong
2005-01-28 22:01:12 +00:00
ak703
c7c29c30aa
fix group edit bug detected by Maanus, so after editing groups in combination
...
with LDAP, the remain with account type "g" and not getting "u".
2005-01-28 20:12:28 +00:00
reinerj
ae73d19085
update lang file from ReklamaLab.RU
2005-01-28 18:28:14 +00:00
reinerj
cec9439460
lang file update Swedish from Marko
2005-01-17 12:56:04 +00:00
reinerj
c5d06cb378
lang file from ReklamaLab.RU
2005-01-16 23:26:59 +00:00
reinerj
98e80db9c2
lang file from ReklamaLab.RU
2005-01-12 20:48:37 +00:00
ak703
0e6474592e
it was nerving, being forced to have an icon for categories - many cat's dont
...
need an icon
2005-01-10 22:54:05 +00:00
ak703
ec7d20c4ae
fixed error in last commit, changed overflow for select region to auto
2005-01-03 15:05:56 +00:00
ak703
3efeb8b62b
implemented new style of multiple select (recommended by Mauro Donadello)
...
Items can now be selected by checkboxes instead of keeping CTRL key pressed, which
makes life easier for many users.
2005-01-03 10:41:07 +00:00
Oscar Manuel Gómez Senovilla
b25004f3e1
*** empty log message ***
2004-12-31 12:03:20 +00:00
reinerj
cebed6849d
update the slovenian lang file from orb_ter
2004-12-02 22:37:43 +00:00
reinerj
9c4a32e183
update the slovenian lang file from orb_ter
2004-11-28 14:24:57 +00:00
Oscar Manuel Gómez Senovilla
bfe146ef78
*** empty log message ***
2004-11-27 23:35:32 +00:00
Oscar Manuel Gómez Senovilla
e4d1f6ea5e
*** empty log message ***
2004-10-21 21:30:38 +00:00
Lars Kneschke
cf3f10911e
add email address also for new accounts
...
see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=270672
2004-10-18 05:15:58 +00:00
Ralf Becker
940deb08a9
finished DB backup and restore for eGW:
...
- the backup is independent of the used DB and can eg. be used to port an install to an other DB type
- autom. backup before upgrades of the DB structure
- installing backups instead an installation from scratch
- own backup screen in setup and admin to:
+ shedule repeating backups
+ up- and download of backups
+ creating and restoring backups
2004-10-15 23:06:34 +00:00
reinerj
7a15b26136
Lang file update traditional Chinese from Finjon Kiang
2004-10-01 10:36:56 +00:00
bgigon
7e1a268980
Increase visual
2004-09-28 12:26:05 +00:00
Oscar Manuel Gómez Senovilla
df8f5a858c
*** empty log message ***
2004-09-17 09:36:18 +00:00
alpeb
709fa42041
Changed preg_replace with faster strpos
2004-09-11 03:26:33 +00:00
alpeb
b8fcaa3c08
If user doesn't have site configuration access, then don't show the site configuration link for each app
2004-09-10 17:51:28 +00:00
Ralf Becker
08089de0a6
enabled editing of user-ACL settings for admins
2004-08-28 13:48:32 +00:00
Ralf Becker
4eff10135f
removed plugins, as they only work in selected languages
2004-08-28 13:35:02 +00:00
reinerj
8564a78d9a
update lang file from Theytaz Antoine
2004-08-28 13:03:41 +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
d47313617f
lang file update from Theytaz Antoine
2004-08-26 21:02:07 +00:00
Ralf Becker
2c62ea94b9
fix for bug [ 1011713 ] new user email address gone
2004-08-26 11:57:58 +00:00
ak703
eabf6925b5
Added an admin module for ldap based email settings (based on emailadmin)
...
but reduced to those functions, which are needed to manage ldap entries, which
rely only on standard schemas (core, qmail) which are not considered "experimental"
and without the need to add a separate schema.
This modul will be extended whenever possible and approved for more values.
Main goal here is: Ability to easily use eGW Admin for account management with
LDAP beackend and to comply with those schemas, the distros are delivering.
The link for this module will be shown in addition to Lars' EmailAdmin if LDAP
is used as account storage. So it will not break existing installation ;-)
2004-08-25 22:29:28 +00:00
reinerj
d03d7e0114
replace the bad word grrr
2004-08-25 14:28:16 +00:00
Ralf Becker
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
Ralf Becker
acc5c0dfb0
foreach instead of while-list-each
2004-08-24 19:59:31 +00:00
Ralf Becker
fb1f4f9d6b
renamed html class in admin to html_tables, as the name clashes with the class html in the api
2004-08-24 19:57:47 +00:00
dragob
65feffc4d4
New/updated Slovenian translations (by Matev� Bokal).
2004-08-23 14:11:00 +00:00
reinerj
a898f0157b
italien translations from leonardo amadori
2004-08-12 18:04:16 +00:00
reinerj
1c6aedeb7a
extensions and corrections from Kiang
2004-08-10 12:51:47 +00:00
reinerj
7941a6e561
replace the crap
2004-08-09 09:30:15 +00:00
reinerj
761dd2f13c
replace the crap
2004-08-08 23:15:33 +00:00
reinerj
0392a024fb
replace the crap
2004-08-08 23:12:52 +00:00
reinerj
c4bfb8a3ec
replace the crap
2004-08-08 22:50:50 +00:00
reinerj
689e559dcd
replace the crap
2004-08-08 22:40:39 +00:00
reinerj
12ae81624b
replace the crap
2004-08-08 22:24:54 +00:00
reinerj
ae5eb29bfe
replace the crap
2004-08-08 21:29:14 +00:00
reinerj
1f1c58be46
update korea lang translation from Futurizer
2004-08-07 00:58:47 +00:00
Oscar Manuel Gómez Senovilla
26bf92520e
*** empty log message ***
2004-08-04 20:59:09 +00:00
reinerj
ea33d7c050
update Korea translation futurizer
2004-08-04 10:06:58 +00:00
Ralf Becker
8ea4f68715
using new email address from the account
2004-08-01 17:09:26 +00:00
Ralf Becker
74fd47804a
fixed asyncservices to run under the windows sheduler
2004-07-31 19:37:58 +00:00
reinerj
19ab1c069d
fix some wrong tabs in file which produce error messages
2004-07-31 17:29:52 +00:00
reinerj
80b42dd956
fix some wrong tabs in file which produce error messages
2004-07-31 17:28:17 +00:00
shrykedude
ff34378a1e
Fixed app dependencies for api-1.0.1 version change
2004-07-30 19:06:35 +00:00
Oscar Manuel Gómez Senovilla
53f44c8997
*** empty log message ***
2004-07-27 18:20:14 +00:00
Oscar Manuel Gómez Senovilla
ae31c0db04
*** empty log message ***
2004-07-26 19:48:49 +00:00
Ralf Becker
faa4caa918
fix for bug [ 995944 ] Pass by reference in class.uicurrentsessions.inc.php
2004-07-22 14:35:38 +00:00
Ralf Becker
edcda476b7
update brasilian translations
2004-07-21 21:18:18 +00:00
Oscar Manuel Gómez Senovilla
6666325a1e
*** empty log message ***
2004-07-14 08:12:56 +00:00
Ralf Becker
cf32369b5d
stoping account or group creation process, if there is an error and therefor no id (else the acl or preference class assumes to change the current user)
2004-07-12 22:06:13 +00:00
Ralf Becker
2323808812
cat icon, color and title
2004-07-12 22:03:57 +00:00
Ralf Becker
05a7e6de3a
fixed edit-user-form was loosing data, if an error occured
2004-07-12 19:54:44 +00:00
Ralf Becker
2d4a438533
fixed hook-values for add-user hook, new account id was not set, which gave an sql error in fudforum
2004-07-12 19:53:07 +00:00
Lars Kneschke
390b648be1
modified some string to be not app specfic anymore
2004-07-12 14:05:59 +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
31b3575448
reset start-value after each new search/selection
2004-07-09 16:08:59 +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
Ralf Becker
f6c07ba556
pushing all versions to 1.0.0
2004-07-02 22:32:53 +00:00
Ralf Becker
d9eb3ad604
not used anymore
2004-06-30 09:41:18 +00:00
Pim Snel
b6a2f6acbf
improve lay-out mainscreen
2004-06-23 20:45:37 +00:00
Ralf Becker
889b6931f1
fixed call to accounts::save_repository not update for each user, but one time at the end
2004-06-23 13:19:38 +00:00
Oscar Manuel Gómez Senovilla
2d9373d120
*** empty log message ***
2004-06-16 16:04:06 +00:00
Ralf Becker
26507a6aa7
greek translations thanks to Nikolaos Batsis <nickthegreek-AT-yahoo.com>
2004-06-13 20:48:44 +00:00
Ralf Becker
e8daf45b02
using account-selection widget
2004-06-12 09:48:59 +00:00
Oscar Manuel Gómez Senovilla
d834017cff
*** empty log message ***
2004-06-11 19:23:19 +00:00
zhangweiwu
cf19aae187
I merged the traditional Chinese translation into the simplified Chinese
...
translation file (only those not translated in simplified Chinese).
This is because
1) most simplified Chinese readers can read traditional
Chinese. If some phrase doesn't have simplified Chinese translation,
egroupware better fall back to traditional Chinese then English.
2) Translation can be easier (just pick up the unfamiliar traditional
translation and change to simplified form)
The change is made by using
> find . -type d -name "setup" -exec /tmp/merge_tradition.sh {} \;
where merge_tradition.sh is:
#!/bin/sh
cd $1
if [ -f phpgw_zh.lang ] && [ -f phpgw_zt.lang ]; then
mv phpgw_zh.lang phpgw_zh.lang.old
join -a 1 -t " " phpgw_zt.lang phpgw_zh.lang.old | \
awk -F " " \
'{ OFS = FS; if (NF == 7) print $1, $5, $6, $7; else print $0 ;}' \
> phpgw_zh.lang
fi
Kiang if you like the idea you can merge my translation to your lang
file too. And it's even better if the language engine can be changed in
the way that, as a phrase has no translation for current language,
choose the nearest language before falling back to English. Say, when no
translation in zh, use zt before trying English.
Could it be better that this apply to pt too? (pt-br and pt)
2004-06-09 17:01:42 +00:00
zhangweiwu
471b312a67
Received new UTF-8 lang files from kiang.
...
----------------------------------------------------------------------
2004-06-09 04:16:56 +00:00
zhangweiwu
b68e50cd79
UTF-8 lang files. I missed this file last time commiting lang files.
2004-06-08 18:13:30 +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
reinerj
3ec6f18729
Italien translation extension from Leo Amadori
2004-05-26 20:03:39 +00:00
zhangweiwu
17f64562ad
from kiang, to workaround 'the slash bug':
...
Translation of Traditional Chinese in UTF-8 version
I've tested it with the version RC5. Somebody in taiwan
who offered a series of functions to convert the
encoding from big5 to utf-8. It works fine~ Should I also
upload it for anyone who would like to understand the
big5 encoding??
2004-05-24 02:46:24 +00:00
Ralf Becker
2a473dc9ba
added mail-domain and smtp server to admin -> site configuration
2004-05-23 23:14:06 +00:00
Oscar Manuel Gómez Senovilla
b350dbadaa
*** empty log message ***
2004-05-19 14:34:08 +00:00
Ralf Becker
7a89d5312d
fixed loginscreen-message: was not updated if the performance patch was installed, as it changes the order of the columns in the phpgw_lang table and it did an insert without the column-names
2004-05-19 09:33:56 +00:00
Ralf Becker
f4361e3ca4
fixed not working scrolling and search for user-groups, fixed disabled search via admin-ACL's
2004-05-19 06:05:01 +00:00
alpeb
f75a66cc05
fix bug 948702. User won't be allowed to change an app name 'cause it breaks it.
2004-05-07 16:49:17 +00:00
petere78
ade32c3e64
Deutsche Sprache, schwere Sprache
2004-05-06 16:36:05 +00:00
alpeb
1dae93b363
partial fix to bug 948702: can't change apps names. Still more to do.
2004-05-06 15:29:33 +00:00
Oscar Manuel Gómez Senovilla
99f5991189
*** empty log message ***
2004-05-04 19:11:45 +00:00
alpeb
6c6e2c445c
added phpbrain to list of apps supporting ACL
2004-05-04 17:45:04 +00:00
reinerj
92f09dfc3a
new langfile Catalan from Xavier Navarro
2004-05-04 13:53:55 +00:00
Espen Laursen
45528fb2ec
just a small update
2004-05-03 11:09:23 +00:00
Espen Laursen
e9aefa3ed5
Updated.
2004-04-29 21:16:12 +00:00
reinerj
be72681b62
update images to jerryr template from Jerry Ruhe
2004-04-26 21:31:27 +00:00
reinerj
a50b3d5383
update Polish langfiles from Michael Bielicki
2004-04-23 22:48:53 +00:00
Espen Laursen
55dfdaff5e
Start of the danish translation. About 85% complete
2004-04-23 14:25:54 +00:00
reinerj
9e3acdfe11
update Dutch langfiles from G.G. van der Steen
2004-04-22 22:13:11 +00:00
Pim Snel
94822be83a
implement htmlarea with plugins for testing and real use
2004-04-22 00:19:50 +00:00
Pim Snel
e20c2e2815
completly fix #921476 (Creating new account failes) The system now alerts that a group already exists with the userloginid which was attemted to create
2004-04-21 21:40:13 +00:00
Pim Snel
4c4913282f
fix typo
2004-04-21 21:04:37 +00:00
mila76
c82ed9cf31
Update to 0.9.99.015
2004-04-19 21:23:46 +00:00
mila76
723f3e7211
removed double line
2004-04-19 20:06:54 +00:00
reinerj
0db350d980
update traditional Chinese langfiles from Finjon Kiang
2004-04-16 09:11:54 +00:00
Ralf Becker
0411643b27
implemented enble == 4 type apps - opened in a popup window - for the manual
2004-04-13 09:28:49 +00:00
Ralf Becker
f151c70372
first (simple) version of the new manual app
2004-04-13 08:59:23 +00:00
Oscar Manuel Gómez Senovilla
0fb012f83c
*** empty log message ***
2004-04-13 08:21:55 +00:00
Ralf Becker
b495aa7a0f
implemented enble == 4 type apps - opened in a popup window - for the manual
2004-04-13 07:54:25 +00:00
Lars Kneschke
78443fcb63
fix things spoken about with ralf :)
2004-04-04 18:59:12 +00:00
alpeb
24e12a61dd
Fixes bug #869805 . When updating a group's name, in table phpgw_accounts only the account_lid field got updated, now account_firstname gets updated too.
2004-03-30 04:23:23 +00:00
Oscar Manuel Gómez Senovilla
c552995176
*** empty log message ***
2004-03-29 09:23:06 +00:00
reinerj
8574c44ae1
update to the next version from egw
2004-03-28 12:20:15 +00:00
petere78
0f8224fd47
Various spelling and grammar fixes
2004-03-27 01:15:04 +00:00
Lars Kneschke
95ed13e717
second parameter was missing and generating a warning
2004-03-25 06:33:21 +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
danbas
31d9bd59b6
fixed bug that I just introduced
2004-03-23 08:41:05 +00:00
danbas
ebe9a3354e
idle times of more than 24 hours are now displayed
2004-03-23 08:34:00 +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
Ralf Becker
45df07162b
removed the es translation, as es-es is used now
2004-03-21 10:59:53 +00:00
reinerj
be28d77fa9
update Brazil lang file translated from Orlando Gentil
2004-03-19 22:03:20 +00:00
reinerj
be6dbc011e
add new images from Jerry to CVS
2004-03-07 22:14:06 +00:00
Oscar Manuel Gómez Senovilla
51cd8367ba
*** empty log message ***
2004-03-02 20:25:26 +00:00
alpeb
9f17551049
when using popup for selecting users to add to a group, if there was only one member in the group new members added weren't shown in the select box because there was no scrolling bar, so now I made it at least five lines big
2004-03-02 04:08:59 +00:00
Miles Lott
ecd7fdb9ea
fix banner
2004-03-01 00:57:01 +00:00
Ralf Becker
b074cbf924
fix for bug #843270 : unkillable categories
...
sub-cats should either be delete or made mains if there parent get deleted
2004-02-26 12:18:44 +00:00
Lars Kneschke
8a71c08150
strip js code from template
...
fix for bug [ 892893 ] "phpinfo" sometimes doesn't work
2004-02-26 09:03:20 +00:00
Lars Kneschke
28d5293d6e
fix for bug [ 892893 ] "phpinfo" sometimes doesn't work
2004-02-26 09:01:42 +00:00
Miles Lott
2f32ca43b2
remove comment code which is not needed
2004-02-20 15:04:26 +00:00
reinerj
259d6ce8bf
add some translations from Zhang Weiwu in Chinese
2004-02-20 09:46:20 +00:00
reinerj
8dd083599e
remove verdilak template set from main package, will be available as a seperate package for users
2004-01-31 17:58:22 +00:00
shrykedude
7db78820be
translation updates
2004-01-28 06:14:51 +00:00
reinerj
80ea30c5b1
changes from phpgw to egw dev group
2004-01-26 23:26:19 +00:00
reinerj
e64fd1dea6
changes from phpgw to egw dev group
2004-01-26 23:06:52 +00:00
Miles Lott
b66c1210c5
switch to _POST and _GET
2004-01-26 05:52:19 +00:00
Miles Lott
fac23cc9d8
Update other formats
2004-01-26 05:44:00 +00:00
reinerj
e6b2a034e5
small changes in the header
2004-01-25 22:21:37 +00:00
reinerj
bddad6dd8d
small changes in the header
2004-01-25 22:08:51 +00:00
reinerj
fb59857007
add jerryr template from Jerry Ruhe (aka jerry71)
2004-01-23 09:13:31 +00:00
reinerj
27db6671b0
add translation from Andrei V. Smilianets for ukrain
2004-01-22 20:09:38 +00:00
Miles Lott
0b59aa5f49
rewording
2004-01-22 02:36:59 +00:00
Miles Lott
24122b1eab
globals
2004-01-22 02:33:03 +00:00
Lars Kneschke
d96c9afac2
use a prefix for user accounts
...
can be set in setup
2004-01-12 06:22:20 +00:00
Oscar Manuel Gómez Senovilla
fd95a1911b
*** empty log message ***
2004-01-04 03:10:35 +00:00
Oscar Manuel Gómez Senovilla
0b8ecc7a8a
*** empty log message ***
2004-01-03 00:04:16 +00:00
Oscar Manuel Gómez Senovilla
803a930a22
*** empty log message ***
2004-01-02 21:12:27 +00:00
Oscar Manuel Gómez Senovilla
a9bfb197e6
*** empty log message ***
2003-12-23 00:18:57 +00:00
Miles Lott
9b3cb16bba
add missing )
2003-12-20 19:23:49 +00:00
Miles Lott
5a1f288b96
intval, ereg_, and gettype updates
2003-12-20 18:51:51 +00:00
reinerj
f75fd3b563
fix a typo
2003-12-14 12:03:39 +00:00
zhangweiwu
b8d36e17c2
New Translation. Blah.
2003-12-07 12:57:37 +00:00
zhangweiwu
c451623cf9
Translation translation blah ...
2003-12-03 03:08:09 +00:00
Lars Kneschke
fb8e5b9f8a
made adding categories working again
2003-11-28 07:56:30 +00:00
Lars Kneschke
b00035b95c
empty file
2003-11-28 00:02:14 +00:00
Lars Kneschke
c7c349b7c6
don't open a new windows anymore, when editing ACL's
2003-11-27 18:14:57 +00:00
zhangweiwu
edb7da7145
Newest translation.
...
This is not a copy-and-usable translation: you need to reinstall the language in setup.
This is because I changed charset to be utf8.
2003-11-24 03:33:35 +00:00
Pim Snel
85cb7ab6b0
removed typos
2003-11-17 22:04:58 +00:00
Pim Snel
4290a272f0
Dutch translation greatly updated for admin
2003-11-14 13:57:49 +00:00
Pim Snel
46e0d10d25
major update Dutch translations
2003-11-14 10:03:19 +00:00
dragob
f564d79dae
Some cosmetics in translations.
2003-11-12 13:18:44 +00:00
shrykedude
9fc3c9b55b
var check to make sure groups array is set before examining it, to eliminate PHP warning
2003-11-06 23:08:10 +00:00
shrykedude
b9f26e9216
Moved Add account item to same page location as other manager screens
2003-11-05 10:35:53 +00:00
reinerj
cee88d7aab
updated Big5 lang file from Finjon Kiang
2003-11-04 09:55:37 +00:00
Pim Snel
7701abb167
start new icons default template theme
2003-11-04 01:42:56 +00:00
shrykedude
79bae15b8d
Correct off-by-1 error in app list
2003-10-29 04:36:43 +00:00
Pim Snel
194f2dd843
and here are the new idots icons
2003-10-23 15:30:54 +00:00
shrykedude
b6578a3c3d
forgot to remove debug check
2003-10-22 05:18:45 +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
dragob
787827274b
Some cosmetics in translations.
2003-10-16 20:43:20 +00:00
Ralf Becker
e7ffae02d3
moved the phrases 'site configuration' and 'global categories' from admin to common as many apps use it in there sidebox-menu now
2003-10-16 11:55:36 +00:00
Ralf Becker
17a3d9cdab
some literati fixes
2003-10-14 21:28:23 +00:00
dragob
94b87ed52d
Added slovenian translation.
2003-10-14 21:10:54 +00:00
reinerj
f1798c570a
add literati image to CVS
2003-10-14 19:23:27 +00:00
reinerj
bbc0f877bf
add literati file to CVS
2003-10-14 19:22:21 +00:00
reinerj
62964576bd
Translation update from Finjon Kiang
2003-10-14 09:58:13 +00:00
Ralf Becker
57066401f5
Implemented for FUDforum/Ilia: changed the hooks addaccount, changepassword & editaccout to be called independent if the user is enabled for the app or not
2003-10-07 17:06:53 +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
Ralf Becker
1dfcc53846
sorted apps in user-manage after their titel and not after the not shown app-name
2003-10-05 23:16:03 +00:00
zhangweiwu
f886e06d3c
Updated translation.
2003-10-03 20:06:26 +00:00
Ralf Becker
6c10e248d7
reverted the german lang-files to iso8859-1, as we want to make the conversation optional and while adding the files to the database
2003-10-03 11:47:09 +00:00
Lars Kneschke
e5373db2a2
moved german translation to UTF-8
2003-09-28 08:15:58 +00:00
Ralf Becker
948fe27751
applied Zhang Weiwu (zhangweiwu) chinese(simplified) translations
2003-09-25 07:19:12 +00:00
Ralf Becker
8e9ea3667f
disabled peer-servers
2003-09-24 16:50:10 +00:00
Ralf Becker
2c3c764d9f
fix to call {edit|view]_user_hooks again: ACL-manager and access-control
2003-09-24 16:48:04 +00:00
Ralf Becker
3261633231
sort the apps by title in admin->applications
2003-09-22 11:14:21 +00:00
Ralf Becker
27497d4f21
fix to show title of disabled apps
2003-09-22 10:58:05 +00:00
Lars Kneschke
39e3d2b965
don't call the deleteaccount hook twice anymore
2003-09-20 04:48:34 +00:00
Lars Kneschke
2f986a6667
fixed a problem with the primary group
...
fixed german translation
2003-09-19 20:43:04 +00:00
Ralf Becker
724b097301
pgSql fix, patch von Shryke Dude (shrykedude)
2003-09-16 21:55:22 +00:00
Lars Kneschke
7cfa6dc120
some missinging phrases
2003-09-14 16:51:21 +00:00
Lars Kneschke
0086593cb6
add stripslashes if needed
2003-09-14 16:30:27 +00:00
Lars Kneschke
9cf40e6797
can't delete class with members
2003-09-14 08:34:03 +00:00
Ralf Becker
850b3f6b4f
set primary group to the first group of the user or the Default group, if it is not set
2003-09-13 19:06:10 +00:00
Ralf Becker
9cb610ad6d
- adding primary group automaticaly to the groups of the user
...
- adding the user-data as parameters to the hooks: adduser, edituser, changepassword (old global var still works)
2003-09-13 19:00:41 +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
f4fd01dd10
added possebility to remove the crontab-line
2003-09-06 10:50:35 +00:00
Ralf Becker
922a4331a7
registered the sidebox_menu hook
2003-09-03 12:27:23 +00:00
Ralf Becker
5422ee6beb
disabled the peer servers
2003-09-02 13:28:38 +00:00
Lars Kneschke
e3dde66e08
change needed for integration of emailadmin
...
ldap bugfixing
2003-08-31 22:09:12 +00:00
reinerj
7115718dc4
update some phrases to German
2003-08-30 17:05:00 +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
Lars Kneschke
0cee6f2de4
make it install-able with 0.9.14 again
2003-08-30 06:08:42 +00:00
Ralf Becker
f76c6eedd7
make the phpgw Version-0_9_16-branch HEAD
2003-08-28 14:16:30 +00:00
Ralf Becker
1f87ecc966
added config-switch to disable autoload of langfiles and added translations for some other new config-values
2003-08-10 10:45:49 +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
Ralf Becker
e35efb3f53
merged asyncservices from .16
2003-07-21 18:21:30 +00:00
gugux
7c54a57043
Added new italian translations patch #1635 thanks to Alessandro Farina
2003-06-25 22:37:51 +00:00
gugux
1e8c937f2d
Added 2 missing french translations.
2003-06-24 20:17:34 +00:00
ceb
782fdf7c2d
fix bug #3861
2003-06-24 13:32:25 +00:00
ceb
51bb8354ab
update langs
2003-06-21 00:54:02 +00:00
gugux
7b892aaec2
Added zh lang file, patch #1610 , thanks to C K Wu !
2003-06-11 20:09:22 +00:00
gugux
a7059b2dba
Added one missing phrase and missing french translations.
2003-05-20 20:55:24 +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
gugux
cce7e20b2b
Changed all x's into %'s in lang files and lang calls, added missing english phrases and french translations.
2003-04-29 21:58:12 +00:00
ceb
cb2dec5dbe
update
2003-04-28 00:41:55 +00:00
ceb
bde09a37ec
update
2003-04-28 00:31:33 +00:00
ceb
4f6fc8d85a
update
2003-04-27 23:16:15 +00:00
Ralf Becker
4e1cd7d1f5
new type of hooks via methodes instead of separate files:
...
- allows to parse arguments ot the hook and return content
- all access to the hook-table is now handled by the hook-class (for admin and setup too)
- all existing hooks continue to work of cause
2003-04-27 22:26:04 +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
Ralf Becker
90ceda0ed1
added some compatibility, by allowing to still use the old display_section function
2003-04-26 08:56:28 +00:00
ceb
da54b591b1
update
2003-04-25 00:37:16 +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
gugux
1fbdbaa96c
Changed a x into %1
2003-04-22 20:22:06 +00:00
gugux
661edeac5a
Begin translation of x's to %'s ...
2003-04-22 20:09:01 +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
54036d56b3
fixed ACL-labels and group-ACL
2003-04-06 22:29:57 +00:00
Ralf Becker
3955ddd056
changed to use title generated by applications-class,
...
added a 3-param to display_section to be compatible with old-style-apps
2003-03-27 11:06:33 +00:00
Ralf Becker
d948f09973
moved generation and translation of app-title into applications-class
2003-03-22 12:29:42 +00:00
Ralf Becker
c54c48804f
some new german phrases
2003-03-22 10:51:02 +00:00
Ralf Becker
f9c53875eb
Moved list_sessions and total from admin.socurrentsessions into the session-class and implemented them for php4 too.
...
So admin.socurrentsessions is no longer used and bocurrentsessions as well as the phpgwapi/templates/xxx/navbar.inc.php use the session-class to get the number of loged-in-users.
Aktivated the accesslog f�r php4-sessions too.
2003-03-21 00:47:18 +00:00
Ralf Becker
c7e95eabee
*** empty log message ***
2003-03-13 00:28:22 +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
gugux
5f72c82a90
Added missing \
2003-01-23 21:35:32 +00:00
seek3r
ad6f79028a
added more details to acl2_tester.php
2003-01-13 11:29:41 +00:00
seek3r
1ca130b6b5
added acl2 testing script to help explain how it works
2003-01-12 20:20:16 +00:00
gugux
a41792358a
Corrected typos.
2003-01-09 22:55:06 +00:00
gugux
c0da43f00b
Commit to set HEAD branch to the level of 0.9.14 stable for french translation files.
2003-01-08 22:57:45 +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
Ralf Becker
0ee8f7f966
Patch #560 from gugux
2002-11-24 15:51:40 +00:00
Ralf Becker
fa68a06371
knecke's fix for the usergroups with no title set any more, plus my headerline from .14
2002-11-23 23:55:13 +00:00
Ralf Becker
1aced7a99a
Full german translation and some english phrases
2002-11-23 12:04:52 +00:00
ceb
94e13fe529
update
2002-11-16 01:33:18 +00:00
ceb
6326e50944
use ['phpgw']->template
2002-11-15 00:18:55 +00:00
ceb
c4318f11af
update prefs to use lang() instead
2002-11-04 00:55:07 +00:00
ceb
0f50db2558
update prefs to use lang() instead
2002-11-04 00:50:18 +00:00
ceb
6f6e06b39f
removed var from hook_admin
2002-11-03 01:03:07 +00:00
ceb
680483d4e4
update about
2002-10-28 01:31:33 +00:00
ceb
09ad6a9ecd
update about
2002-10-28 00:26:57 +00:00
Ralf Becker
dba23ea4e2
removed some references to the old themes
2002-10-27 15:56:16 +00:00
Ralf Becker
d491a1d212
small fix to get edit-app working without app-title
2002-10-27 09:46:59 +00:00
ceb
405e2b5c65
removed app_title
2002-10-26 22:40:09 +00:00
Ralf Becker
c22b27bd36
some changes for the css-themes
2002-10-26 21:45:56 +00:00
Ralf Becker
81ff8a977e
get admin/index.php to send its output through the xslt-framework
2002-10-26 11:25:14 +00:00
ceb
587fa97db2
removed app_title plus update layout
2002-10-23 20:47:33 +00:00
skeeter
510aeaca5f
Fix to display correct time for current sessions.
2002-10-14 14:26:03 +00:00
ceb
23edad505e
update
2002-10-13 22:04:55 +00:00
ceb
fd64b8f0f8
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 22:32:10 +00:00
ceb
5cc3837622
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 22:03:35 +00:00
ceb
be05bc6e25
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 21:18:23 +00:00
ceb
6b1588ada5
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 20:45:27 +00:00
ceb
edc9286de9
update edit_cats to move the subtree with the cat if the parent changes
2002-10-12 18:43:58 +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
1e7e23d21c
update delete cats
2002-10-12 00:48:36 +00:00
ceb
0ae563ca08
fix for bug 1286
2002-10-04 20:59:00 +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
Ralf Becker
b5602e6f92
changed templates to use ceb's css-theme-files
2002-09-27 22:52:04 +00:00
ceb
4e16995d6f
update delete cats
2002-09-25 03:56:06 +00:00
ceb
557c3842f2
update delete cats
2002-09-25 01:10:26 +00:00
Zone
71ec2f0197
Updates needed for phpwebhosting -> filemanager name change
2002-09-21 05:15:32 +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
7d38b22ddb
update cats
2002-09-04 00:30:50 +00:00
skeeter
09361d01f8
GNU Patch #506 .
2002-09-04 00:10:57 +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
skeeter
d6cd10d920
Cleaning up a couple of common lang phrases.
2002-08-24 13:41:35 +00:00
skeeter
ffe3c369f8
Cleaning up a couple of common lang phrases.
2002-08-24 13:33:05 +00:00
skeeter
8a82df2ab7
Cleaning up a couple of common lang phrases.
2002-08-24 13:32:05 +00:00
skeeter
38bfe36986
GNU Patch #443 .
2002-08-23 01:07:51 +00:00
skeeter
f3a14d6ad8
Throws a little message out if PHPaccelerator is enabled.
2002-08-12 21:56:20 +00:00
ldw
56f7eae5eb
- Definitely splitted the Debian source package, adding the needed files to
...
each module.
2002-07-22 07:17:58 +00:00
skeeter
83102bed0e
GNU Patch #379 .
2002-06-29 15:59:37 +00:00
skeeter
058ddb033f
GNU Patch #348 .
2002-06-25 01:09:29 +00:00
Miles Lott
c0a1b434e9
formatting
2002-06-18 01:13:43 +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
seek3r
d2f00f43ce
added password validation routines, as well as general improvements on sanitize function
2002-05-26 08:50:40 +00:00
seek3r
cf2a12ba1c
made changes to the loading of the header, navbar, appheader, and footers
2002-05-24 10:38:03 +00:00
ceb
8e33cfaeb3
typo
2002-05-14 22:55:56 +00:00
ceb
ae0f6115a1
update fr lang files
2002-05-14 22:33:00 +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
Miles Lott
e73a5b57fc
Fix spelling of matches
2002-05-07 12:42:50 +00:00
ceb
0aa2f45896
added langs
2002-05-02 22:37:50 +00:00
seek3r
2f75040773
minor correct to the hooks
2002-05-02 01:38:25 +00:00
seek3r
b834ae9638
updated hooks for add/delete accounts and update password
2002-05-01 23:55:51 +00:00
ceb
f9377f07bd
added langs
2002-04-30 15:27:28 +00:00
skeeter
2f001c89f5
Updating the setup.inc.php files.
2002-04-27 15:35:26 +00:00
skeeter
b01f661216
additional information for use by http://apps.phpgroupware.org .
2002-04-25 01:19:52 +00:00
ceb
c180984052
added langs
2002-04-24 21:46:26 +00:00
skeeter
3e3cf46972
Fix for mssql or ODBC support.
2002-04-14 14:51:25 +00:00
skeeter
cf30f4cf08
Added missing phrase.
2002-04-09 00:31:04 +00:00
skeeter
6c6001fc2e
Added missing phrase.
2002-04-09 00:23:24 +00:00
ceb
7c84398cb3
added french langs
2002-04-04 20:51:26 +00:00
ceb
5c5ccdb02c
added finnish translation file
2002-04-02 20:29:02 +00:00
ceb
557be38d8a
added finnish help file
2002-04-02 20:25:02 +00:00
Miles Lott
7b6d5e7a6e
Update docs to include description of new checkbox/radio capability
2002-03-20 00:42:52 +00:00
Miles Lott
5d9ec2d917
Testing ability to handle checkboxes in admin config class
2002-03-20 00:27:34 +00:00
ceb
cef59ed231
update global apps cats to turn on or off showing of global systemwide cats
2002-03-19 02:35:38 +00:00
ceb
2ce7b79bc0
update cats
2002-03-16 01:57:56 +00:00
ceb
05c966c7f1
update
2002-03-13 17:27:31 +00:00
ceb
476c78076c
update
2002-03-13 17:03:49 +00:00
ceb
0c22fc3f0b
update cats
2002-03-13 16:30:51 +00:00
Miles Lott
7a687715a4
Speling; fix appname in header
2002-03-13 04:41:45 +00:00
ceb
f612468342
update cats
2002-03-13 04:16:46 +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
0ac2d5a353
adjust sql for new table names
2002-02-23 17:19:28 +00:00
Miles Lott
54e00b04d6
adjust sql for new table names
2002-02-23 17:18:55 +00:00
Miles Lott
25378a7f88
adjust sql for new table names
2002-02-23 17:17:02 +00:00
Miles Lott
3549178505
Add referer capability - arrives via HTTP_GET_VARS, saved in appsession
2002-02-21 12:27:56 +00:00
skeeter
360c22f7e4
Removed an extra line.
2002-02-18 13:41:40 +00:00
skeeter
1dea9a67b8
Now displayes the server correctly after adding/editing the entry.
2002-02-18 05:05:09 +00:00
skeeter
8f5ede0559
Added a couple of terms.
2002-02-18 05:04:31 +00:00
Miles Lott
12b66fb8a9
Change lang/languages tables to phpgw_lang/phpgw_languages
2002-02-17 19:31:50 +00:00
Miles Lott
6c8ce90ce0
Fix version check and display
2002-02-17 15:34:13 +00:00
skeeter
b79eef2053
GNU Patch #122 .
2002-02-15 04:16:35 +00:00
skeeter
5e48dcbe99
GNU Patch #115 .
2002-02-15 01:51:32 +00:00
p_pessagno
166d2cdca2
Big French Translation update - thanks to Guillaume
2002-02-04 15:13:45 +00:00
Miles Lott
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
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
Miles Lott
5719e9e784
oops, need to write the config
2002-01-20 18:42:48 +00:00
skeeter
32d26df97d
This will clear the cache when individual is removed from a group.
2002-01-16 18:09:06 +00:00
latino
2c2ead7fc1
fixes
2002-01-16 14:14:29 +00:00
p_pessagno
7a0a9b18ed
getting closer ...
2002-01-15 17:25:01 +00:00
ceb
fb6a15917b
update cats prefs
2002-01-13 23:54:46 +00:00
ceb
105b55ef96
added api version to deps
2002-01-13 20:17:42 +00:00
skeeter
2f00aa1545
Added a few more missing phrases.
2002-01-13 15:02:45 +00:00
skeeter
a039cec5bd
Now checks to make sure the groups _lid is not blank when changing the _lid. Also, added calls to sessions->delete_cache() so the users cache can be re-built upon next activity.
2002-01-13 03:56:34 +00:00
ceb
8bc7d387ce
update cats
2002-01-12 18:28:42 +00:00
ceb
76daa312c3
delete cats has to be common to make it available for prefs also
2002-01-12 18:25:45 +00:00
Miles Lott
acdd4ea960
Using ntier acl_prefs
2002-01-12 15:46:47 +00:00
skeeter
246cbc8a84
Added EN phrases for ACL hook.
2002-01-12 03:02:07 +00:00
skeeter
998d7dcc6e
Removed the explicit file extension to the images.
2002-01-12 01:32:13 +00:00
Miles Lott
fa3562d6ec
add some langs, move some to api
2002-01-11 14:04:40 +00:00
aloekak
b0e0478078
HTML 4.01 Code Compliance and Formatting Updates.
2002-01-11 06:42:24 +00:00
skeeter
9f76c46b29
Fixed a problem where it would try to Back to the group list when editing/viewing user data.
2002-01-11 02:01:29 +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
p_pessagno
d7b4c46de0
Portuguese Translation
2002-01-10 17:40:12 +00:00
Miles Lott
478d41d1d2
remove stray whitespace
2002-01-08 02:05:04 +00:00
seek3r
c13ade18dc
Several fixes in this commit because the switch from sf to savannah had to come from a day old copy of our cvs tree. Much was fixed including email being fixed for PHP3 compatibility, skeeter updated all the setup.inc.php files to say they would be comaptible with the new API version, ceb made fixes to the projects app based on newly submitted bug reports. Im sure there are more but I dont know all the details. Oh, I did add a print_r() to the php3 support files.
2002-01-07 10:50:42 +00:00
skeeter
c61e5c3e83
One last fix.
2002-01-06 05:56:19 +00:00
Miles Lott
c03a2eb15f
Add bottom and top
2002-01-06 05:44:23 +00:00
skeeter
710ec8fbdd
A few fixes to the new routine.
2002-01-06 05:37:17 +00:00
skeeter
6b8ddd566b
Added the 'Find and Register Application Hooks'.
2002-01-06 05:01:29 +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
63f8f96f3f
This should now report correctly that the API is current
2002-01-04 04:43:00 +00:00
Miles Lott
6174ed9c72
formatting
2002-01-04 00:55:01 +00:00
Miles Lott
e17a39e584
Fix each error if no sessions listed (php4 mode sessions); add switch to add in
...
php4 mode session listing later
2002-01-04 00:39:00 +00:00
Miles Lott
1862cbeedb
Add missing phrases
2002-01-04 00:08:03 +00:00
Miles Lott
7104de54a1
Move 'installed applications' to common, since developer_tools also needs this
2002-01-03 23:58:38 +00:00
Miles Lott
0b5417f928
Another test
2002-01-02 18:20:10 +00:00
Miles Lott
17d994c883
Trying to silence error if no algo/mode available (mcrypt problem)
2002-01-02 18:16:41 +00:00
seek3r
f3fb44a6a6
updated the hooks entries
2002-01-02 17:01:55 +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
Miles Lott
6149f2b864
converted to ui class
2001-12-27 18:01:48 +00:00
skeeter
40ee06a1d1
A few minor cleanups. Also, changed what I could to use ExecMethod(). This is much cleaner when calling a single function from a class than creating an instantiation of the class and calling a single method.
2001-12-27 15:14:02 +00:00
Miles Lott
573c7089d1
Disable explicitly calling appname=phpgwapi
2001-12-24 05:17:07 +00:00
Miles Lott
99bf9a1305
Disable possibility of defaulting to display setup-only configs
2001-12-24 00:33:53 +00:00
Miles Lott
ff13d7a060
format switch/case
2001-12-24 00:30:48 +00:00
Miles Lott
630e221d1b
Now in ui form (single layer) for mainscreen message
2001-12-24 00:17:41 +00:00
Miles Lott
04ec0b3afb
Use correct post action
2001-12-24 00:07:39 +00:00
Miles Lott
7d78039d6b
Use the new uiconfig class
2001-12-24 00:04:02 +00:00
Miles Lott
2c96b6fc4f
New ui version of config.php
2001-12-24 00:00:09 +00:00
bettina
d885d64921
fixed langs
2001-12-23 23:03:17 +00:00
bettina
486f4c0bab
fixed langs
2001-12-23 22:54:57 +00:00
Miles Lott
093e6d006b
No longer used
2001-12-23 15:42:07 +00:00
Miles Lott
dba63c65d9
Add new validation hook call
2001-12-23 15:31:27 +00:00
Miles Lott
6f63d49bd0
Fix some of the horrendous formatting
2001-12-23 00:06:04 +00:00
Miles Lott
cbd35e90eb
New doc for using admin/config.php. This should probably go somewhere else...
2001-12-23 00:02:44 +00:00
Miles Lott
7ba873f2c2
Now using ui/bo classes in ./inc
2001-12-22 16:30:10 +00:00
Miles Lott
67ecd24a4a
Applied patch #492235 for parent cat select
2001-12-22 16:14:31 +00:00
Miles Lott
d662e5b113
Fix initial data type of listed var
2001-12-21 22:44:52 +00:00
Miles Lott
d1f4be1882
comment out 8char limit for ldap, for now
2001-12-21 20:52:13 +00:00
Miles Lott
3177cbe7b6
formatting
2001-12-21 03:41:06 +00:00
Miles Lott
720c77fae9
NNTP needs to be a phpgwapi config also, for now
2001-12-21 03:30:16 +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
Miles Lott
32a524a06b
one globals fix
2001-12-18 22:27:30 +00:00
Miles Lott
ddf22a95f5
Fix global problem, i hope
2001-12-18 22:22:47 +00:00
Miles Lott
6bb54e4059
formatting, disable rpc function
2001-12-18 06:10:32 +00:00
Miles Lott
e6eb32d36f
formatting, globals
2001-12-18 06:00:48 +00:00
Miles Lott
9895d0e161
remove possibility for any logged in user to edit app configs
2001-12-13 06:17:09 +00:00
Miles Lott
c67fd7c7ee
Fix for passing phpgw_info in the querystring
2001-12-05 16:19:12 +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
Miles Lott
80edef2307
*** empty log message ***
2001-11-30 01:13:31 +00:00
Miles Lott
1b6c84d688
Fix to work with register_globals off, also tested with it on
2001-11-27 04:53:17 +00:00
skeeter
ad4a94139c
Fix for bug #480863 .
2001-11-27 01:19:56 +00:00
skeeter
11563491f8
Trying to GLOBAL'ize these.
2001-11-21 03:22:08 +00:00
itheart
f5006fb941
Japanese lang file phrase add.
2001-11-19 20:34:02 +00:00
skeeter
fd78fe2018
Fix for bug #475833 .
2001-11-17 03:09:19 +00:00
skeeter
f4c9cdb34c
Removed the account_total function. Very messy cause if using LDAP, the data is not stored in the phpgw_accounts table.
2001-11-16 04:09:21 +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
skeeter
defec5f96b
Fix for bug #463565 .
2001-11-10 21:26:22 +00:00
skeeter
96e4fc63e8
Fix for bug #463565 .
2001-11-10 21:20:52 +00:00
skeeter
5767f4f2a3
Small changes that use is_?????() instead of gettype().
2001-11-10 20:51:30 +00:00
Miles Lott
5d153ce550
php3 array fixes
2001-10-24 12:53:01 +00:00
loic
89324029f1
xmlrpc preference setting
2001-10-10 15:17:21 +00:00
loic
c7aacc344f
Implement xmlrpc for account creation
2001-10-10 15:10:15 +00:00
jengo
f162a41fbb
Default preferences are now working durring account creation
2001-10-05 03:16:11 +00:00
Miles Lott
ad0fab5b03
fix setting of hidden field
2001-10-02 13:44:57 +00:00
Miles Lott
8ab7b9f771
Add new 3-layer cats editor
2001-10-02 13:35:04 +00:00
jengo
3415933051
Fixed total time for previous login being shown on entrys where the user didn't logout
2001-10-02 06:55:54 +00:00
jengo
c98c5faa6e
There are apart of the old setup program and are no longer needed
2001-09-29 04:20:43 +00:00
Miles Lott
c016448915
Minor adjustments to work with register_globals off
2001-09-28 22:04:10 +00:00
jengo
dd450aa11b
#465163 - Merged in patch for Chinese Translations
2001-09-28 21:52:33 +00:00
jengo
b66076c146
Fixed killing another users session not working correctly
2001-09-28 21:41:16 +00:00
Miles Lott
4c6c40c322
fix version check
2001-09-28 14:09:22 +00:00
Miles Lott
bf8b57f629
no longer needed
2001-09-26 01:03:21 +00:00
Miles Lott
4f9a3b4ef1
php3 and formatting adjustments - needs tweaking to make sure it works as
...
desired.
2001-09-26 01:02:39 +00:00
angles
0221c38d87
improved idsociety navbar images for admin
2001-09-25 17:54:52 +00:00
jengo
ed6fabcc15
Merged in pacth for partial chinese translations - Thanks Yen-Shuo Su (shuo)
2001-09-24 22:50:14 +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
830242391d
Update/add langs for config.php in admin and setup
2001-09-21 20:38:50 +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
Lars Kneschke
3985fe231d
modified the ldap class, to know the type of account(u or g)
2001-09-18 17:55:36 +00:00
skeeter
e007771652
This should now clear out the ACL entries when deleting a user.
2001-09-18 03:57:42 +00:00
Miles Lott
344e9f8c53
Remove superfluous footer activity
2001-09-17 22:30:14 +00:00
Miles Lott
b9d860f9c2
no longer needed
2001-09-16 18:11:03 +00:00
Miles Lott
477991e9f4
Add additional config to show currentapp and api upgrade status
2001-09-16 15:09:52 +00:00
Miles Lott
e2f46ea462
Make admin use this; Fix add
2001-09-14 19:53:24 +00:00
Miles Lott
51e8a50170
Converting to 3layer
2001-09-14 19:45:06 +00:00
Miles Lott
d3cc0b59f3
more fixes for GLOBALS
2001-09-12 16:53:51 +00:00
Miles Lott
37122a1fa7
add globals to work with setup
2001-09-12 16:49:23 +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
6d61de65ed
Updated file from Guillaume Courtois <guigui@gugux.net>
2001-09-08 13:02:12 +00:00
Miles Lott
4ace9f98b2
Silence an error if user is not a member of a group
2001-09-08 06:23:50 +00:00
Miles Lott
f6d2f9738f
Add never expires checkbox
2001-09-08 06:20:39 +00:00
Miles Lott
a7d2c1f0f5
Add never expires checkbox, since default date is now valid; Fixes to verify status is unsettable;
2001-09-08 06:18:43 +00:00
Miles Lott
71b16171cf
Default expires now one week from today, instead of 12-31-1969
2001-09-08 05:12:36 +00:00
Miles Lott
9973835b36
Update this form to match the other
2001-09-08 04:52:17 +00:00
skeeter
7861ad6363
Fix for editing a group. Was passing an invalid account_id for the group_id.
2001-09-05 22:39:27 +00:00
jengo
c5e7b0fb14
Removed some uneeded debug code from my last fix
2001-09-05 14:37:00 +00:00
Miles Lott
b64dbe3d4d
php3 array fix
2001-09-05 11:05:55 +00:00
jengo
b61103718f
Fixed logs not showing the current timestamp
2001-09-05 03:42:40 +00:00
Miles Lott
86496398e7
Place a default of none into security display
2001-09-05 02:54:03 +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
bettina
3051d1645d
update langs
2001-09-05 01:49:28 +00:00
Miles Lott
8c8157235d
No longer needed
2001-09-04 19:50:43 +00:00
Miles Lott
7ba1d94b8d
Made servers admin 3-layer
2001-09-04 19:50:14 +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
Miles Lott
06ca22562c
Two php3 array fixes
2001-09-04 03:34:02 +00:00
skeeter
1e52451e2e
Never added the Id tage for cvs info in the files.
2001-09-04 03:29:36 +00:00
skeeter
deb2991868
These changes go along with the LDAP changes.
2001-09-04 03:13:28 +00:00
jengo
8c5a988f0f
No longer needed
2001-09-04 01:25:03 +00:00
jengo
8b483a14a4
Removed some commented out code
2001-09-04 01:18:35 +00:00
jengo
583c8d7c6c
Added new ACL Manager, currently only user accounts is using it
2001-09-04 01:17:40 +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
Miles Lott
d0c4053077
Using GLOBALS
2001-09-02 14:54:03 +00:00
Miles Lott
4004b60c84
Send intval of account_id to accounts class so that get_account_id will work
...
as expected
2001-09-02 13:51:24 +00:00
Miles Lott
15fb31980d
php3 array fix
2001-09-02 12:44:02 +00:00
skeeter
386f8a755a
Missed a GLOBALS.
2001-09-02 07:30:46 +00:00
skeeter
cc1f20a340
Added list_group() and edit_group(). Still need to do add_group() and delete_group().
2001-09-02 07:30:25 +00:00
Miles Lott
cc10a86411
temporary undo of groups link
2001-09-02 00:39:42 +00:00
skeeter
df1d4a732c
Did a little cleaning on the access_history class. Using GLOBALS now and fits in the the accounts class in admin.
2001-09-01 23:40:28 +00:00
skeeter
2df316073d
This changes the user accounts over to an n-tier layout. Still needing to add the group accounts into these classes.
2001-09-01 23:32:40 +00:00
Miles Lott
aedcd42f81
Add new default group config used for auto_add()
2001-08-31 22:30:47 +00:00
Miles Lott
72628a8880
temporary(?) fix to ensure certain old core apps still work, since their
...
configs are (still) api
2001-08-30 19:30:57 +00:00
Lars Kneschke
7b043d76b1
removed 2 unneeded funtions
2001-08-28 22:00:05 +00:00
Lars Kneschke
edc3121ba8
removed a unneeded file
2001-08-28 21:58:26 +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
39de2bd2f9
GLOBALS...
2001-08-27 10:26:57 +00:00
zone
e70fb95b84
Fix add_def_pref when only one app was selected. Remove file_space junk for good
2001-08-21 07:12:41 +00:00
skeeter
cc37142599
Fixes for when no apps are enabled for a group/user to setup default preferences.
2001-08-21 00:51:03 +00:00
jengo
1fc7368927
Converted over to the 3 tier design
2001-08-16 01:38:14 +00:00
Miles Lott
428d511534
I give up for now, this should let you edit all
2001-08-13 22:39:42 +00:00
Miles Lott
fc01f2d86e
not perfect but better re: dup server name conflict
2001-08-13 22:11:47 +00:00
Miles Lott
930c475286
Add missing fields
2001-08-13 20:37:51 +00:00
Miles Lott
af5585a28e
Add some lang
2001-08-13 20:33:40 +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
jerrywestrick
e41e0cc481
newer version of veiwer...
2001-08-12 01:06:07 +00:00
zone
9a7043abc6
Corrected problem with config_app always getting set to 'phpgwapi'
2001-08-10 06:52:19 +00:00
skeeter
5367dfd839
Default is now set to Delete All Records.
2001-08-10 03:28:17 +00:00
jerrywestrick
f83036ae9d
__FILE__, __LINE__ parameters
2001-08-08 07:21:29 +00:00
jerrywestrick
1ed266baee
changed errorlog calling format to new array() style...
2001-08-06 17:56:30 +00:00
jerrywestrick
a24a7639a7
uses the new html....
2001-08-06 16:51:44 +00:00
jerrywestrick
532726692c
cosmetic changes due to funny if syntax..cosmetic changes due to funny if syntax....
2001-08-06 16:50:20 +00:00
jerrywestrick
095bc09403
newer version.... Still not to be used in alpha...
2001-08-06 16:46:57 +00:00
jengo
948dc70875
*** empty log message ***
2001-08-06 09:46:03 +00:00
jengo
a68ab81cec
Small HTML changes
2001-08-05 10:23:11 +00:00
jengo
f9726cefbe
Now uses the dbs timestamp field
2001-08-05 08:05:45 +00:00
jengo
75e4cfe0fa
Corrected bad link() call
2001-08-05 06:54:52 +00:00
jengo
775e55fc86
Added patch for eventlog
2001-08-05 06:48:42 +00:00
jengo
cb873132bb
No longer needed
2001-08-05 06:34:19 +00:00
Miles Lott
8c570fcb19
php3 fix, rename accounts->memberships() to accounts->membership() to avoid conflict with class var
2001-08-04 14:26:10 +00:00
chrwei
ed08e1617d
Changed wrap="hard" to wrap="virtual" to prevent the adding of unneed whitespace
2001-08-03 14:54:43 +00:00
zone
b90e0c4bf6
Added file_repository option
2001-07-31 07:13:49 +00:00
Miles Lott
233d1640df
Rolling back filespace column
2001-07-27 10:05:52 +00:00
Miles Lott
83e42d3d96
trim filespace value in accounts also
2001-07-23 23:02:40 +00:00
bettina
4a115e8bb1
update cats tpl
2001-07-23 03:04:40 +00:00
bettina
8dac4d5616
update delete cats
2001-07-20 01:05:47 +00:00
bettina
fed982b4a3
update add plus edit cats
2001-07-18 23:51:52 +00:00
Miles Lott
6145299773
Trim filespace value to allow for setting of '' and remove spaces from config default,
...
php3 array fix
2001-07-18 05:00:26 +00:00
Miles Lott
088010eee3
array format (php3) fixes
2001-07-18 04:43: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
a2cf079de6
Removed the "Allow anonymous access to this app" since its not being used and I hate answer emails and questions about it everyday :)
2001-07-13 07:12:46 +00:00
jengo
9b6cc18eb8
- Added banners
...
- Re-added the file I just deleted on mistake (currentusers.php)
- accesslog.php is no longer needed
2001-07-13 07:05:19 +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
cortesi
5a3e21ab8d
added/fixed few translations
2001-07-09 01:10:16 +00:00
Miles Lott
899d2a59e5
Sort of a rollback to make disabled apps appear again
2001-07-06 18:41:52 +00:00
itheart
54742769e9
submit and cancel button lang
2001-07-05 06:49:24 +00:00
itheart
1073ea3272
New admin languages.
2001-07-03 18:42:56 +00:00
jengo
c74b5f542f
No longer needed
2001-07-02 20:32:02 +00:00
jengo
8b9ff102bc
Moved to use the new limit_query() function
2001-07-02 19:49:50 +00:00
jengo
976308c56e
Moved to use the new limit_query() function
2001-07-02 19:26:30 +00:00
bettina
c3d72d5af5
cats function
2001-07-02 02:24:15 +00:00
cortesi
c577eb203b
added few translations
2001-07-01 22:49:33 +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
bettina
94592679c0
update showing number of items
2001-06-28 20:10:52 +00:00
Miles Lott
36d7c85ca5
Fix incorrect template if no groups
2001-06-28 09:01:12 +00:00
Miles Lott
5675d3ea35
Cleanup logic and display
2001-06-28 03:50:48 +00:00
Miles Lott
9c24ee424c
Now using the already available information in the phpgw_info array,
...
with nextmatchs support
2001-06-28 03:37:13 +00:00
Miles Lott
d4694ac015
Add VERY EXPERIMENTAL selection of contacts class for accounts, requires a
...
table mod which is in the works.
2001-06-27 00:03:00 +00:00
Miles Lott
958d379435
Fix display of 'showing...'
2001-06-26 03:24:48 +00:00
Miles Lott
a03e958e25
Add phrases for config template
2001-06-25 22:43:59 +00:00
Miles Lott
1372b56eaf
Add missing </a>
2001-06-24 22:50:28 +00:00
bettina
afb1499f6a
fixed row_empty
2001-06-24 03:31:54 +00:00
Miles Lott
69a3c36c70
Disable checkboxes since they will not work for our scheme of checking data
...
prior to deleting/setting values; add unset if value='' for select
2001-06-23 06:33:03 +00:00
Miles Lott
f7f08956a2
Change from checkboxes to select so we get a null back from the form
2001-06-23 06:15:37 +00:00
skeeter
c635b8226a
Small enhancements to cache.
2001-06-22 01:22:22 +00:00
Miles Lott
45e2e970d8
Fix config check for checkboxes
2001-06-21 21:05:03 +00:00
zone
7da0e5efb8
Fix add_def_pref hook (for new accounts only, the others are still broken)
2001-06-21 05:49:58 +00:00
bettina
adeba0e1eb
global cats are showed now for all admins
2001-06-19 05:03:58 +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
6396f3f8e6
increment version to match api
2001-06-17 16:57:32 +00:00
Miles Lott
8c3ebca621
Change spaces to tab
2001-06-16 16:59:25 +00:00
cortesi
6367421949
added some translations and fixed some others
2001-06-15 23:18:53 +00:00
Miles Lott
354c91ff90
Pass appname back to submit, so that non-api configs will commit correctly
2001-06-13 15:44:24 +00:00
Miles Lott
51dbe51788
Add Japanese help from itheart
2001-06-13 07:53:26 +00:00
bettina
9814ac31b1
update langs
2001-06-13 01:56:20 +00:00
bettina
68e50e79e1
update langs
2001-06-12 22:54:56 +00:00
Miles Lott
c07df36673
Add site config link
2001-06-12 17:24:25 +00:00
Miles Lott
e3c2d12172
Allow apps to use a hook config for using special code in config.php,
...
preferences will be doing this
2001-06-12 17:17:23 +00:00
bettina
4b818b39a3
update langs
2001-06-12 15:45:13 +00:00
bettina
ae5ac23faf
update langs
2001-06-12 03:09:22 +00:00
bettina
2e254ae715
update langs
2001-06-12 03:00:11 +00:00
skeeter
69d6ba0a2d
Added a PHP Info page back into the admin section.
2001-06-12 01:03:06 +00:00
jengo
36777f79cf
Fixed nextmatchs links not working
2001-06-11 15:01:08 +00:00
bettina
35d53f6631
update langs
2001-06-11 04:21:03 +00:00
bettina
aca95352d9
update langs
2001-06-11 00:48:12 +00:00
bettina
68f73e1ac3
update langs
2001-06-10 21:01:49 +00:00
Miles Lott
e336978a22
Now using template within each app called config.tpl
2001-06-10 12:53:24 +00:00
Miles Lott
88511127dd
Change to use config.inc.php in app/inc dir
2001-06-10 11:30:43 +00:00
bettina
d1ed14ae63
update langs
2001-06-10 04:53:48 +00:00
skeeter
8b27063017
Now in line with new hook naming convention.
2001-06-08 03:25:28 +00:00
Miles Lott
548b5ba431
Change phpgwapi app enable to 3, set navbar to ignore 2 & 3, add notifywindow app
...
with enable of 2, adjust admin tools to ignore enable of 3, not 2
2001-06-07 11:28:31 +00:00
bettina
ba8845dd72
moved langs to the apps files
2001-06-07 04:46:24 +00:00
jengo
ab63987864
Changed to new hook filename style
2001-06-07 02:40:35 +00:00
jengo
a4a728f0fa
Changed to filter apps with status of 2
2001-06-07 02:28:55 +00:00
jengo
950eb824d2
Changed around hooks code, its now cleaner and requires you to specify the location, the hook file names have also changed, the old format was redundent
2001-06-07 01:46:12 +00:00
Miles Lott
2aab6d95b1
Add lang files, split from main lang files
2001-06-04 16:29:13 +00:00
jengo
b96e0d7a80
Filtered applications with status of 2
2001-06-03 21:22:10 +00:00
Miles Lott
6bb6470ec8
Add enable flag
2001-06-03 20:56:46 +00:00
skeeter
ebae457a26
Fix for bug #429394 - trailing spaces in application (name,title)
2001-06-03 12:59:09 +00:00
Miles Lott
76693ae37b
Possible admin tool to use current setup config.inc.php files
2001-06-01 01:57:51 +00:00
Miles Lott
9b43ab3ba7
Fix version number to match api, so current setup still works
2001-05-31 22:07:18 +00:00
jengo
2ebeebfcb3
Added anchors to allow developer to link directly to there section
2001-05-31 19:10:13 +00:00
seek3r
4b1390eb0f
had to make several changes and cleanups for php3 compatibility
2001-05-31 10:11:18 +00:00
seek3r
1def56a2c4
updating for the new dev versioning
2001-05-30 17:48:20 +00:00
Miles Lott
7827d25bfe
Updates to some tables_current and setup_inc files
2001-05-29 14:13:03 +00:00
skeeter
775e90b953
This is a better design for admin/preference hooks. Can now be globally modified from each of the appropriate index files.
2001-05-24 01:13:09 +00:00
Miles Lott
72718cccba
remove unneeded file
2001-05-19 23:59:15 +00:00
Miles Lott
575642501d
This app has no tables
2001-05-19 23:58:48 +00:00
Miles Lott
446273796b
Final change here
2001-05-19 23:50:31 +00:00
skeeter
8570d4b2af
Another attempt at trying to fix the problem with editing accounts (bugs reported on SF).
2001-05-19 19:32:05 +00:00
jengo
ac60631f8b
Fixed expiring accounts field not showing up
2001-05-19 19:27:24 +00:00
seek3r
85a3b35de4
I have decided that setup.inc.php will contain all the details about the app, which setup will need to know. I am removing all other existing files that served the same purpose. I may switch to setup.xml at some point... but not yet
2001-05-19 06:09:07 +00:00
Miles Lott
a329e2e319
Add empty test array and version
2001-05-18 16:28:50 +00:00
skeeter
460681253d
Fixes for bug #424449
2001-05-18 03:27:28 +00:00
jengo
ec58a63c0f
Removed title on top
2001-05-16 20:46:50 +00:00
Miles Lott
d7042decb9
set noheader also if form action is cancelled
2001-05-16 13:34:13 +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
bettina
bb1634be16
formatting
2001-05-14 20:04:36 +00:00
skeeter
7185c8fdb1
More controlled manual app. Controller can be more easily modified bya single source.
2001-05-14 00:18:12 +00:00
bettina
05fdd1a21f
update categories
2001-05-11 21:26:40 +00:00
bettina
a972fad6ea
update categories
2001-05-11 20:52:12 +00:00
bettina
da44fa8c19
update categories
2001-05-11 20:43:51 +00:00
Miles Lott
60069e2751
Minor formatting
2001-05-11 18:40:13 +00:00
Miles Lott
97aa6fa6bc
Now using PHPGW_APP_TPL
2001-05-11 15:37:13 +00:00
Miles Lott
b0b26bc450
now using PHPGW_APP_TPL
2001-05-11 13:54:01 +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
eda522570e
using APP_TPL constant
2001-05-11 13:08:06 +00:00
Miles Lott
11e6899fb6
Formatting and template setting adjustments
2001-05-11 13:07:04 +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
skeeter
c8c121154f
New New manual - multi-language capabilities.
2001-05-11 03:49:17 +00:00
skeeter
34a91dbb46
New New manual - multi-language capabilities.
2001-05-11 02:34:43 +00:00
skeeter
fd49dee821
No longer needed
2001-05-11 02:28:41 +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
90bbd79e22
Switched over to using template blocks
2001-05-10 12:16:52 +00:00
jengo
41ddfebfea
Converted of to use template blocks
2001-05-10 12:16:31 +00:00
Miles Lott
b77db18323
Formatting
2001-05-10 11:36:19 +00:00
Miles Lott
d3b1b37058
minor html mods
2001-05-10 11:34:47 +00:00
Miles Lott
d6b286ea0c
Removing unneeded templates
2001-05-10 11:34:02 +00:00
Miles Lott
f4980ba34e
Formatting
2001-05-10 11:21:06 +00:00
Miles Lott
8060a2efee
change create to use account_XXX, made newgroup use newer create
2001-05-10 09:34:47 +00:00
skeeter
9fa092328a
Final manual layout
2001-05-10 03:16:39 +00:00
skeeter
18bf9da775
Fixed the problem where calendar items were not being deleted. Tracked it down to a ->db overwrite problem where todo was using ->db and the deleteaccount.php page was using the same.
2001-05-09 03:05:22 +00:00
skeeter
be32e184c4
Mesed up on the navbar icon
2001-05-08 23:59:48 +00:00
skeeter
43949f2fa9
New manual system
2001-05-08 23:51:02 +00:00
el_latino
1dfd51d325
XML setup file required by the new setup app (setup2 by now)
2001-05-08 23:36:37 +00:00
skeeter
6793fc6013
Fix for SF Bug #417440
2001-05-08 21:05:56 +00:00
skeeter
76a9cfebe4
small fixes for consistency.
2001-05-08 17:25:13 +00:00
Miles Lott
58d77b3ddf
Change treemenu to an array
2001-05-08 10:34:12 +00:00
skeeter
5af7116030
New manual layouts
2001-05-06 16:37:40 +00:00
jengo
6f9a837e70
Added in expiring accounts field
2001-05-06 11:20:02 +00:00
bettina
8dd7dad2ed
added function to check the valid main cat
2001-04-29 00:51:53 +00:00
bettina
08145fcd38
added level_value to categories_preferences
2001-04-28 00:03:18 +00:00
bettina
7144eef917
update sort categories
2001-04-27 16:06:17 +00:00
count
ccb4342e88
SQL + SSL Certificate authentication for Apache + mod_ssl
...
provides fallback for auth_sql authentication and expects certificate
chain verification by mod_ssl. See http://www.modssl.org/docs/2.8/ssl_howto.html#ToC6
2001-04-25 22:01:52 +00:00
Miles Lott
2747b3681d
Add change two calls to lang
2001-04-22 20:04:31 +00:00
skeeter
92a18a3a12
Fix for bug #417334
2001-04-22 14:06:19 +00:00
bettina
6cd1089ca6
update cats
2001-04-21 23:18:35 +00:00
Miles Lott
a754d88715
fixes bug 417473
2001-04-21 12:11:22 +00:00
Miles Lott
00c86d1ccc
Use lang
2001-04-18 22:34:36 +00:00
skeeter
ea0b53e22d
fix for call to alternate_color, improper use of reference passing
2001-04-18 16:52:56 +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
Miles Lott
1e0f13e0e8
Let admin handle enabled but hidden apps also
2001-04-15 22:35:44 +00:00
Miles Lott
2ef69a2a53
If action is empty, place an into the td
2001-04-13 22:45:57 +00:00
Miles Lott
a82d21a78a
Add the most important setup_info
2001-04-12 21:06:57 +00:00
bettina
38263532ea
update phrase
2001-04-09 23:20:09 +00:00
bettina
01be8c3c6f
added possibility to delete also all subcats if deleting the maincat
2001-04-09 14:45:27 +00:00
Miles Lott
f3990b9988
Remove '=' causing final app to be displayed twice
2001-04-08 20:06:16 +00:00
Miles Lott
3e8736041a
This works with the accounts_wip files to enable a config for ldap groups context
2001-04-07 16:33:43 +00:00
jengo
4721a92a48
Fixed account last login information not being displayed. I think this was submitted on SF, but I can't find the ticket to close it out.
2001-04-07 12:08:39 +00:00
Miles Lott
abe6bfb5d7
Moved save_rep for account down so we catch acl updates for ldap
2001-04-07 01:50:27 +00:00
Miles Lott
96e882ca11
Converted to use accounts class - please verify
2001-04-06 20:54:47 +00:00
q-bert
08a4cac127
show_sort_order did not have path.
2001-04-06 16:55:34 +00:00
q-bert
099cc39bdd
show_sort_order did not have the path.
2001-04-06 16:55:03 +00:00
jengo
252db73b8c
Added a quick hack to allow users to change there passwords
2001-04-02 22:18:13 +00:00
Miles Lott
72fc7843e8
Fix each error
2001-04-02 20:24:01 +00:00
Miles Lott
494cd73b12
Disable group as member of group for now
2001-04-02 20:22:26 +00:00
Miles Lott
266d3062fe
Add missing template
2001-04-02 20:17:36 +00:00
Miles Lott
34a0553649
Make 'some' value be inserted into account_pwd field.
2001-04-02 15:09:13 +00:00
Miles Lott
6c5d4a632a
Alter language of homedir/shell question
2001-03-31 12:10:07 +00:00
Miles Lott
49a0d8db8a
Add missing ';' and alter version checking in hook_admin_deleteaccount
2001-03-31 12:03:38 +00:00
Miles Lott
50f0184e76
Add ldap account form
2001-03-31 05:01:39 +00:00
jengo
b175c8f2ac
Fixed call to lang()
2001-03-31 04:52:02 +00:00
jengo
03a9532767
Added new template
2001-03-30 22:20:38 +00:00
skeeter
c36f4d201f
Changed to the global constant SEP.
2001-03-30 11:44:33 +00:00
Miles Lott
1ed724a1b2
Missing ]
2001-03-30 11:11:49 +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
skeeter
38dead09f4
New hook for deleting user account.
2001-03-30 03:55:25 +00:00
Miles Lott
966cc127e0
Found another problem on the same line
2001-03-29 12:24:03 +00:00
Miles Lott
01cd30a78f
Fix bad call to old function exists(), now using accounts class
2001-03-29 12:18:43 +00:00
Miles Lott
fef9d740a9
Add min/max account_id to admin config.inc.php, and ldap accounts is using it
2001-03-29 07:26:28 +00:00