Commit graph

47 commits

Author SHA1 Message Date
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
b57577e4fd Assorted fixes, courtesy Roberto De Luca && kink 2002-12-21 16:13:47 +00:00
indiri69
56f1d28aec More SM_PATH changes 2002-09-10 22:35:30 +00:00
thomppj
9001d31cf8 Converted all files in functions/ to use SM_PATH. This will break all
plugins. Each callable script needs a:

  define('SM_PATH', '../../');

Or something like that put at the top.
2002-09-06 00:31:43 +00:00
itsbruce
22120e01e5 Fix full_address function to allow user setting always to override global one 2002-07-31 11:42:16 +00:00
itsbruce
577f9215e9 Added user preference to full_address function 2002-07-31 01:33:34 +00:00
itsbruce
d66192d4fa full_address method added - itsbruce 2002-07-26 21:14:02 +00:00
philippe_mingo
df20adca68 Rollback 2002-06-24 10:10:20 +00:00
philippe_mingo
77cb2f979c R2L by Yoav 2002-06-24 09:49:47 +00:00
simond
f72377db7d Fix small mistype 2002-01-31 13:06:11 +00:00
simond
389e53fa0c conf.pl and administration plugin can now edit the table name too 2002-01-31 11:43:08 +00:00
simond
b9ab6b1869 Allow easy editing of address book DSN 2002-01-30 18:43:14 +00:00
teepe
f8f2482615 sorting of addressbook_search fixed, thanks to the patch of Cor Bosman (xs4all) 2001-12-25 23:16:34 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
philippe_mingo
10412e9658 Cleanup 2001-12-21 11:50:45 +00:00
thomppj
d5288195fc Added option to do data and attachment directory hashing, up to four levels. Will automatically search for missing file at other levels, move them to the right place, create hash directories, etc.
Should work for both data directory and attachment. Also modified Squirrelspell plugin to use this as well.
2001-12-13 07:00:56 +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
philippe_mingo
c3aed0d769 Some fixup:
- Operation foo_once step 2 (and final)
- Create folders bugfix
- None folder bugfix
- Fixed some tabs, structs etc.
- Added some (c) stuff
- Removed some debug stuff

This changes should result in a faster SM.
2001-11-20 20:08:28 +00:00
philippe_mingo
1d9eabafe8 String fix and chmod 2001-11-15 11:03:50 +00:00
teepe
9f97b61667 fixed typo 2001-11-13 23:09:15 +00:00
philippe_mingo
b630edc905 Operation "foo_once".
functions Folder
Step 1: Check file including and change it to the _once system.
2001-09-26 10:43:39 +00:00
Tyler Akins
634f3e27dc * Added global address book support (disabled by default) 2001-05-25 18:15:13 +00:00
Tyler Akins
08e0713212 * A sparking, new, shiny 'global' line 2001-05-08 02:34:45 +00:00
pallo
11761ea027 Made it easier to configure personal addressbooks in a database.
Also included some rough documentation on how to install it and
on the tables you need in the database.
2001-05-07 20:29:14 +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
Tyler Akins
eade0db4c3 * Minor bugfixes with addressbooks
* Local addresses now list again when you hit the Addresses button on the
  compose.php form.
2001-02-07 16:39:03 +00:00
Tyler Akins
5d06ba1f88 * Removed a potential warning and potential config problem (like the plugins) 2001-02-06 18:39:50 +00:00
Tyler Akins
e566fef3ee For all strings in regexps:
* PHP first unescapes the string
 * PHP sends string to ereg, ereg_replace, or whatever
 * ereg/ereg_replace/whatever unescapes the string to make the regexp
2001-02-05 21:13:53 +00:00
pallo
7aeabb6d9f Added example code to help people enable the database addressbook backend. 2001-02-05 09:34:58 +00:00
Tyler Akins
47505bdd6d Changed regexps
Altered function names to make them possibly collide with other functions
less frequently
Altered code for sorting to hopefully improve speed
2001-01-31 18:43:47 +00:00
thomppj
c517d51f81 Correct changes of "" to ''. 2001-01-31 18:27:06 +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
gpadgham
8d3c027c60 o PHP 4.0.4 seemed to have problems with the usort function being defined inline with another function. This should fix that. 2001-01-11 14:33:36 +00:00
pallo
c280d4d70c Fixed bug #126497 + problem with error handling in src/addressbook.php. 2001-01-03 14:12:43 +00:00
gustavf
2dbb129036 Changed a few strings to be easier to translate. Should be ready for
0.5 string freeze now.
2000-08-17 11:28:19 +00:00
pallo
15e44d4a62 Only configure LDAP-addressbook(s) if PHP has LDAP support. 2000-08-09 12:48:50 +00:00
pallo
dc3ab7a91f Renamed $key variable in loops (fixes bug #111155) 2000-08-08 07:08:16 +00:00
pallo
f5bb0f1f04 Added "List all" button to javascript address book.
List all addresses in the personal address book when window is opened.
2000-06-21 11:13:26 +00:00
pallo
6e9401e3d2 Added address editing and removal methods.
Some bugfixes and improvements.
2000-04-02 16:45:41 +00:00
pallo
afa95d46f1 Fixed typo. 2000-03-30 21:49:31 +00:00
pallo
5ec219c764 Improved local backend handling. 2000-03-30 21:39:33 +00:00
pallo
d7743d908e Improved error handling. 2000-03-30 20:01:15 +00:00
pallo
adb8951b14 More verbose error reporting. 2000-03-28 19:28:03 +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