stevetruckstuff
441608ef28
Add support for tempalte-provided themes.
2006-10-03 15:30:53 +00:00
stevetruckstuff
318b324085
Correct handling of default user themes.
2006-10-02 20:17:32 +00:00
stevetruckstuff
cd78ffd151
$theme_css is no longer supported.
2006-10-02 16:36:30 +00:00
stevetruckstuff
f19a624375
Additional comments re user-provided stylesheets
2006-10-02 16:26:37 +00:00
pdontthink
bf69c58369
Just adding some comments
2006-10-02 12:04:54 +00:00
pdontthink
443aa4fe0f
list_files can handle dirs now, etc
2006-10-02 11:50:49 +00:00
stekkel
628caa9264
sqBodywrap was extreme slow on large messages. The reason for that were the
...
amount of calls to sq_strpos and sq_substr. Those functions did expensive
in_array calls and a few other things that only need to be done once. By
using static vars I cached the results with as result my compose screen
opens within a second again instead of 10 seconds.
2006-09-30 16:24:00 +00:00
stevetruckstuff
ab9c937a8a
Add support for user-provided alternate stylesheets
2006-09-30 10:38:34 +00:00
tokul
4c334d0ae1
ignore msg copy errors when messages are deleted. Most common error is related
...
to quota issues. Updated function tries to copy message to trash and then tags
it as deleted. If we can store message in trash, message is stored. If we can't,
trash folder is bypassed.
added version information to two configuration variables
2006-09-30 09:49:08 +00:00
stevetruckstuff
7b61cc8f70
list_files does not work correctly if not extension is given.
2006-09-30 09:25:09 +00:00
tokul
19717a573c
block uw mailbox abuse in imap select command instead of applying same
...
code in all scripts that get $mailbox from GET or POST.
don't check imap_server_type, because interface can be used with different
type setting.
display error message instead of silently overriding $mailbox. (#1557078 )
2006-09-30 07:38:03 +00:00
tokul
22701975cb
don't leave old code and DO check filters plugin when reporter informs about
...
the way to reproduce issue.
2006-09-30 07:09:09 +00:00
stevetruckstuff
60769f3bd8
Additional safety check
2006-09-29 21:45:29 +00:00
stevetruckstuff
84409d4ca3
Add documentation re CSS, and clean up some what.
2006-09-29 20:58:11 +00:00
stevetruckstuff
c07ef7308d
Apply correct stylesheets for RTL languages
2006-09-29 20:22:47 +00:00
pdontthink
8fde45ca15
Should be a better fix so this hook now works with plugins that have been using it the old way too
2006-09-29 18:20:56 +00:00
pdontthink
5f9e8ffb19
New hook type that I am very excited about; should address a kind of plugin stacking that we should have had long ago
2006-09-28 14:30:45 +00:00
pdontthink
7fb385ed0a
Moving sm_print_r back to globals.php; tired of it not being available when developing - that's what it's for, more than being available for actual code use as a string function in a file that's not included high enough. Also new directory parsing fxn.
2006-09-28 14:17:15 +00:00
pdontthink
7d7a47874f
Hopefully more of what is in the util files in the templates directory can be moved here
2006-09-28 14:11:32 +00:00
pdontthink
2bcb33e722
displayHtmlHeader uses template, no more direct echoing; also restructure how style links are sent out
2006-09-28 14:04:53 +00:00
pdontthink
e8d71c9b08
Reverting other changes that snuck in. These need to wait for a bit until other files are ready to commit. Sorry for the noise.
2006-09-24 19:05:28 +00:00
pdontthink
b597f8569a
Reverting ampersand encoding. Glad I'm not going crazy after all. Thanks Tomas.
2006-09-24 19:00:19 +00:00
pdontthink
5a536ed09c
Correct me if I'm wrong (because oddly, this seemed to be working previously for me), but ampersands do not need to be encoded in links like this.
2006-09-24 18:04:29 +00:00
pdontthink
4bd8d42edf
Fix broken legacy use of concat_hook_function. Now you can log in again.
2006-09-22 09:42:04 +00:00
pdontthink
8ac4e87d23
Move sqm_array_merge to arrays.php and subsequently move inclusion of arrays.php to init.php for global access.
2006-09-22 09:29:04 +00:00
pdontthink
649406b8aa
Extensive rework of concat hook function to support merged array return values
2006-09-22 03:31:50 +00:00
pdontthink
996b6343b9
Forgot since tag
2006-09-22 03:22:39 +00:00
pdontthink
a184f6d46d
New 'nice' array_merge function that doesn't overwrite array values
2006-09-22 03:19:05 +00:00
pdontthink
6bfa08b203
Enabling use of <plugin>_info() function
2006-09-19 17:19:29 +00:00
pdontthink
118b2a9ce8
Default was overriding legitimate values in sqgetGlobalVar due to recent addition of typecast logic
2006-09-19 14:26:46 +00:00
pdontthink
323f85d570
Variable name is misleading, if technically correct. I'd personally eventually like to see a wrapper (class) around template ids, names, dirs, and other attributes.
2006-09-19 14:06:32 +00:00
tokul
e44b81b3e7
Suppress SID constant notices in older PHP versions.
2006-09-18 11:30:00 +00:00
Thijs Kinkhorst
d12db33c3f
kibibyte is with a capital K
2006-09-10 08:30:13 +00:00
Thijs Kinkhorst
37722cf3a4
kilo has a small 'k'.
2006-09-09 18:51:06 +00:00
pdontthink
776962b16b
Use constants for sqgetGlobalVar() typecasting
2006-09-08 06:33:53 +00:00
pdontthink
71550060f9
Duh
2006-09-07 17:18:59 +00:00
pdontthink
8fd317de69
New helper function for checking plugin version numbers check_plugin_version()
2006-09-07 16:53:57 +00:00
pdontthink
60a03d0894
Wrong variable name used
2006-09-04 18:06:28 +00:00
tokul
71ffc7584c
function is modified copy of list_writable_backends(). diff -uw between
...
1.96 and 1.97 shows that. Same structure, same while() arguments.
Steve's name is in AUTHORS. Please don't claim authorship on code that is
written by you AND other people.
2006-08-31 05:43:18 +00:00
tokul
2f67980f89
I've forgot that function is private in 1.4.x and is not available to plugins.
2006-08-31 05:37:53 +00:00
stevetruckstuff
07189936e4
Split sqimap_mailbox_option_list() into two functions to facilitate template development.
2006-08-30 20:45:56 +00:00
stevetruckstuff
22330d9cc0
Changes on 18 August to functions.php were intended to correct issue with the $icon_theme preference not being grabbed correctly. Unfortunately, it has come to light that this change has broken several other preferences. This patch undoes the changes from 18 August and changes the handling of the $icon_theme pref so that it is handled correctly.
2006-08-22 18:56:16 +00:00
Thijs Kinkhorst
544904a503
Fix misspelled constant PREG_SPLIT_NI_EMPTY in sqimap_get_message
...
(#1543573 ). Thanks Cristian Rodriguez.
2006-08-21 10:33:08 +00:00
stevetruckstuff
a2628849a0
Resolve confusing var names for preferences.
2006-08-18 21:26:04 +00:00
stevetruckstuff
9a8ddfe927
Add list_writable_backends() function back for plugins.
2006-08-16 14:21:53 +00:00
stevetruckstuff
9fa47c747b
Incorporate new add/edit template and remove functions that are no longer needed.
2006-08-15 21:33:24 +00:00
stevetruckstuff
e2b956b799
When modifying an entry, if the nick name is different, check that the new nick name doesn't exist in the address book.
2006-08-15 20:41:20 +00:00
stevetruckstuff
e61e200439
Fix FIXME in functions/addressbook.php
2006-08-15 17:54:15 +00:00
tokul
e629c36f0f
fullname layout is controled in gettext string instead of $squirrelmail_language
...
removed unfinished pagination code
added list_addr() error handling
2006-08-15 17:01:41 +00:00
stevetruckstuff
b871e8ea9a
Add CSS support to folder manipulation templates. Also make subscribe folder list checkboxes rather than select per TODO in folders.php
2006-08-09 18:01:22 +00:00