Commit Graph

7429 Commits

Author SHA1 Message Date
bcc0730f43 Add configs for new password policies 2002-05-27 03:10:51 +00:00
75c9dc23f0 This should allow for another app to load its own contacts class as a replacement
for the api version.  If the app wants to include the api shared class, it should
do so manually.
2002-05-27 01:32:04 +00:00
fcde09f5ab Change user-agent to phpGroupWare 2002-05-27 00:52:00 +00:00
2b950e3583 Add encoding to output 2002-05-27 00:50:28 +00:00
d9ac13b22a Silence undefined variable error 2002-05-27 00:43:29 +00:00
5cf60ba4ee Add encoding to return value 2002-05-27 00:40:30 +00:00
cdc2926ff3 formatting 2002-05-26 21:16:25 +00:00
f8ee781c06 formatting 2002-05-26 20:32:54 +00:00
3861b64b16 formatting 2002-05-26 20:22:24 +00:00
2a6ff0ffd4 format, fix banner 2002-05-26 20:14:02 +00:00
bd6d7aac97 formatting 2002-05-26 20:09:01 +00:00
090f676483 remove stray whitespace, etc 2002-05-26 20:00:35 +00:00
96432a8a97 remove stray whitespace, add descr for sha password encrypt function 2002-05-26 19:57:35 +00:00
d2f00f43ce added password validation routines, as well as general improvements on sanitize function 2002-05-26 08:50:40 +00:00
2d37f41455 added password validation routines, as well as general improvements on sanitize function 2002-05-26 08:26:44 +00:00
80e3cdf02d added lang() call to the msgbox error text 2002-05-26 08:23:49 +00:00
6998f911ff updated so that the footer finally works properly 2002-05-26 07:05:36 +00:00
f54cf5cb0e updated idsociety so that the footer is always at the bottom of the page 2002-05-25 07:14:38 +00:00
633bcb36d2 updated idsociety so that the footer is always at the bottom of the page 2002-05-25 06:54:12 +00:00
3a76b0f6f0 subverted error_list() to use msgbox 2002-05-24 22:30:35 +00:00
d8e16f226c more improvements on the msgbox 2002-05-24 21:56:56 +00:00
c74e97e907 bug in phpgw_header wasnt calling the msgbox, and also seperate msgbox_row block for more control over good and bad rows 2002-05-24 20:47:28 +00:00
88f19d299d added msgbox and now have templates class auto add the navbar values 2002-05-24 19:15:24 +00:00
cf2a12ba1c made changes to the loading of the header, navbar, appheader, and footers 2002-05-24 10:38:03 +00:00
48bffd5e2a fixed dumb bug 2002-05-24 02:51:20 +00:00
97a47edc8f initial common template. I will be expanding on this soon 2002-05-23 21:29:52 +00:00
563107b8c8 added new css support, common/shared template file support, and printer templates support 2002-05-23 21:28:59 +00:00
66b702e1f7 add home app for loading all langs 2002-05-21 03:03:22 +00:00
5dc37bbc0d Fix the 'too early to get the userlang' problem 2002-05-20 01:11:27 +00:00
d85756a0e6 Now possible to select file-based lang() 2002-05-20 00:56:06 +00:00
e5289b5b03 fix last commit 2002-05-20 00:55:14 +00:00
c265e753f6 Add langs for new config item 2002-05-20 00:53:21 +00:00
01aff05336 Tweak to work more like the sql version (no more global lang var) 2002-05-20 00:45:52 +00:00
a0e48a1c56 oops, extra table... 2002-05-19 23:02:12 +00:00
852c11cec9 same as previous commit, but for the delete 2002-05-19 22:59:00 +00:00
dc9a06b7ce Update inserts to account for new field type of preference_owner 2002-05-19 22:57:41 +00:00
a2c0c0c09b WARNING - changes preference_owner field to integer (was varchar(20)); 2002-05-19 22:55:37 +00:00
1da1796bcb WARNING - changes preference_owner field to integer (was varchar(20)); also
found potential problem with 0.9.10 upgrade series re: db object usage
2002-05-19 22:52:34 +00:00
30d51e6bf3 fix banner 2002-05-19 19:08:51 +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
09d24127b0 Add more exclusions to applist 2002-05-14 13:43:34 +00:00
e1e147b1e3 small fix with default param of get_list
(nothing showed up in the hook_XYZ_view)
2002-05-14 13:19:53 +00:00
fc86e403b8 fix doubled description 2002-05-14 13:19:01 +00:00
6dd371ca18 adapted hook_home to new portalbox design 2002-05-14 12:04:15 +00:00
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
a057be8a98 GNU Patch #301. 2002-05-13 23:40:56 +00:00
8b5007c987 case-insensitive check for 1st char (some rdbms) 2002-05-13 23:39:30 +00:00
ad9134c5d9 fix stupid sql error 2002-05-13 23:27:40 +00:00
9e6f3ac7aa Added interface to extend eTemplates with new widgets.
The widget got automaticaly loaded from the app's inc dir (or etemplate's inc dir).
Two examples ilustrate how to use the interface:
 - date: class.date_widget.inc.php reads dates via sbox.getDate
 - datefield: class.datefield_widget.inc.php reads dates via 3 textfields
2002-05-13 21:42:55 +00:00