Commit graph

968 commits

Author SHA1 Message Date
Jimmy Conner
67c5ce9d7f Update the filters README to point to the new config.php 2005-03-20 21:58:51 +00:00
Jimmy Conner
749b90bc7b Update the Filters plugin to comply with our Plugin Standards
Document all filter functions
(We make all new plugins comply with our standards, so we should set a better example ourselves!)
Please let me know if you see anything we might want to change about this.
I will be added a few bug fixes / enhancements to this plugin in a bit.
2005-03-20 21:50:02 +00:00
tokul
c7317aa2d9 fix typo in address group.
add local configuration include.
fix variable corruption with latest sqGetGlobalVar
made plugin's array work again
2005-03-20 10:46:24 +00:00
tokul
a63d9cf2a3 adding two configuration options 2005-03-20 10:43:26 +00:00
tokul
f76caa99e9 'trim' was not working as expected and admins file was usable on for one admin without
whitespace. specific to 1.5.1cvs and 1.4.5cvs
2005-03-20 10:42:41 +00:00
tokul
199969ade4 several messages can be pushed in one array_push
ldap_use_tls tests and fixes.
added more checks to ldap_get_values and ldap_set_option calls
2005-03-20 10:39:01 +00:00
tokul
9c104558a6 some cleanup in ldap documentation 2005-03-20 10:35:09 +00:00
tokul
e08154cd74 adding "Successfully save options: User's password" message 2005-03-20 10:34:23 +00:00
tokul
9a33fbccf7 example works when path is set in phpdoc config 2005-03-11 13:20:52 +00:00
tokul
6c155f5b79 phpdoc fix 2005-03-11 08:01:02 +00:00
tokul
4e25003515 error message formating fixes. It is better to use two array_push calls.
password don't match error message is added only when $msgs array is empty.
(no internal script errors).

blowfish fixes. hardcoded use of second blowfish version with specified
number of rounds. code is experimental. similar test worked on openbsd 3.5
and openbsd crypt.3 does not provide enough information about format of salt.

suppressed ldap_modify error messages, because modification errors are
checked in script.
2005-03-08 14:25:21 +00:00
tokul
2f893c4687 added display of plugin versions to bug report.
added doctype to independent spec. page. Page needs some security test,
that prevents access to it, when bug_report plugin is not enabled.
2005-03-06 13:02:18 +00:00
pdontthink
8e311bb921 Placing main message details code inside of a function where it is immensely more useful to others; also adding ability to return details without HTML formatting 2005-03-06 03:11:40 +00:00
tokul
13156a87eb Plugin may be invisible when JS is not detected 2005-03-03 11:19:42 +00:00
tokul
74d7965fc3 information about use of config file was missing. 2005-03-03 11:15:02 +00:00
Thijs Kinkhorst
035d18e061 Revise plugin documentation. Mainly, this removes remains of documentation
that's only relevant for plugins which are not included in the main distro.
The objective is to make it not
- remove instructions about untarring this plugin (since it's already shipped)
- remove version numbers, which are not updated for a long time and not
  relevant anymore.
- remove changelogs, since they don't log the changes (we do that in the
  main ChangeLog).
- explicitly state that this plugin is not maintained anymore by the
  original authors (so bugs/etc get sent to us in stead of someone who
  maintained it four years ago).

