Commit graph

22 commits

Author SHA1 Message Date
tokul
044e1c12c8 using case insensitive lookups that don't depend on sql server string comparison options.
mysql tested by me, postgresql tested by Patrick Welche <prlw1 at newn.cam.ac.uk>
2004-05-18 13:07:49 +00:00
stekkel
70d069a922 SQL injection fix. This is serious I think. 2004-04-27 19:20:18 +00:00
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
98418eafd7 adding variable test 2003-12-27 09:13:26 +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
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
simond
566cd026ec Remove isWarning as it's been dropped from PEAR with cvs versions 2002-10-15 08:25:29 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
antipode
3e77fbc256 Style police. 2001-12-04 01:55:06 +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
0d0de5d238 * Got bored and copied all the validate.php and define() stuff to 1.1
* Cleaned up some code
* Fixed some typos
* Added a few files (documentation, translations)
* EAGERLY awaiting 1.1 to come out
* Made all global stuff "global $varname" so the new define() method we use
  will work properly (methinks)
2001-04-19 17:58:10 +00:00
pallo
1195b78cbd Converted some ereg_replace() into str_replace().
Fixed some SQL queries in the database backend.
2001-02-05 09:33:01 +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
thomppj
c517d51f81 Correct changes of "" to ''. 2001-01-31 18:27:06 +00:00
Tyler Akins
8266e5c308 Changed _('String') into _("String") to help out the gettext stuff 2001-01-31 17:24:23 +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
caad46d878 First version of an address book backend for personal address books that
are stored in a database using the PEAR database abstraction.
2000-10-13 20:29:31 +00:00