Commit graph

89 commits

Author SHA1 Message Date
teepe
52f24ab4e5 _top frame problem fix 2002-01-27 23:30:40 +00:00
teepe
e4b09fa02b allow sm to be in an embedded frame 2002-01-25 17:15:57 +00:00
philippe_mingo
32557bbe80 This removes that Current Folder: None when it is not applicable. 2002-01-24 08:51:40 +00:00
teepe
6a37875fb5 ehh, hmm: include -> require 2002-01-22 15:07:42 +00:00
teepe
875a1a1490 make javascript errors disappear 2002-01-19 16:28:07 +00:00
teepe
cddbdffbe3 some more fixes to solve the vhost problem (icy cold here in the freeze) 2002-01-19 13:49:36 +00:00
philippe_mingo
f0f4437b38 Multiple css bugfix 2002-01-13 18:01:45 +00:00
philippe_mingo
3e4854f7e8 In order to make sent_subfolders work I had to change a lot of code.
I may have messed up something in the process so PLEASE TEST THIS
CARFULLY.

In my system (that uses uw) it almost work. The only thing left to
be done is to organize left main in such a way that sent subfolders
are placed to the top.

I've replaced some spare code with a few new functions.
sqimap_mailbox_rename and isSpecialMailbox are the most interesting
in other proceses.
2002-01-11 23:28:12 +00:00
philippe_mingo
0512079944 Allow main theme in login screen. 2002-01-11 12:29:29 +00:00
philippe_mingo
ec9c32d581 This commit adds the possibility to specify system-defined css in order to
allow users to change the font family and size of SM. Making possible to
make it bigger or smaller depending on their screen size. Sysops may add
or remove these system-defined css located in themes/css/
2002-01-11 12:17:50 +00:00
philippe_mingo
1cfb10cd4b The auto focus module has been a little bit improved in order
to be more flexible.
2002-01-11 11:32:37 +00:00
philippe_mingo
79fcadae49 Cleaning and bug-fix. Added base uri to read mail. 2002-01-05 21:11:21 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
thomppj
c8a314539d Just a small change... 2001-12-21 18:52:18 +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
db65f45d89 Removal of %> for those with asp on. 2001-11-25 17:46:53 +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
0cb7c2bb2e Internationlization of print header 2001-11-17 13:59:59 +00:00
antipode
2e41bdb5aa This closes my feature request #474658
- Added option 7 under "General Options" in conf.pl
- In the login screen, this option hides attribution to the SM development
  team.
- In every page's header, this option hides the link to SM's website.
- By default, this option ($hide_sm_attributions) is set to FALSE,
  so the attributions *are* displayed by default.
2001-11-11 19:31:18 +00:00
philippe_mingo
296a3a7021 Upper frame out 2001-11-02 23:16:51 +00:00
teepe
7f40ec5014 fixed delimiter presence when not connected to imap server 2001-11-01 00:08:22 +00:00
philippe_mingo
cdc8c10019 Bottom row color changed 2001-10-29 15:48:20 +00:00
philippe_mingo
dfc765fdd9 Options framed (try 1) 2001-10-29 15:41:25 +00:00
philippe_mingo
99d593ae06 Linux browsers didn't like the older system.
Now tested with:
Linux: Konq, Netscape, Mozilla, Galeon
Windows: ie6
2001-10-26 11:47:05 +00:00
philippe_mingo
eb189fd848 Some browsers may complain when fomr not present. Corrected. 2001-10-26 11:13:37 +00:00
philippe_mingo
63e3f5c52c typo 2001-10-25 13:49:22 +00:00
philippe_mingo
81b9e5249e Just give focus to <input type=text> 2001-10-25 13:45:04 +00:00
philippe_mingo
c846c4048f Focus plugin integrated into the core 2001-10-25 10:02:39 +00:00
Tyler Akins
a50adf45b4 * More minor changes 2001-05-15 19:11:58 +00:00
allah03
4b65a8aab8 Lots of little UI tweaks and some handsome borders in the Options and Folder areas. 2001-05-15 06:08:59 +00:00
Tyler Akins
041c15128a * To reduce on errors, I moved the includes for config.php and strings.php
into validate.php.
    = They (config/strings) were used eveywhere validate was used
    = Validate already included auth.php (which included i18n.php)
    = Now including just one file does a lot of stuff including loading
      SM config, validating data, and loading internationalization
    = Since we only include config.php once and not dozens of times, we could
      have a slight speed increase
