Commit graph

22 commits

Author SHA1 Message Date
tokul
3302330906 Moving addressbook functions to separate phpdoc subpackage. 2004-04-12 08:00:07 +00:00
Thijs Kinkhorst
cde0377d36 We're living in 2004 now... perl is your friend for these kinds of things :) 2004-02-24 15:51:22 +00:00
tokul
48ad0043fc 1. added non anonymous ldap binding patch. (thanks to Ilyak Kasnacheev <ilyak at online.ru>)
2. added ldap protocol version binding. (bug no. 829929)

3. cleaned administrator plugin options

4. added global sql address book support. Obsolates MySQL address book plugin (http://www.squirrelmail.org/plugin_view.php?id=104).
2003-12-26 09:13:37 +00:00
tassium
9098cb73e4 Preparation to begin using phpdocumentor.
Added basic @package/@subpackage tags
The decode/ files were documented slightly more thoroughly, although they're almost self-explanatory anyway.

The individual functions in the functions/ files need to be documented though, and now that this commit is in, anyone willing to write docblocks for functions should get cracking ;)
2003-10-28 21:27:47 +00:00
Thijs Kinkhorst
e4adb83265 Version check fixes.
1) the required version is minimum 4.0.4 so the 4.0.2 check is always passed.
2) make the check in prefs.php also work when new php versions are released %-)
2003-01-23 20:50:22 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
7e1b411889 Forgot one { 2002-01-28 20:47:26 +00:00
Thijs Kinkhorst
a71f7bcbfe Fixed *A LOT* of formatting... 2002-01-28 20:41:01 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
thomppj
5d15361f1f Code cleanup brigage... 2001-12-02 09:33:02 +00:00
philippe_mingo
da2f3297dd ** -> * 2001-11-26 19:33:28 +00:00
philippe_mingo
d61b98077f Added (c) stuff and some formatting. 2001-11-21 18:38:12 +00:00
Tyler Akins
623e3d6b55 Added code from Philippe Mingo on June 1, 2001
Disabled by default, but you can make the "List All" button show everyone
in the LDAP server.  Usually an unwise decision, but can be helpful for
small sites.
2001-06-25 17:47:06 +00:00
pallo
7972c4e57b Fixed PHP warning for LDAP entries without an e-mail address. 2001-02-05 09:33:59 +00:00
Tyler Akins
c2cd55a5a9 * Changed some regexps into string matches and the like
* Fixed more regexp quoting problems
* Cleaned up some code
* Added support for the seven new top-level domains (.aero, .biz, .coop,
.info, .museum, .name, .pro) to url_parser.php
2001-02-02 17:51:19 +00:00
Tyler Akins
3bb8c89d5e That should fix the changes.
Must not '*$var*' -- use "*$var*" or '*'.$var.'*'
2001-01-31 17:49:31 +00:00
thomppj
70ebf1a30b Converted "foo" to 'foo' for abook_*.php 2001-01-31 15:15:36 +00:00
Tyler Akins
de965920f1 Removed a lot of the warnings generated when PHP has all warnings enabled.
This is not done yet, but it is a VERY good start.
Added $Id$ tags to a lot of the files.
2001-01-30 17:22:38 +00:00
pallo
7afec3a7e7 Use extra parameters on ldap_search if PHP version is 4.0.2 or newer. 2000-09-26 10:24:05 +00:00
pallo
be389a99c2 Constructor checks for LDAP support in PHP. 2000-03-28 19:28:42 +00:00
pallo
7b2d02d72c Some changes to make translation easier. 2000-03-28 12:09:28 +00:00
pallo
232e4c1585 Added addressbook+LDAP functions. 2000-03-25 17:01:15 +00:00