If ok I'd like to put this in stable aswell.
2005-02-28 10:45:57 +00:00
Thijs Kinkhorst
324ba40c8b update README to reflect inclusion in squirrelmail-core-plugins 2005-02-28 10:23:29 +00:00
tokul
946c9dd23c adding size controls for newmail popup window.
removing dublicate getPref calls.
using <small> for right side comments.
using html_tag function for table formating
2005-02-28 09:16:41 +00:00
Fredrik Jervfors
2a662edfe0 The copyright message should be consistent.
According to Rick Castello the Project, and not the Development Team, holds the copyright.
2005-02-27 23:36:10 +00:00
Fredrik Jervfors
38f6d9722f String update 2005-02-27 22:44:27 +00:00
Fredrik Jervfors
5eaaf5f513 Updating strings 2005-02-27 22:12:04 +00:00
tokul
582f2a2a28 adding requirements 2005-02-27 17:20:28 +00:00
tokul
354961a4a9 default to imap server address 2005-02-27 17:13:03 +00:00
tokul
acb71de03f var name is curpw and not currentpw. 2005-02-27 16:42:56 +00:00
tokul
f2a5677e03 adding ldap backend support to change_password plugin. will contact
change_ldappass plugin developer for review.
2005-02-27 16:40:51 +00:00
jangliss
4397198871 Fix for bug on filters plugin which allows user to select INBOX as a
destination.
2005-02-21 06:59:59 +00:00
tokul
4b29236097 renaming sample config 2005-02-20 15:35:12 +00:00
tokul
9444dfa4c6 renaming file. using underscore instead of hyphen. 2005-02-17 15:37:35 +00:00
tokul
94aed30627 replacing $allowsound with $newmail_allowsound. removing $allowsound from
plugin scripts. control sounds in left_main (user prefs store sound config,
admin disables it later).
2005-02-17 14:14:41 +00:00
tokul
57c8c66ba9 phpdoc cleanup 2005-02-17 13:50:43 +00:00
tokul
6045b0938f adding phpdoc blocks 2005-02-17 12:30:08 +00:00
tokul
8ec61876c5 add swf and mp3 support
restore user media support
use only html 4.01 compatible tags by default
use pcm encoded wavs instead of mp3 encoded
2005-02-17 12:01:16 +00:00
tokul
3d3fca27ca vmailmgrd backend site configuration is in config.php.
some documentation updates
2005-02-09 15:16:43 +00:00
tokul
6f5e8ddc30 adding vmailmgrd backend and making change_password_init hook work. 2005-02-08 19:19:10 +00:00
Thijs Kinkhorst
b573fbea69 small comment changes. 2005-02-07 13:43:16 +00:00
Thijs Kinkhorst
71a18ac31c Exactly how the line is terminated is not really relevant, so strip all
whitespace around an admin-username.
2005-02-01 16:42:47 +00:00
tokul
64c452d04c adding some information about plugin 2005-02-01 09:25:31 +00:00
tokul
6eff887165 user's user's id :) 2005-01-27 13:17:58 +00:00
tokul
0001f12e0f uid=0 thing can be fixed, but i don't want to be the one that allows to use
root logins on webmail interface.
2005-01-27 13:07:26 +00:00
tokul
b72e8c5793 fixed incorrect test. $adm_id was getting value of fileowner && function_exists 2005-01-27 12:44:19 +00:00
Thijs Kinkhorst
3089cda871 Even more checking whether writing actually succeeds. 2005-01-24 19:11:45 +00:00
Thijs Kinkhorst
ee1b3f9ce0 Check if proc_open/fopen actually succeeded before starting to write to it. 2005-01-24 18:17:51 +00:00
Thijs Kinkhorst
8b802f155a Show System Specs link has no place under the Options
menu, move it to the Bug-plugin page.
2005-01-18 16:54:29 +00:00
Fredrik Jervfors
5fcc041bd2 Replacing tabs with spaces, trimming white space at EOL and newline at EOF (PHP only) 2005-01-07 17:42:23 +00:00
jangliss
6ae10eebc0 Minor typo 2005-01-03 08:13:36 +00:00
jangliss
bd06a2b1d3 Fix listcommands plugin to behave like normal reply/compose links, and
return to message page that originally called from.
2005-01-03 08:11:53 +00:00
Fredrik Jervfors
02f3ab92fe Increment year in copyright notice 2004-12-29 22:58:54 +00:00
Fredrik Jervfors
d2142eae1f Minor cleanup 2004-12-29 19:08:21 +00:00
Fredrik Jervfors
9faf3051c1 Changing squirrelmail/Squirrelmail to SquirrelMail in some strings as well as other minor documentation fixes 2004-12-29 15:06:20 +00:00
tokul
91a762a761 moved imap_test function to right place 2004-12-28 11:25:23 +00:00