Commit graph

59 commits

Author SHA1 Message Date
Erin Schnabel
74c7a174b8 update error_box, use more echos rather than big concat,
ensure header check in both stable and devel
2003-06-11 18:30:37 +00:00
Thijs Kinkhorst
0a3a6cf2ed Make sure we have a HTML-header already outputted before we send
the error message.
2003-06-09 14:39:15 +00:00
Thijs Kinkhorst
0799913494 Small tweaks:
Move include of display messages in file_prefs to the top of the file,
because it wasn't included everywhere correctly ('../functions') or in
some places not at all, better move it to the top so the functions are
available at all times in a consistent manner.
Also throw an error if the tmp pref file could not be copied.
Remove initializing of colors that aren't used in logout_error.
2003-03-10 23:23:09 +00:00
jangliss
9824b89096 No check to make sure logo is set... login.php verifies it exists and has
a value in first... changing behaviour here to match.
2003-03-05 03:55:31 +00:00
Thijs Kinkhorst
970c65a797 Obsolete sqm_topdir(), thanks Jimmy Connor for the tip.
sqm_topdir breaks installs that have open_basedir set, and it was only
used in one place, functionality has been superseded by SM_PATH.
2003-01-17 13:50:33 +00:00
Thijs Kinkhorst
75de52f258 Getting ready for 1.4.0 RC1 2002-12-31 12:49:43 +00:00
Thijs Kinkhorst
474d50b25a Change is_int to is_numeric, solves [ 655060 ] Image size for login.php and 2002-12-17 11:37:42 +00:00
stekkel
6b0015bd89 UI consistancy 2002-10-17 16:44:54 +00:00
stekkel
32d2037691 fix for call to do_hook in htmlHeaeder 2002-07-31 21:39:26 +00:00
graf25
c3f14b9ac2 A better solution to the problem of $DOCUMENT_ROOT. 2002-06-07 20:54:51 +00:00
Thijs Kinkhorst
c572ae0871 Fix include()s which use DOCUMENT_ROOT, which may not be the location where
SM is installed. Thanks to Dave.
2002-06-07 19:28:43 +00:00
Thijs Kinkhorst
904118c906 Fix some more HTML. 2002-05-16 08:28:06 +00:00
jmunro
a726cb6705 fix for bug #538641. Also fixes a few problems with sort types and the prev/next
links. also fixed a warning with incorrect login and E_ALL
2002-04-14 03:00:40 +00:00
Thijs Kinkhorst
bcefc477e9 Fix incorrect path in URL 2002-04-12 08:29:29 +00:00
Thijs Kinkhorst
70510c1394 Nuke obsolete function general_info 2002-04-12 08:26:57 +00:00
graf25
e941db3951 Three is a charm. 2002-04-06 21:10:59 +00:00
graf25
f6bbbd3d8d Better base_uri workaround code. 2002-04-06 21:00:18 +00:00
philippe_mingo
f9cbd7d61d Some optimization on frequent loaded code.
Unification of logout error messages.
Strings update.
Spanish strings update.
2002-03-30 09:31:43 +00:00
Bron Gondwana
0198f43746 Little bit of tidying up 2002-03-28 12:40:19 +00:00
Bron Gondwana
e5a5c56bd0 Fix & in URLs to & for correctness of HTML, also 100% to "100%" in
table definitions.
2002-02-19 01:43:19 +00:00
philippe_mingo
132d4d933f Code cleanup 2002-02-12 19:22:45 +00:00
philippe_mingo
62766e77f9 Bug fix 2002-02-12 19:13:40 +00:00
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
Thijs Kinkhorst
087942aa58 Replaced hard-coded colors with theme colors. 2002-01-23 13:56:05 +00:00
teepe
7d055cc994 some more html cleanup provided by Dave Huang 2001-12-26 14:42:38 +00:00
thomppj
1e2a9cc5d0 Getting ready for 1.2.0 release. 2001-12-23 07:42:40 +00:00
philippe_mingo
6504f073ca Sintax fix 2001-12-12 08:53:36 +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
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
1229641206 Coma bugfix 2001-10-30 16:42:08 +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
thomppj
2866c6b6e7 More "" to '' conversions. 2001-01-31 18:59: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
4c8b901c3e - added a bunch of sqimap_logout's where none existed
- deleting/moving takes you right back where you were
- Folders section is handled better, removed notification screens
- The options "cc" and "to and cc" were added to message highlighting
2000-07-08 11:13:09 +00:00
gustavf
11236627f8 Made a few strings easier to translate. 2000-06-14 07:52:09 +00:00
nehresma
c1d5c2628d changed log in method back to using cookies. also session id is now stored
in cookies.  preliminary caching done too, but commented out for now (not working).
2000-04-12 03:35:12 +00:00
Luke Ehresman
e02cfd342e changed <? to <?php in everything 2000-04-11 23:19:53 +00:00
nehresma
269fc50d58 added use of PHP's session management 2000-04-10 13:34:01 +00:00
Luke Ehresman
14565eb385 Added email addr parsing, added bugfix for boundary= header 2000-04-10 05:33:59 +00:00
Luke Ehresman
889bd2f79b Removed font tags 2000-03-05 04:54:42 +00:00
gustavf
960fbbd382 Added a constat to all files in functions/ to be able to chech whether the
file has already been included.
2000-03-01 08:44:35 +00:00
nehresma
d213b06c5b fixed several parse errors with gettext stuff 2000-01-13 23:07:42 +00:00
serek
8e53640075 added gettext support. 2000-01-13 20:26:52 +00:00
Luke Ehresman
a1e00ea177 fixed bug so it doesn't add slashes before apostrophies 2000-01-07 18:01:31 +00:00
Luke Ehresman
cc0f108e4e Updated deep ocean theme 2000-01-07 17:48:35 +00:00
Luke Ehresman
19fd99277d changed the background of the motd to always be white 2000-01-07 17:40:19 +00:00
Luke Ehresman
d6a84a74b5 Changed so that attachments don't have to be saved on the server. 2000-01-03 12:23:03 +00:00