Commit graph

983 commits

Author SHA1 Message Date
Thijs Kinkhorst
b2b0a80268 missing sprintf around string 2005-04-02 13:29:15 +00:00
Thijs Kinkhorst
b9389e14be Some string fixes 2005-04-01 13:17:10 +00:00
jangliss
13d88721ce HTML Validation tidy up. Script tags require a "type". 2005-03-31 23:28:44 +00:00
tokul
ac64756b93 handle configuration error without displaying paths in error message. 2005-03-29 16:16:53 +00:00
tokul
38b7d6202c adding phpdoc block before include 2005-03-29 15:10:31 +00:00
tokul
10c5862bcf * removed need to modify backend files. everything is controlled with
config.php overrides.
* config.php file moved to config_default.php.
* site configuration can be stored in config/ or plugin's directories.
* added code that switches to change_password domain, if plugin is used in
1.4.x.
* merak curl test is moved to init function.
* use $cpw_ prefix for all configuration overrides in order to avoid using
generic names.
2005-03-29 13:22:16 +00:00
tokul
b7fc47cab2 doc update 2005-03-25 14:14:37 +00:00
tokul
d3c47968c4 translating some internal vmailmgr library messages 2005-03-25 14:12:39 +00:00
Jimmy Conner
c73e982818 Remove the error suppressors I had included (@) 2005-03-25 06:18:44 +00:00
Jimmy Conner
9bbd9abf10 Change config.php.sample to config.sample.php to allow PHPDocumentor to parse it 2005-03-25 06:09:40 +00:00
Jimmy Conner
f5a3a72aca Update message copy and move functions to allow for custom handling / ignoring of the error messages.
This fixes a bug where users with exceeded quota's could not login when the filter plugin is actively filtering.

Currently user does not get an error if filtering failed (I am working on it) and it continues parsing the next filter even if fails (I have code for this, but don't think its necessary)
2005-03-25 06:00:45 +00:00
tokul
496791f313 first function can be used in other plugins. second function is private and
available in both stable and devel
2005-03-23 14:43:15 +00:00
Jimmy Conner
a894bda5d6 Changing "NOT DELETED" to "UNDELETED" per Seth and Marc's suggestion. 2005-03-22 19:58:55 +00:00
Jimmy Conner
056aa987f5 Add ability to filter on the Message body, or if text appears any where in the message (Header or Body).
The strings are already translated via our search form
This should close Feature Request # 509443
2005-03-21 22:42:53 +00:00
Jimmy Conner
044cbac3f5 Add fix for Filters Plugin dealing with duplicate rule processing and
false unread message counts.  This should close both bug # 676073
and patch # 919045 (the patch is not needed after this fix)
I do not have access to close these bugs, so if someone else will do the honor :)
2005-03-21 17:18:43 +00:00
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