Commit graph

983 commits

Author SHA1 Message Date
philippe_mingo
55549af87f Sorry, last commit broke the code. I had to make a separate plugin function. 2002-01-31 17:13:51 +00:00
philippe_mingo
1945b54ead Added newmail dropdowns, and preparing for special folders only count mails. 2002-01-31 17:04:49 +00:00
philippe_mingo
37c3e89856 This commit adds the hability to add a special folder through the hook
'special_mailbox'. As an example I added the spam mailbox. Please,
someone with docs skills at this to the docs 8-)
2002-01-31 16:53:54 +00:00
philippe_mingo
2bbbf9fe65 Bugfix. It was logouting twice 2002-01-31 16:41:08 +00:00
graf25
3ef32673c0 Making log entries in the ChangeLog. 2002-01-31 16:07:30 +00:00
philippe_mingo
521a16ed40 Added default string values. 2002-01-31 14:14:03 +00:00
simond
389e53fa0c conf.pl and administration plugin can now edit the table name too 2002-01-31 11:43:08 +00:00
philippe_mingo
400eff344e Switch from Tarzan english to legible one 2002-01-31 11:20:09 +00:00
philippe_mingo
9d50ebd3d1 New stuff 2002-01-31 11:06:55 +00:00
philippe_mingo
a4a7165460 bugfix 2002-01-31 11:03:48 +00:00
philippe_mingo
1ca01f3a12 Added auth on file method 2002-01-31 10:52:52 +00:00
philippe_mingo
e0939e9286 Preparing administrator for alternate autentication methods. 2002-01-31 10:46:16 +00:00
philippe_mingo
ada98cf0e8 Plugins administration completed. 2002-01-31 10:15:55 +00:00
philippe_mingo
8122964de0 Group bugfix 2002-01-31 09:21:47 +00:00
philippe_mingo
496b499f79 Fixed last groups problem. 2002-01-31 08:54:10 +00:00
graf25
7a2a41dd73 bugfixes 2002-01-31 04:54:13 +00:00
graf25
e4a4289e77 Bugfixes 2002-01-31 04:01:45 +00:00
graf25
3421682bbc Some small bugfixes. Still testing. 2002-01-31 03:45:53 +00:00
thomppj
28630a9e4d Prettied up list commands plugin. Sorry, translators... 2002-01-31 03:13:37 +00:00
graf25
402516c530 Some changes. En-route. Most likely broken. ;) 2002-01-31 03:00:55 +00:00
simond
b9ab6b1869 Allow easy editing of address book DSN 2002-01-30 18:43:14 +00:00
philippe_mingo
6e758c0415 Added colapsable menus feature. 2002-01-30 14:12:13 +00:00
philippe_mingo
5089bc3cfb INBOX translated. 2002-01-30 11:35:08 +00:00
philippe_mingo
f4bdc43187 * Fixed intl. of addrbook_search_html.php
* Added administrator's strings .
* Translated administrator into spanish.
* Added ldap define to administrator.
2002-01-30 11:23:13 +00:00
philippe_mingo
bfe6f27d79 Added very basic plugins and themes edition 2002-01-29 20:13:37 +00:00
philippe_mingo
54b4d95bc5 Administrator Plugin
GLOBALS removed, final options defined.

Start of world-wide testing.
2002-01-29 18:33:57 +00:00
philippe_mingo
e7da1f1390 Added Default Javascript Adrressbook 2002-01-29 17:54:35 +00:00
philippe_mingo
0e8a1b40ae This fix makes the plugin backward compatible with conf.pl 2002-01-29 16:28:09 +00:00
teepe
5f486492a0 typo 2002-01-28 23:25:07 +00:00
philippe_mingo
f2576418e8 Added default language 2002-01-28 20:35:40 +00:00
philippe_mingo
4375ebfd6c Complete rewrite of the config file parser. Now it should detect
correctly strings that contains // /* # etc...
2002-01-28 20:17:46 +00:00
philippe_mingo
48cccb180c Bug localized.
The parser doesn't work well when // and # and /* */ are inside a string.
2002-01-28 16:55:36 +00:00
philippe_mingo
8495d369e4 Optionizer renamed 2002-01-28 16:45:52 +00:00
philippe_mingo
58d34fc3e3 Bugfixed joining lines with comments. 2002-01-28 14:38:01 +00:00
philippe_mingo
eff95a600c Some Administrator plugin instalation tips. 2002-01-28 14:27:36 +00:00
philippe_mingo
ad1010b7e4 This commit allows the administrator plugin to parse ldap information
(not yet to edit it).

Left to go:
* Themes Edit.
* LDAP Edit.
* Data to default (if empty strings or whatever).

Independent mode. For now it is only possible to enter this plugin if
config.php exists, chmod 660, owned by administrator and group = php user.

It should be interesting to hook at login and look for configuration. If
no configuration is found then switch to the plugin to create a deafult one
and start to input data.
2002-01-28 14:23:08 +00:00
philippe_mingo
8effd0c8c3 More defines 2002-01-27 18:29:20 +00:00
philippe_mingo
1b9ebe39bb Typo 2002-01-27 17:17:25 +00:00
philippe_mingo
38ae25567f defines.php now indicates the order for options display. Added a group
type in order to place options under different titles.

Not yet finished.
2002-01-27 16:55:18 +00:00
philippe_mingo
8eb1933f06 Administrator Plugin
--------------------

This plugin is not yet complete, but I add it to the CVS in order to get
your coopertaion. Once activated, only the owner of config.php can see
the plugin. Make sure config.php is 660 with the owner set to the one
that can edit it and the group to the use who's running php.
2002-01-27 13:53:31 +00:00
dahanc
cc8a07412a Netscape 4.x tries to honor the <TD WIDTH="100"> tag on the middle column
and will squeeze the "EDIT | DEL" column on the right such that it gets
truncated if the text is too wide (e.g., Finnish). TD's WIDTH attribute is
deprecated in HTML 4.x, and it seems that Netscape 6.x and IE 6.0 mostly
ignore it, which is why the problem doesn't show up in those browsers.
With this change, the table formats properly for me in Netscape 4.08,
Mozilla 0.9.7+, and IE 6.0.
2002-01-25 06:21:21 +00:00
graf25
1237a8e643 Upping the version number and logging the change in ChangeLog 2002-01-24 20:25:41 +00:00
graf25
37c24166f2 Fixing security vulnerability in squirrelspell. 2002-01-24 19:55:12 +00:00
philippe_mingo
5c87914e90 Delete_move_next plugin added. 2002-01-24 14:06:38 +00:00
philippe_mingo
276cf6ee98 Changed date ranges in order to avoid the date problem. 2002-01-24 09:16:40 +00:00
dahanc
0b61e94d4f I18n string fixes 2002-01-23 06:08:00 +00:00
bbice
08c3e5edbc removed orbl and added 2 new osirusoft filters 2002-01-22 21:07:34 +00:00
Thijs Kinkhorst
160c67a114 *** empty log message *** 2002-01-22 16:52:53 +00:00
philippe_mingo
532e3998b6 Changing file perm. 2002-01-22 12:56:43 +00:00
philippe_mingo
ea273c8cbc Changing file perm. 2002-01-22 12:55:59 +00:00