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
Miles Lott
cd3c45db5f
Change lang for login shell
2001-03-29 06:23:06 +00:00
Miles Lott
cc1e174762
Add empty account_id to create() call
2001-03-29 04:21:27 +00:00
Miles Lott
3690501ca1
Add new setup configs for ldap homedir and shell
2001-03-29 03:39:40 +00:00
Miles Lott
3ae25525a8
Two new forms for ldap accounts
2001-03-29 03:09:30 +00:00
bettina
88e2bbd08d
added cat_access
2001-03-27 06:32:13 +00:00
Miles Lott
4138b055eb
Remove extra call to accounts->get_list()
2001-03-27 03:04:36 +00:00
Miles Lott
cb0edadf20
Fix $variable containing group_id
2001-03-27 02:25:50 +00:00
skeeter
6432271e6c
Can now remove all occurences of the admin/inc/accounts_*.inc.php files.
2001-03-27 02:20:07 +00:00
Miles Lott
5f06d2940e
Fix to limit count based on u/g, also use class to get_list()
2001-03-26 21:12:56 +00:00
Miles Lott
e0d2f43d0a
Formatting changes
2001-03-26 14:16:16 +00:00
Miles Lott
8f06203fe7
Allow setting of group or apps, do not require both
2001-03-26 11:51:32 +00:00
skeeter
2eb29115b1
I'm the biggest idiot in the world...
2001-03-25 20:15:09 +00:00
skeeter
e78968a9d5
Final fix! Added '/' in front of admin on link().
2001-03-25 20:13:51 +00:00
skeeter
53f0e72fe7
Fix for bug #411158 - Improper link() calls - clears up missing account_total(). Also removes admin/inc/account_* calls from this file.
2001-03-25 18:10:30 +00:00
skeeter
7b81319a3c
Fix for bug #411158 - Improper link() calls
2001-03-25 13:50:40 +00:00
bettina
b464dd7249
added global cats
2001-03-25 06:22:25 +00:00
bettina
5c4dbe12cc
added global cats
2001-03-25 05:58:28 +00:00
bettina
ba4a726d8b
added global cats
2001-03-25 03:24:28 +00:00
Miles Lott
a353ff71d8
Remove 'coming soon'
2001-03-25 02:55:25 +00:00
bettina
9afde0a674
added global cats
2001-03-25 02:35:39 +00:00
Miles Lott
8bfb749434
Add hook to pending categories.php for global category management
2001-03-25 01:07:28 +00:00
skeeter
7cb11253d5
deleteaccount.php now independent of the admin/inc/accounts_* files.
2001-03-23 03:14:09 +00:00
skeeter
b1bc8381e1
fixes for the deleteaccount.php page
2001-03-23 03:09:14 +00:00
skeeter
7059637ad3
Fix to change password
2001-03-22 01:17:34 +00:00
themaniac
b6812c3df5
fix spelling mistake on template variable
2001-03-21 23:33:36 +00:00
skeeter
78c32a5d6a
removed type casting as get_account_id() now handles that
2001-03-20 04:47:50 +00:00
Miles Lott
e8c916b450
Add default firstname and lastname for groups
2001-03-14 20:12:28 +00:00
Miles Lott
e2f8d96a81
Allow group or account permissions, do not require both
2001-03-14 20:09:13 +00:00
Miles Lott
a9fe0f0b0d
Still odd, but will delete the members and then the group if approved to do so
2001-03-14 19:53:06 +00:00
Miles Lott
0d7d57474f
Add read_installed_apps()
2001-03-14 19:43:07 +00:00
Miles Lott
774857aad3
Move creation of apps object up above app display vars
2001-03-14 18:51:47 +00:00
jengo
25fe742367
Cleaned up all of the link calls in the admin section
2001-03-08 23:32:22 +00:00
Miles Lott
1dba072d6c
Remove 'u' account_type from acl->add_repository call
2001-03-01 15:47:02 +00:00
Miles Lott
8e067cc046
Remove trailing ' on line 17
2001-03-01 03:15:51 +00:00
jengo
e959832db1
Added session_flags column to phpgw_sessions
2001-02-28 15:58:26 +00:00
jengo
7b2c9feae0
Cleaned up some formating
2001-02-26 16:00:24 +00:00
jengo
269d28222a
Account -> view is working again. I made it use the same template as new/edit account.
2001-02-26 15:50:51 +00:00
jengo
df34d8c2ba
Edit and new account appears to be working correctly now
2001-02-22 05:52:21 +00:00
jengo
f428321207
Forgot to change new_permissions to account_permissions
2001-02-22 02:44:50 +00:00
jengo
58dbd838ad
Cleaned up the variable names in new account
2001-02-22 02:42:34 +00:00
skeeter
110c99ede0
fixes for add_repository()
2001-02-21 03:49:27 +00:00
jengo
d26840b61f
Added a temp fix for edit and add accounts, I am now going to go through it and clean up the variable names to make them more standard and understandable
2001-02-21 03:03:16 +00:00
jengo
05d6bdbf64
Cleaned up much of the admin section, new account is now working and fixed a few problems with edit account. delete account still doesn't work
2001-02-20 14:12:06 +00:00
jengo
49a40dfe81
Fixed account status not updating
2001-02-17 09:40:07 +00:00
jengo
3eeaddba81
Fixed edit accounts, it now seems to be working
2001-02-17 09:31:54 +00:00
Lars Kneschke
2222b135ef
more exetensions to my graphics class
2001-02-14 20:55:10 +00:00
Lars Kneschke
758dbaeaa6
make usermanager pages work
2001-02-14 19:20:22 +00:00
skeeter
41e4218f0f
reflects table name changes for preferences
2001-02-14 04:35:30 +00:00
Miles Lott
21670c3780
Moved option closing tag
2001-02-13 23:15:20 +00:00
jengo
e1db069131
Fixed parse error
2001-02-13 19:40:37 +00:00
Miles Lott
08f8976bfe
More fixes, relies on class change - this could change also
2001-02-13 15:58:14 +00:00
Miles Lott
83ba768cb6
More changes to effect groups list
2001-02-13 15:48:50 +00:00
Miles Lott
3e329cb3c5
Add in group list code - in progress, inactive
2001-02-13 15:27:44 +00:00
seek3r
d80f6a4e79
working toward app install/upgrdae within setup prog
2001-02-13 10:53:18 +00:00
skeeter
c58afa9745
changed to call id2name()
2001-02-13 00:23:00 +00:00
skeeter
d9558f0417
fix for deleteaccount
2001-02-13 00:18:41 +00:00
Lars Kneschke
b1aa198c23
forgot to restore the input fields in error case
2001-02-13 00:16:35 +00:00
Lars Kneschke
b9271d2b7c
error checking enabled again
2001-02-13 00:03:48 +00:00
Lars Kneschke
9ebb3bfaae
make password changing working from user admin pages
2001-02-12 21:13:09 +00:00
jengo
4602e18fe1
Cleaned up the templates
2001-02-12 18:16:09 +00:00
Lars Kneschke
71e21b9377
created a test page for automaitc button creation and a class
2001-02-12 14:27:50 +00:00
Lars Kneschke
a039c0116c
we can enable apps for users now again
2001-02-11 21:59:48 +00:00
Lars Kneschke
d5aa7d2fe1
making user admin pages working
2001-02-11 19:08:32 +00:00
Lars Kneschke
6b787678ea
useradmin pages rewrite started
2001-02-11 03:07:43 +00:00
skeeter
49d927b96a
takes into account having 0 apps enabled for the group
2001-02-10 19:54:32 +00:00
jengo
cf3564035a
Setup will now read the directorys and figure out which applications are present, then it will insert into the phpgw_applications table depending on what was found
2001-02-10 19:47:39 +00:00
jengo
d5e4f4b587
Added the session_action field, so admin can watch what users are working on. Just your basic big brother stuff ...
2001-02-10 15:14:14 +00:00
Miles Lott
2aa69ef32a
Fix broken footer call
2001-02-10 14:07:14 +00:00
skeeter
0a1494dde1
All group activities are working
2001-02-09 17:57:43 +00:00
Miles Lott
45522f2a0f
Set to use template as an object
2001-02-09 05:04:21 +00:00
skeeter
4b53a832ad
milosch says no users selected
2001-02-09 04:55:04 +00:00
skeeter
31f5e1a3f9
group admin except delete works
2001-02-09 04:36:16 +00:00
skeeter
5c9323a2c4
fixes for new api layout
2001-02-09 02:45:06 +00:00
jengo
dbd48f7e6f
Renamed the applications table to phpgw_applications
2001-02-08 20:11:13 +00:00
skeeter
ac1eac623f
can now edit group info
2001-02-08 06:05:39 +00:00
skeeter
5b6ff99f40
start of getting groups maintenance to work
2001-02-08 04:07:33 +00:00
jengo
e4955703cf
*** empty log message ***
2001-02-06 17:13:48 +00:00
jengo
ac60c67a5b
Added a temp partial fix for accounts to the new phpgw_account tables
2001-02-06 08:54:19 +00:00
Miles Lott
a0579b8864
Make ldap passwd a password field
2001-02-04 12:41:15 +00:00
skeeter
17ede17844
possible fix
2001-02-03 03:34:05 +00:00
skeeter
b38b7d975e
minor changes
2001-02-03 03:31:00 +00:00
skeeter
51e1848dca
was missing a big chunk of code
2001-02-03 02:45:59 +00:00
skeeter
1717428989
fix for edit_account()
2001-02-03 01:46:58 +00:00
skeeter
2bd2c994b7
edit/new accounts works with new acl/applications and w/o warnings
2001-02-02 12:28:39 +00:00
skeeter
ea0ebf51ce
editaccount now works with acl class
2001-02-02 03:11:57 +00:00
skeeter
e77271dde8
now completely acl based
2001-02-01 04:02:01 +00:00
seek3r
7c785a6a33
fixed settings for fresh installs
2001-01-31 19:46:08 +00:00
skeeter
ff62eb583c
still missing the adding of the user/group association into the acl table
2001-01-31 05:55:38 +00:00
skeeter
0267cb49d6
works with the array as args to the constructor
2001-01-30 04:57:55 +00:00
skeeter
7fd1a44b8f
now works under new applications/acl class
2001-01-30 02:17:48 +00:00
jengo
0341383c39
Moved it over to use db->limit() instead of nextmatchs->sql_limit()
2001-01-30 00:17:15 +00:00
jengo
813d2e72ed
Removed the use of nextmatchs->sql_limit() and replace it with db->limit()
2001-01-30 00:13:25 +00:00
Miles Lott
5746fb0eef
Fix limit call to db->limit
2001-01-28 13:43:22 +00:00
skeeter
877985274a
allows setting app for anonymous access
2001-01-21 23:18:05 +00:00
skeeter
d364cb446a
added is_odd()
2001-01-21 12:59:41 +00:00
jengo
b4996f1819
Converted over to templates
2001-01-21 02:05:45 +00:00
skeeter
abf8c3bcd9
implementation of applications class
2001-01-21 01:26:23 +00:00
skeeter
010a789b9b
changes for locking while reading/saving preferences
2001-01-18 05:14:59 +00:00
skeeter
8c49050e33
possible fix for warnings for preferences
2001-01-18 04:55:34 +00:00
skeeter
71a0a698c9
changed initializing preferences to CreateObject()
2001-01-18 03:50:48 +00:00
Lars Kneschke
21a878f06b
added missing
...
include($phpgw_info["server"]["server_root"]."/calendar/inc/functions.inc.php");
2001-01-11 21:09:25 +00:00
Lars Kneschke
be3d70940f
phpinfo was broken.
2001-01-11 00:48:08 +00:00
seek3r
c8cc472302
moved cookies to preferences section of setup/config and also added some details about a fix needed in some environrments
2001-01-10 18:24:31 +00:00
skeeter
124c09cf2d
fix for preferences
2001-01-10 05:01:56 +00:00
jengo
17c31cbcc4
Fixed undefined read_preferences()
2001-01-10 04:26:06 +00:00
skeeter
577e22fa72
changed reads for preferences to read intval() of user
2001-01-08 06:55:27 +00:00
Lars Kneschke
0e36c3a43c
added missing )
2001-01-07 20:38:59 +00:00
skeeter
504c71d323
corrected footer call
2001-01-07 17:25:25 +00:00
skeeter
7a907ae0d6
corrected footer call
2001-01-07 17:14:36 +00:00
seek3r
07e48031cb
moved config to use new design
2001-01-07 10:43:48 +00:00
jengo
24945c4b3b
text version of navbar is working again
2001-01-07 09:34:45 +00:00
skeeter
fbf40f18ab
fix for changing passwords
2001-01-07 03:40:38 +00:00
Lars Kneschke
dd5d66f8bf
added missing templatets
...
just copied the ones from ../default
2001-01-06 23:35:26 +00:00
skeeter
10960c40a5
new template
2001-01-06 18:18:54 +00:00
skeeter
988bc0bb88
rename ->common->navbar() to parse_navbar
2001-01-06 04:11:13 +00:00
skeeter
9b7dfe7315
should allow changing of account prefs using ldap or sql
2001-01-04 20:06:38 +00:00
Lars Kneschke
0d342d2916
call a different hooks for "new user" and "modify user"
2001-01-01 12:02:53 +00:00
Lars Kneschke
f4a7860474
now you can add your own plugins to the usermanager
...
i have user hook's for this
hook 1:
show_user_data
creates html code which gets added to the editaccount.php pages
hook2:
show_newuser_data
creates html code which gets added to the newaccount.php pages
hook3:
update_user_data
get's called after we have put the new userdata in the database
Enjoy
2000-12-31 16:20:49 +00:00
skeeter
fe8d288061
now php3 compatible
2000-12-31 02:19:56 +00:00
skeeter
6e715790bd
stops killing common preferences
2000-12-30 17:43:17 +00:00
skeeter
b693138a0b
sessions should work correctly/restructure of code
2000-12-30 17:10:20 +00:00
skeeter
a5e5dfb7f3
missed a ;
2000-12-30 02:08:04 +00:00
seek3r
f504d8f6a7
adding in some of the special setup files and dirs
2000-12-29 22:10:24 +00:00
skeeter
4985bb1605
small fixes for editting accounts
2000-12-29 04:33:29 +00:00
skeeter
b068905f32
now saves apps again assoc to the group
2000-12-29 03:59:04 +00:00
skeeter
ba16563d01
now saves apps again assoc to the group
2000-12-29 03:57:53 +00:00
skeeter
1e4f1ecc8b
small fixes for new users and group edits
2000-12-29 03:05:30 +00:00
skeeter
329e8b3f00
calendar removed from api
2000-12-27 15:20:15 +00:00
skeeter
f3abbd9ae4
fixes for new preferences class
2000-12-27 15:07:14 +00:00
jengo
20c3f60c29
create header is now using templates
2000-12-27 09:30:43 +00:00
jengo
fa169cd79f
Added sorting back in and fixed rows being displayed oddly when there is an odd number of permissions
2000-12-27 02:10:21 +00:00
jengo
d30890881a
Started fixing edit account
2000-12-26 06:30:51 +00:00
jengo
7cea5beeb0
Added in a table header (th_bg)
2000-12-26 05:39:19 +00:00
jengo
cfd22bdb30
Updated edit applications to the new layout (with the app order field) and changed new application have the default highest number in the app_order field
2000-12-26 05:30:40 +00:00
jengo
b30d142352
Changed template back to the way it should be ....
2000-12-26 05:15:20 +00:00
Lars Kneschke
7d494dda53
user deleting and adding didn't work
2000-12-26 01:35:37 +00:00
Lars Kneschke
0b95e839d7
modified the look of the admin pages
2000-12-26 00:52:38 +00:00
Lars Kneschke
d21dc1ddab
removed debug output
2000-12-25 23:46:49 +00:00
skeeter
a7a8c5bebf
smarter about previous settings
2000-12-25 01:12:12 +00:00
skeeter
c2723a0234
cosmetic code changes
2000-12-25 00:48:23 +00:00
jengo
5ef7bdf190
Working on possiable fix for LDAP apps problems
2000-12-24 09:52:27 +00:00
jengo
947a4f5067
Changed all exit; calls to use the new common->phpgw_exit()
2000-12-23 22:50:32 +00:00
Lars Kneschke
bdd8b39637
application_form.tpl was broken, used a templeate file from a backup
2000-12-23 15:39:03 +00:00
jengo
046b1f0631
PHP 4.0.0 was spitting out warnings, so I supressed them
2000-12-23 06:36:30 +00:00
jengo
9ba288fab7
Removed commented out code that was no longer needed
2000-12-23 06:29:18 +00:00
jengo
75a45c9405
Fixed illegal index type errors, fixed permission sorting, fixed account active not showing up
2000-12-23 06:28:34 +00:00
bettina
188f7e09c8
included missing ) plus ;
2000-12-23 05:16:32 +00:00
bettina
b0ae3e54f7
included missing ) plus ;
2000-12-23 04:45:39 +00:00
skeeter
ea66a64a46
new hook file for preferences
2000-12-22 21:18:35 +00:00
seek3r
f795023f8f
hopefully settled the directory structure once and for all
2000-12-21 09:16:30 +00:00
skeeter
cce88109f4
fix for changing of users password and setting in phpgw_sessions
2000-12-21 01:08:10 +00:00
jengo
1083112979
Added in new template
2000-12-20 10:10:22 +00:00
jengo
38503e90f1
Change new appliction to support app order
2000-12-20 10:09:33 +00:00
seek3r
e045c4236e
added functions needed to detect template and image dirs
2000-12-19 18:14:22 +00:00
seek3r
d3c59526f0
moved all the images into the templates dir so that they can be changed as well
2000-12-19 15:33:48 +00:00
jengo
b24264a48b
its working again
2000-12-18 21:46:41 +00:00
jengo
3a1c8acfbb
Fixed navbar showing up twice when using frames and calling phpgw_header() manually
2000-12-18 21:33:02 +00:00
jengo
2058628f02
Merged in patch for calendar
2000-12-18 16:36:43 +00:00
seek3r
7ecbb0810e
running thru all the applications and am making sure their making proper use of the path variables
2000-12-18 10:09:34 +00:00
jengo
704dd11c9c
Merging in change for hooks code, and converted editaccount to templates
2000-12-18 01:28:30 +00:00
skeeter
ea3bd773b7
deleted call to preference_delete()
2000-12-16 16:51:03 +00:00
seek3r
22590c65a3
converting to the new hooks system
2000-12-15 22:09:13 +00:00
seek3r
c115717da0
converting to the new hooks system
2000-12-15 21:56:09 +00:00
jengo
5394d8212d
Downgrade the config table back to the old format. We are going to use a different approch on it.
2000-12-14 06:38:47 +00:00
Lars Kneschke
8b5b4cb849
read_accounts was making a loop to much, so we had always a empty line in
...
accounts.php
2000-12-10 10:46:42 +00:00
jengo
447abe485b
alternate_row_color() doesn't require you to pass it a value, you can call it without a value and it will return the new color
2000-12-08 14:58:02 +00:00
jengo
e09c174427
Merged in patch for UW-mailfolder and added a config option for 8 charater limit on loginids for LDAP
2000-12-06 11:19:59 +00:00
skeeter
d004d226fa
firstname and lastname was swapped
2000-12-03 12:45:40 +00:00
jengo
f946d84475
Added in addslashes() and stripslashes()
2000-11-28 20:10:01 +00:00
jengo
9ab5005680
Added in optional login screen message that admins can set. Cleaned up mainscreen message and loginscreen message to allow support from differenet languagues
...
. Fixed login.php not using multilang support
2000-11-28 19:54:10 +00:00
jengo
ff82661542
Tables wheren't using phpgw_access_log
2000-11-27 20:36:03 +00:00
jengo
98b55b6cf9
Renamed table from sessions to phpgw_sessions
2000-11-26 09:34:39 +00:00
jengo
68c5285a8c
Fixed editaccount.php had the wrong table name
2000-11-26 09:32:34 +00:00
Lars Kneschke
329e49904b
fixed some sql and ldap errors
2000-11-25 22:55:15 +00:00
Lars Kneschke
8792d409b0
store only ldap data in the ldap server. phpgw data in the sql server
2000-11-25 22:34:15 +00:00
jengo
86faef7c63
Fixed parse error
2000-11-25 21:51:19 +00:00
jengo
e820615828
Added in _L() as a alias for lang()
2000-11-24 04:57:03 +00:00
jengo
a8700c4050
Added the legal notice/message for the mainscreen
2000-11-24 04:45:09 +00:00
jengo
3742880ff0
Updated the LDAP for the changes for directorys not move correctly when the loginid changes. This has not been tested yet.
2000-11-23 22:06:54 +00:00
jengo
9f88504c00
Fixed login id changes not being updated correctly
2000-11-23 22:00:11 +00:00
skeeter
50389bcca7
fix for adding new users
2000-11-23 03:26:45 +00:00
skeeter
ba00a39582
Fix for deletion of user accounts
2000-11-22 12:16:51 +00:00
jengo
7617c124f8
Fixed form wasn't using POST
2000-11-22 07:03:33 +00:00
jengo
61dff83652
Converted applications list over to templates
2000-11-22 06:58:08 +00:00
jengo
5bbc653dab
Fixed another variable named wrong
2000-11-22 06:28:49 +00:00
jengo
420c8e3668
$totalerrors was named wrong
2000-11-22 06:26:44 +00:00
jengo
c4fe1069d5
Converted groups list to templates
2000-11-22 06:22:00 +00:00
jengo
a7eb74b77d
Cleaning up templates
2000-11-22 05:50:42 +00:00
jengo
a01fbc39e2
Cleaning up the templates
2000-11-22 05:45:31 +00:00
jengo
1690434306
Cleainging up templates
2000-11-22 05:36:47 +00:00
jengo
29ca6287d1
Converted viewaccount over to templates
2000-11-22 05:31:20 +00:00
jengo
ecf581cc34
Fixed currentusers.php not showing the link properly and added code to split off the loginid and domain
2000-11-22 04:27:38 +00:00
jengo
1b9ff3d174
Fixed select box looking odd
2000-11-22 04:18:29 +00:00
skeeter
d6295ba513
delete no deletes accounts calendar events
2000-11-21 02:32:22 +00:00
jengo
ddbe64e26d
Added in a $phpgw_info = array() before header is called up. There is a possiablity of people passing a multidemension array through the URL to change the variables in phpgw_info array. Any questions, please ask me. (jengo)
2000-11-21 00:41:31 +00:00
seek3r
0583ccdcdb
split up the auth class. Added authentication based on email account
2000-11-19 08:28:29 +00:00
skeeter
c3be8f96c1
appname problem
2000-11-18 13:59:03 +00:00
jengo
f888b16943
Working on nextmatchs for LDAP
2000-11-18 01:18:31 +00:00
jengo
471f42b67a
Cleaning up LDAP support
2000-11-17 21:16:49 +00:00
jengo
3831d2e0d2
Fixed some error reporting
2000-11-17 16:19:37 +00:00
skeeter
7e1b914689
minor fix for phpgw->link()
2000-11-17 05:07:42 +00:00
pjw
46480718d0
added session support for folks without cookies.
2000-11-17 04:35:25 +00:00
skeeter
3ad039bb09
fix for deletion of accounts
2000-11-17 03:28:36 +00:00
pjw
4b848e45e8
Util for developers to make "selected" versions of their navbar icons.
2000-11-17 00:31:35 +00:00
jengo
165e15b76a
*** empty log message ***
2000-11-16 08:09:00 +00:00
jengo
07bf8a2a7c
Converted the flags to use the new style
2000-11-16 08:00:18 +00:00
seek3r
066cc921b3
new disable by default policy should help performance
2000-11-16 07:40:37 +00:00
jengo
88d7dc6ea3
Fixed the percent of users who didn't logout not showing up correctly
2000-11-15 09:34:57 +00:00
jengo
764ae33d93
Wasn't updated to the new templates
2000-11-15 08:19:25 +00:00
jengo
f514d209db
update the applcations section to handle apps that aren't display on the navbar
2000-11-13 12:00:47 +00:00
jengo
8e765f2af7
Changed the 8 charater limit on loginids to only affect LDAP users
2000-11-13 10:05:45 +00:00
Lars Kneschke
764a469406
a simple up button, and some german translations
2000-11-12 21:12:16 +00:00
jengo
28eeae8ad7
Just added a few notes
2000-11-12 10:43:57 +00:00
jengo
9e4f4343b1
Added the code to handle delete from tables based on the table lists in applications
2000-11-12 10:37:47 +00:00
Lars Kneschke
84a5c8773d
user admin page was broken for ldap
2000-11-12 09:26:54 +00:00
Lars Kneschke
7a855bfd7e
I hope i did not break too much. ldap-support should now be mostly
...
complette. Some things are still to do.
2000-11-11 15:30:37 +00:00
Lars Kneschke
0e967d2b64
removed bug
2000-11-11 12:04:44 +00:00
Lars Kneschke
8fd703f1eb
changes for better ldap support
2000-11-10 21:11:03 +00:00
Lars Kneschke
708456dd33
added a rawurlencode => ldap dn's can have white spaces and other non html
...
chars
2000-11-10 20:49:33 +00:00
jengo
3231a12e2a
I forgot to remove a $t = new Template() from before
2000-11-07 23:50:02 +00:00
jengo
148cad83fd
Moving around templates
2000-11-07 20:44:19 +00:00
jengo
1a1f774680
Started cleaning up the templates
2000-11-07 20:37:02 +00:00
jengo
eb5b0f9ff8
I added the code in phpgw.inc.php to check if there is a templates directory in the applications directory. It will then load up $phpgw->template. I did not commit the moved templates, becuase we need to figure out the name of the directory for them.
2000-11-07 17:31:12 +00:00
jengo
2912a3d68f
Fixed logout field not showing up properly
2000-11-06 11:38:22 +00:00
jengo
74e0869c8f
Merged in LDAP patch
2000-11-06 00:27:52 +00:00
jengo
9d323346b3
Merged in patch for vcard support
2000-11-03 20:07:57 +00:00
jengo
ae4eb2c239
Cleaned up a little code
2000-10-31 11:55:05 +00:00
jengo
9adf13dc8c
Edit LDAP users is now working properly
2000-10-31 11:50:35 +00:00
jengo
7fb5ee338e
Added better error checking to new/edit account and new/edit applications
2000-10-28 19:24:51 +00:00
pjw
4ebbb9871b
Fixed error on new user creation.
2000-10-26 23:17:06 +00:00
jengo
bbcc442177
Working on LDAP admin section
2000-10-26 01:16:10 +00:00
jengo
cb30556aaf
Update changepassword to work with LDAP
2000-10-25 22:09:41 +00:00
jengo
b33d3e05c4
Working on converting the account_lid owner fields to account_id
2000-10-25 21:09:00 +00:00
skeeter
f6109d9ed2
small logic problem
2000-10-24 02:35:36 +00:00
jengo
4076adf8b4
LDAP delete users is now working
2000-10-23 06:34:25 +00:00
jengo
2f3d14486b
more work on LDAP
2000-10-23 05:44:39 +00:00
jengo
3618a61f1c
More work on LDAP read accounts
2000-10-23 03:33:30 +00:00
jengo
9b9bad78f0
LDAP list users is now working
2000-10-23 02:48:34 +00:00
jengo
703b1c2553
Adding users to LDAP is now working
2000-10-23 01:14:21 +00:00
jengo
689f013abc
More work on creating the functions for the LDAP admin section
2000-10-20 05:59:25 +00:00
jengo
0295005a6e
More work on LDAP admin section
2000-10-20 05:51:27 +00:00
jengo
ac8d54a110
Fixed parse error and working on LDAP admin section
2000-10-20 05:43:27 +00:00
jengo
78e7194dc0
The SQL version of the admin section is fully working now
2000-10-20 05:14:53 +00:00
jengo
b592122f3c
More work on the SQL version of the admin section, editing accounts is now working
2000-10-20 04:43:13 +00:00
jengo
f9fe837aa5
More work on the SQL version of the admin section, add and delete account now works
2000-10-20 03:30:28 +00:00
jengo
e5f5796d49
Started adding the LDAP admin section functions
2000-10-20 02:45:54 +00:00
jengo
17eeb47d3c
Fixed new account form not return the user firstname or lastname on an error.
2000-10-18 20:21:52 +00:00
jengo
ef3a4a6e5c
Fixed access columns and groups columns not working correctly
2000-10-18 03:46:57 +00:00
skeeter
dce91446c9
Setting default preferences for new users
2000-10-13 12:21:04 +00:00
jengo
d9abb263a5
Updating more of the preferences
2000-10-12 18:18:03 +00:00
sjb4891
f4f9bfaba3
changed ereg in the code to remove groups from accounts to match what is
...
actually in the field.
2000-10-11 01:58:21 +00:00
skeeter
1369e38c4b
improper group info on new groups causing navbar problems
2000-10-11 00:57:09 +00:00
skeeter
fc91dfaf5b
improper group info on new groups causing navbar problems
2000-10-11 00:18:42 +00:00
skeeter
77768a90ef
improper group info on new groups causing navbar problems
2000-10-11 00:02:39 +00:00
skeeter
5001c5bdbd
improper group info on new groups causing navbar problems
2000-10-10 23:28:42 +00:00
jengo
b3f402db9f
Removed uneed files that where moved to the phpgwapps cvs tree
2000-10-03 10:44:26 +00:00
jengo
0b2c610755
Cleaned up a few forms
2000-10-03 09:14:08 +00:00
jengo
a490cdcf5c
Updated viewaccounts to new accounts table and fixed a few parse errors
2000-10-03 06:58:01 +00:00
jengo
5008306a5d
Converted new accounts to work off templates
2000-10-02 20:43:56 +00:00
jengo
3e3f04a137
Fixed a problem with the sorting in the current users section and cleaned up some of the error reporting
2000-10-02 10:48:03 +00:00
seek3r
95d93a753f
needed umask so that permissions would be accurate
2000-10-02 08:30:23 +00:00
seek3r
895c9ba0f3
fixed a few bugs, and added support for dirverify
2000-10-02 07:33:43 +00:00
sjb4891
263fdedd2a
Added $phpgw->common->phpgw_footer() function, and changed all
...
places that were including the footer.inc.php to use the function.
Re-arrange phpgw.inc.php to include optional classes after reading the DB config
misc bugfixes.
2000-09-29 05:24:18 +00:00
seek3r
583ebddb32
renamed header(0 to phpgw_header() to remedy function name conflicts
2000-09-28 15:01:11 +00:00
sjb4891
b781dd61f6
sessionid was used instead of session_id to kill session. From Chew.
2000-09-28 14:36:38 +00:00
jengo
ed3540db30
Cleaned up uneeded code and fixed a SQL error in the sessions table.
2000-09-28 11:48:58 +00:00
jengo
e094af286f
Wasn'r updated to the new sessions table
2000-09-28 05:06:27 +00:00
jengo
1cdd40e6b9
Fixed last account showing up twice
2000-09-28 04:57:32 +00:00
skeeter
6f98d63860
missing php closing tag ?>
2000-09-28 02:25:19 +00:00
skeeter
cfbf8db153
fixes for accounts
2000-09-27 23:50:11 +00:00
skeeter
4a93132396
fixes for accounts
2000-09-27 23:17:36 +00:00
skeeter
941f47ff4d
fixes for accounts
2000-09-27 22:44:20 +00:00
skeeter
e48168c5cd
fixes for accounts
2000-09-27 22:36:15 +00:00
jengo
51fcd9558a
Fixed a bug where users where able to delete there own account
2000-09-27 09:05:02 +00:00
jengo
341d218664
Fixed a sql error in preferences table
2000-09-27 08:18:40 +00:00
jengo
5f4b9d6a04
Merging in more changes to the admin section
2000-09-25 22:35:09 +00:00