stekkel
0a70f643f2
Centralized init
2006-04-05 00:22:11 +00:00
Thijs Kinkhorst
8db56436ff
need to encode & in strings
2006-03-12 14:38:39 +00:00
Fredrik Jervfors
e9e0ae5dcf
String update.
2006-03-11 20:00:44 +00:00
stevetruckstuff
a15866413e
Fixed problem with changing templates using the tempalte's icon theme.
2006-02-24 22:33:15 +00:00
stevetruckstuff
575dca0a42
Incoproated template config file. Templates can now include their own javascript files. If a template pack does not incorporate a specific template, the default template will be used instead.
2006-02-24 22:31:40 +00:00
jangliss
ac08a4f33b
Fix warning about array_keys requiring an array as an argument when
...
fontsets are not defined in the config.
2006-02-22 05:27:05 +00:00
stevetruckstuff
4db87b2222
New icon theming. Also added basic template for left_main.php
2006-02-21 00:02:30 +00:00
tokul
5c86925498
enabled fancy defaults. same as in 1.5.1
2006-02-20 17:50:13 +00:00
tokul
cf7e49e692
disable template selection, when only one template is present
2006-02-12 09:08:11 +00:00
stekkel
f28f5bb0eb
Fix for #1093360 .
...
The fix also includes the move from manual generated error messages in
imap_general to the central error handler.
In order to catch non fatal error message in compose.php I had to collect
the error messages array before the header redirect and write them to the
session. In read_body.php, compose.php and right_main.php I add the error
messages to the error handler again and clean up the delayed error messages
array.
I also modified the error handler in order to display the page_header in
case it wasn't displayed yet.
2006-02-11 15:14:31 +00:00
stekkel
8a1d9e2fdf
made the code work for triggering imap related errors.
2006-02-08 07:59:19 +00:00
Fredrik Jervfors
cb9fa18376
Notice: Undefined variable: sTplDir in include/validate.php on line 128
2006-01-30 22:23:10 +00:00
Thijs Kinkhorst
9573cf5e73
a default for sTplDir
2006-01-28 18:29:54 +00:00
Thijs Kinkhorst
c770eea259
catch the case that the user has an old config with templateset_default missing
2006-01-28 17:26:59 +00:00
Thijs Kinkhorst
18a8d67102
typo in varname
2006-01-28 17:17:41 +00:00
stekkel
08eddbfb88
Template set selection
2006-01-28 16:01:43 +00:00
stekkel
61b698867d
* template set selection support
...
* added init section to validate.php (can be moved out at a later stage when
we have sm_init) which takes care of starting the error handler and creation
of the template object
2006-01-28 16:00:54 +00:00
tokul
83fdb4c332
copyright update
2006-01-23 18:46:41 +00:00
tokul
2171dddcd0
moving main color tags to css
2006-01-23 17:29:10 +00:00
tokul
a118a32114
unifying some strings. reduces number of translations
2005-11-12 14:28:58 +00:00
tokul
4ed3394d5d
don't show language option when only two language options (default and English) are available
2005-10-31 17:30:08 +00:00
Fredrik Jervfors
9ed98bb1ec
phpDocumentor updates
2005-09-18 10:25:54 +00:00
Fredrik Jervfors
d3abcd651b
Adding more index.php files
...
Unifying index.php files
2005-09-11 07:05:54 +00:00
Fredrik Jervfors
af8725177b
String and PHP fix
2005-09-03 22:16:29 +00:00
Fredrik Jervfors
6eba883ad4
phpDoc fix
2005-08-23 09:19:37 +00:00
tokul
51faeb3419
phpdoc fix.
2005-08-06 06:16:39 +00:00
tokul
c52e78971a
removing $available_languages option
2005-08-06 06:01:49 +00:00
tokul
68c68d165f
add one more timezone check and some US time zone names.
2005-07-31 11:40:32 +00:00
stekkel
840d791203
Introduce error handling
2005-07-28 21:03:00 +00:00
tokul
2b46d810ed
modified time zone support. It works the same way as timezones.cfg and extra
...
configuration option is still needed.
2005-07-08 15:27:44 +00:00
Thijs Kinkhorst
b4c345d5ec
Set default for Reply Citation Style to 'date_time_author' instead of none.
...
It's better netiquette to quote with an attribution line so we should add
one by default.
2005-04-26 21:58:09 +00:00
Fredrik Jervfors
2531f52955
Trimming whitespace and replacing tabs
2005-04-23 12:08:00 +00:00
Fredrik Jervfors
e6b809ad9d
Trimming whitespace
2005-04-23 09:31:24 +00:00
tokul
5492b8dba3
iframe height option
2005-04-17 12:18:02 +00:00
Fredrik Jervfors
f98c36762d
Fixing strings:
...
- Removing space before colon
- Removing trailing spaces
- Changing "said" to "wrote"
2005-04-16 17:45:40 +00:00
stekkel
24dc4ae0fa
Templates
2005-04-14 22:09:03 +00:00
Thijs Kinkhorst
ac90ae5794
change default reply citation site, it's better to have by default an
...
attribution line above a reply than none.
2005-04-06 18:52:14 +00:00
pdontthink
8a3ff914d2
Making fancy row highlighting an option
2005-03-15 06:51:02 +00:00
pdontthink
4e349491d3
use constant instead of integer for hour format pref default
2005-03-03 20:20:24 +00:00
tokul
7f3e652d62
converting string to ngettext
2005-03-02 18:14:51 +00:00
Thijs Kinkhorst
7a6cac5633
Change defaults of some prefs to more sensible / usable settings.
...
Also use the SMPREF_ON/OFF constant instead of 0/1.
2005-02-28 10:00:26 +00:00
Fredrik Jervfors
8f9c41097c
Unifying strings with STABLE
2005-02-27 11:39:38 +00:00
tokul
c3d31b12e9
removing empty and unused save_option_header() function.
...
moving save_option_reply_prefix() to the right place.
2005-02-17 12:42:07 +00:00
Thijs Kinkhorst
15a097b3f9
Add "show only subscribed folders" option (defaults to On, current behaviour).
...
Recommended by RFC 2683 sect 3.2.2, allows a user to show all mailboxes regardless
of subscription. Thanks Simon Matter for the idea.
btw when will the "oldway" in left_main disappear?
2005-02-06 19:55:04 +00:00
tokul
cf35e7775d
changing names of defines in order to avoid phpdoc errors.
...
maybe somebody can explain purpose of save_option_header function?
2005-02-02 15:54:37 +00:00
Thijs Kinkhorst
41582a29d2
Divide the Compose options screen in two sections: General and Forwarding/Replying.
...
Move the Hour Format setting from Folders (???) to Display preferences.
2005-02-01 09:20:50 +00:00
Thijs Kinkhorst
99c9959347
Add a new Options section "compose". Move some options from Display
...
Preferences there - DP was way overcrowded with options not logically
sorted. This is just a simple re-arranging of some options, as a
simple attempt to at least clean things up a small bit.
2005-01-18 18:58:53 +00:00
Thijs Kinkhorst
e253f071b4
Remove printer friendly clean display option, following a proposal of
...
mine on the devel list to which no objections arose. The option is
totally unclear to end users, and has very little impact. The cleaning
is now always done.
If it turns out this is really missed, or if people really want to turn
the cleaning off, it can of course always be reintroduced - that's
why this is devel.
2005-01-18 16:09:19 +00:00
Thijs Kinkhorst
a73561b911
Increment year in copyright notice.
2004-12-27 15:04:02 +00:00
Fredrik Jervfors
8c8ecffa57
Replacing tabs with spaces, trimming white space at EOL and newline at EOF
2004-11-02 22:21:34 +00:00