2001-04-26 14:28:02 +00:00
Tyler Akins
736f7eb172 * Drat -- meant for it to go in 1.1, but no harm really was done
* What a good idea Marcin Jessa had!
2001-04-19 23:03:43 +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
graf25
d561672259 Bugfixes in l10n 2001-02-09 07:18:42 +00:00
Tyler Akins
4abdf237cc * All incoming form values now have stripslashes() ran on them automatically
(if PHP escaped them) if you include strings.php
* Removed sqStripSlahes (no need anymore)
* Completely fixed problem with some data needing escapes, some not, and some
  accidentally getting escaped twice (often in compose.php).

To use:
* Load strings.php at the beginning of your script
* All form variables are accessable as globals (as usual), but are without
  the escape backslashes (if PHP put any in).
2001-02-03 16:58:14 +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
Luke Ehresman
a64c8f3fcc submitted patch from Stefan Sels that fixes the i18n problem (hopefully) 2000-12-09 14:55:58 +00:00
mattphillips
c151b7f40d displayHtmlHeader expects a title, not colors. 2000-11-01 22:10:28 +00:00
Tyler Akins
bab85e2806 Added html_top and html_bottom hooks to read_body for compression plugin
Changed internationalization things a bit, hopefully easier and less errors
Many bug fixes and speed enhancements from Martin Jespersen (embeejay)
Fixed a few bugs and did some speed changes on my own too!
2000-10-21 16:08:31 +00:00
Luke Ehresman
bcbd7bc514 - fixed and improved wordWrap
- added sqStripSlashes() function
2000-08-10 08:24:55 +00:00
Luke Ehresman
33c369d337 fixed some html errors, added endlines 2000-08-09 15:17:44 +00:00
Luke Ehresman
5f688d9fbf - fixed bug with word wrapping deleting last word
- renamed wordWrap() to sqWordWrap()
Applied patches:
  - fix html errors in mailbox_display.php
  - add a urlencode() in page_header.php
2000-08-08 13:54:37 +00:00
oricn
14f69931b4 Added Search. VERY EARLY Stage, Needs a fair bit if work. 2000-07-26 16:20:08 +00:00
Luke Ehresman
dc9e76994f - fixed renaming folders, now renames subfolders as well
- added some new documentation
   themes/README.themes
   plugins/README.plugins
   doc/themes.txt
- moved themes to themes/ directory, added checking in load_prefs
- revaped help system:
   - .hlp files are in xml format
   - doesn't pop up new window (netscape/ie specific)
   - a bit more navigationable
   - context-sensative
   - updated help documentation
2000-07-26 11:07:07 +00:00
Luke Ehresman
59db1f30e6 - removed BUG and TODO since we use SourceForge now,
- cleaned up some strings to make translations a bit easier
2000-07-24 18:25:20 +00:00
Luke Ehresman
323a7118d1 - made the date like Netscape Messenger: if today show time, if this week
show day and time, else show month day year.
- Fixed error in the way we send the "from" header -- had been sending:
  Luke Ehresman <luke@squirrelmail.org> without the quites.. needed them!
- Fixed error when parsing url messages.  If it is longer than the word
  wrap length, it doesn't wrap it.
- fixed bug reported to list about next/prev not working (needed urlMailbox)
2000-07-23 15:31:05 +00:00
Luke Ehresman
b849651bb9 - fixed bugs in conf.pl, removed some unnecessary options
- tweaked UI in a few more places
- made fonts larger when viewing full header
2000-07-12 11:01:46 +00:00
Luke Ehresman
cb9a59a769 - fixed bugs in sorting by from and subject
- After login, you go to INBOX, not the welcome screen
- worked out some more bugs in conf.pl
- subscribe/unsubscribe can select multiple folders at one time
- made empty trash happen on left side so you stay where you are
- standardized look and feel a little bit more
- fixed problems with renaming of folders
2000-07-10 09:22:44 +00:00