citadel.git
12 years agofix all the tiny conditional problems our new checker told us about.
Wilfried Goesgens [Thu, 4 Aug 2011 21:09:56 +0000 (21:09 +0000)]
fix all the tiny conditional problems our new checker told us about.

12 years agouse the regular template error logging for our new endconditional checker, so we...
Wilfried Goesgens [Thu, 4 Aug 2011 20:52:11 +0000 (20:52 +0000)]
use the regular template error logging for our new endconditional checker, so we get our clean regular and detailed error messages.

12 years agoafter reading a template sanity check conditionals whether they're paired
Wilfried Goesgens [Mon, 1 Aug 2011 23:10:00 +0000 (23:10 +0000)]
after reading a template sanity check conditionals whether they're paired

12 years agomove the rest of the places to use AppendImportantMessage() or GetServerStatusMsg()
Wilfried Goesgens [Sun, 31 Jul 2011 22:40:06 +0000 (22:40 +0000)]
move the rest of the places to use AppendImportantMessage() or GetServerStatusMsg()

12 years agoups. zero based so an off by one.
Wilfried Goesgens [Sun, 31 Jul 2011 16:49:56 +0000 (16:49 +0000)]
ups. zero based so an off by one.

12 years agoFix our problems with strings like this: "abc'def" in template token strings.
Wilfried Goesgens [Sat, 30 Jul 2011 17:58:48 +0000 (17:58 +0000)]
Fix our problems with strings like this: "abc'def" in template token strings.

12 years agoPermalinks for messages in BBS rooms
Art Cancro [Sat, 30 Jul 2011 16:27:10 +0000 (12:27 -0400)]
Permalinks for messages in BBS rooms

12 years agocheck template token name for invalid chars; that way we find ')' etc.
Wilfried Goesgens [Sat, 30 Jul 2011 16:23:32 +0000 (16:23 +0000)]
check template token name for invalid chars; that way we find ')' etc.

12 years agobuybuy plaintext important message.
Wilfried Goesgens [Thu, 28 Jul 2011 23:16:12 +0000 (23:16 +0000)]
buybuy plaintext important message.

12 years agoIn BBS view, include an anchor tag on each message
Art Cancro [Thu, 28 Jul 2011 17:05:06 +0000 (13:05 -0400)]
In BBS view, include an anchor tag on each message

12 years agomore documentation work..
Wilfried Goesgens [Thu, 28 Jul 2011 12:32:42 +0000 (12:32 +0000)]
more documentation work..

12 years agowork on documentation.
Wilfried Goesgens [Thu, 28 Jul 2011 12:29:29 +0000 (12:29 +0000)]
work on documentation.

12 years agoenhance GetServerStatus to GetServerStatusMsg; supply migration define
Wilfried Goesgens [Thu, 28 Jul 2011 12:13:42 +0000 (12:13 +0000)]
enhance GetServerStatus to GetServerStatusMsg; supply migration define

GetServerStatusMsg() can now directly add the server reply text after the status code into WC->ImportantMsg.

12 years agoWorked around issue where gotoroom() is called with WC->CurRoom.name and the contents...
Art Cancro [Wed, 27 Jul 2011 20:35:02 +0000 (16:35 -0400)]
Worked around issue where gotoroom() is called with WC->CurRoom.name and the contents of this pointer then become invalid due to room change

12 years agoFinetuned the IE dropshadow
the_mgt [Wed, 27 Jul 2011 10:17:20 +0000 (12:17 +0200)]
Finetuned the IE dropshadow

12 years agotemplate moving the messages select target.
Wilfried Goesgens [Mon, 25 Jul 2011 20:56:35 +0000 (20:56 +0000)]
template moving the messages select target.

12 years agoswitch to templated sieve editor; disable old.
Wilfried Goesgens [Mon, 25 Jul 2011 19:41:24 +0000 (19:41 +0000)]
switch to templated sieve editor; disable old.

12 years agoIndented, added some "" and the altern class, sieve rules should now display proper...
the_mgt [Mon, 25 Jul 2011 11:40:10 +0000 (13:40 +0200)]
Indented, added some "" and the altern class, sieve rules should now display proper backgrounds
There seems to be one </div> tag too many

12 years agoUse MS own fullblownshadowing engine to create dropshadows, looks better now.
the_mgt [Mon, 25 Jul 2011 11:02:35 +0000 (13:02 +0200)]
Use MS own fullblownshadowing engine to create dropshadows, looks better now.
Maybe directions and thickness need finetuning.

12 years agoMerged the Simplified Chinese (zh_CN) translation submitted by elliott callaway ...
Art Cancro [Mon, 25 Jul 2011 01:08:03 +0000 (21:08 -0400)]
Merged the Simplified Chinese (zh_CN) translation submitted by elliott callaway <flingkatu@gmail.com>

12 years agofix bunches of tiny typos; do_template?template=sieve_list produces similar results...
Wilfried Goesgens [Sun, 24 Jul 2011 21:09:35 +0000 (21:09 +0000)]
fix bunches of tiny typos; do_template?template=sieve_list produces similar results to the non templated system.

12 years agonarrow old and new sieve rules editor
Wilfried Goesgens [Sun, 24 Jul 2011 21:08:26 +0000 (21:08 +0000)]
narrow old and new sieve rules editor

  - add some \n's to the old editor for easier diff
  - pad our list of sieve rules with empty ones, so we work like the old one.

12 years agoThe monitoring page plays really stupid games with the session. Eliminate all.
Art Cancro [Sun, 24 Jul 2011 18:30:21 +0000 (14:30 -0400)]
The monitoring page plays really stupid games with the session.  Eliminate all.

12 years agositemap now uses its own private roomlist function. I know this is probably suboptim...
root [Sun, 24 Jul 2011 18:14:32 +0000 (14:14 -0400)]
sitemap now uses its own private roomlist function.  I know this is probably suboptimal but I'm desperate to find a fix here.

12 years agositemap now uses GetRoomListHash() which is what I should have used in the first...
Art Cancro [Sun, 24 Jul 2011 17:52:01 +0000 (13:52 -0400)]
sitemap now uses GetRoomListHash() which is what I should have used in the first place

12 years agoImplement selecting of sieve rule target room in dropdown.
Wilfried Goesgens [Sun, 24 Jul 2011 15:56:42 +0000 (15:56 +0000)]
Implement selecting of sieve rule target room in dropdown.

12 years agoupsi, that const was missing.
Wilfried Goesgens [Sun, 24 Jul 2011 15:10:43 +0000 (15:10 +0000)]
upsi, that const was missing.

12 years agoIE <9 styling with seperate stylesheet
the_mgt [Sun, 24 Jul 2011 13:59:50 +0000 (15:59 +0200)]
IE <9 styling with seperate stylesheet
Added conditional for IE less than version 9, removed the nonworking stuff from general stylesheets and moved them to ie_lte8.css
Also forced IE8 to use IE8 rendering instead of "legacy" mode.

12 years agoFix lots of warnings all over the place, make inbound buffers of FMOUT const.
Wilfried Goesgens [Sun, 24 Jul 2011 13:43:32 +0000 (13:43 +0000)]
Fix lots of warnings all over the place, make inbound buffers of FMOUT const.

12 years agoStrBufSipLine(): make input params const; fix several warnings about unused code.
Wilfried Goesgens [Sun, 24 Jul 2011 13:35:59 +0000 (13:35 +0000)]
StrBufSipLine(): make input params const; fix several warnings about unused code.

12 years agocleanup webcit.h; utils.c, remove unneeded stuff
Wilfried Goesgens [Sat, 23 Jul 2011 22:16:32 +0000 (22:16 +0000)]
cleanup webcit.h; utils.c, remove unneeded stuff

12 years agosieve editor: continue templating, add 'one' iterator for the default template
Wilfried Goesgens [Sat, 23 Jul 2011 20:21:45 +0000 (20:21 +0000)]
sieve editor: continue templating, add 'one' iterator for the default template

12 years agostart fixing sieve editor templates
Wilfried Goesgens [Sat, 23 Jul 2011 20:18:38 +0000 (20:18 +0000)]
start fixing sieve editor templates

  - use the right number of vars for const
  - fix names with reality in C

12 years agoTinkered with the memory pointers in sitemap.c to try to hopefully fix the random...
Art Cancro [Sat, 23 Jul 2011 02:25:58 +0000 (22:25 -0400)]
Tinkered with the memory pointers in sitemap.c to try to hopefully fix the random crashes we have been having.

12 years agofix summary view
Wilfried Goesgens [Thu, 21 Jul 2011 20:39:36 +0000 (20:39 +0000)]
fix summary view

  - add neccessary stuff to header/trailer to make the page complete
  - add URL-handlers for the summary page sections for the refreshing
  - fix tokens and circumvent our singlequote bug once more.

12 years agoSERV:ADMIN doesn't need any parameters, it just has one optional one (escaping)
Wilfried Goesgens [Thu, 21 Jul 2011 20:38:53 +0000 (20:38 +0000)]
SERV:ADMIN doesn't need any parameters, it just has one optional one (escaping)

12 years agoAvoid re-using sessions that are already bound to an executing thread. This will...
Art Cancro [Wed, 20 Jul 2011 16:59:42 +0000 (12:59 -0400)]
Avoid re-using sessions that are already bound to an executing thread.  This will hopefully rightsize both the threadpool and the unbound session pool.

12 years agotemporary logging for debug
Art Cancro [Wed, 20 Jul 2011 15:53:20 +0000 (11:53 -0400)]
temporary logging for debug

12 years agofix pointer indirection to get the right escaper.
Wilfried Goesgens [Tue, 19 Jul 2011 21:45:32 +0000 (21:45 +0000)]
fix pointer indirection to get the right escaper.

12 years agotemplatize uploading dialog for room/... graphics.
Wilfried Goesgens [Mon, 18 Jul 2011 00:06:17 +0000 (00:06 +0000)]
templatize uploading dialog for room/... graphics.

12 years agofix templating errors in display of a single user profile
Wilfried Goesgens [Sun, 17 Jul 2011 23:35:30 +0000 (23:35 +0000)]
fix templating errors in display of a single user profile

12 years agowe have to wrap do_template into some functions, else it won't work. fix the display...
Wilfried Goesgens [Sun, 17 Jul 2011 23:33:21 +0000 (23:33 +0000)]
we have to wrap do_template into some functions, else it won't work. fix the display of the user.

12 years agofix evaluating of userlist bios...
Wilfried Goesgens [Sun, 17 Jul 2011 23:10:44 +0000 (23:10 +0000)]
fix evaluating of userlist bios...

12 years agoLBIO: output LISTING_FOLLOWS; skip the . and .. directory entries.
Wilfried Goesgens [Sun, 17 Jul 2011 23:09:53 +0000 (23:09 +0000)]
LBIO: output LISTING_FOLLOWS; skip the . and .. directory entries.

12 years ago"Fixed" issues in IE by removing PIE.htc behaviour from critical places
the_mgt [Sat, 16 Jul 2011 13:24:01 +0000 (15:24 +0200)]
"Fixed" issues in IE by removing PIE.htc behaviour from critical places
1. iconbar hover effect lagged awfully behind
2. messages and boxes began to fall apart when an element styled by PIE.htc was scrolled out of the #content div
This might be a bug in PIE.htc, need to check and report upstream, if so.

We are now back to edged uglyness without pretty box shadows, but usability has to be dominant until we find a proper fix
NOTE: border-radius.htc does not work on iconbar buttons, it totally messes them up!

12 years agoAttempting to fix a segfault generated in Removecontext()
Art Cancro [Fri, 15 Jul 2011 18:46:41 +0000 (14:46 -0400)]
Attempting to fix a segfault generated in Removecontext()

12 years agotemplatize userlist
Wilfried Goesgens [Fri, 15 Jul 2011 15:08:36 +0000 (15:08 +0000)]
templatize userlist

  - move the little remaining stuff & needed functionality into useredit.c
  - hash users by UID, faster, plus also uniq, and more clever to search from LBIO.
  - utilize the new '1' parameter to LBIO so we can quickly locate users
  - modify the users found in LBIO to mark them having a bio
  - templatize userlist & user detailview.

12 years agoadd new outputtoken 'F', which does FMOUT with the escaper.
Wilfried Goesgens [Fri, 15 Jul 2011 15:07:36 +0000 (15:07 +0000)]
add new outputtoken 'F', which does FMOUT with the escaper.

12 years agooops, forgot to add this file.
Wilfried Goesgens [Fri, 15 Jul 2011 15:07:07 +0000 (15:07 +0000)]
oops, forgot to add this file.

12 years agoLBIO: add parameter
Wilfried Goesgens [Fri, 15 Jul 2011 15:01:54 +0000 (15:01 +0000)]
LBIO: add parameter

  - if the user provided '1' just the UIDs are listed instead of the actual user name.
  - we now use dirent and friends instead of outputting the output of the unix ls command *cough*

12 years agomove beginbox & endbox to box_* so we can tidy up our static/t/ directory a little...
Wilfried Goesgens [Fri, 15 Jul 2011 12:54:38 +0000 (12:54 +0000)]
move beginbox & endbox to box_* so we can tidy up our static/t/ directory a little more.

12 years agofixed some hickups in summary templating
Wilfried Goesgens [Fri, 15 Jul 2011 12:54:15 +0000 (12:54 +0000)]
fixed some hickups in summary templating

12 years agomove blog templates into their own directory
Wilfried Goesgens [Fri, 15 Jul 2011 12:12:44 +0000 (12:12 +0000)]
move blog templates into their own directory

12 years agomove json message rendering templates into its own directory
Wilfried Goesgens [Fri, 15 Jul 2011 12:07:30 +0000 (12:07 +0000)]
move json message rendering templates into its own directory

12 years agomove dav stuff into its own directory.
Wilfried Goesgens [Fri, 15 Jul 2011 12:05:34 +0000 (12:05 +0000)]
move dav stuff into its own directory.

12 years agotemplatize the summary (half baked)
Wilfried Goesgens [Fri, 15 Jul 2011 11:48:37 +0000 (11:48 +0000)]
templatize the summary (half baked)

12 years agotemplatize (partialy) the summary page.
Wilfried Goesgens [Fri, 15 Jul 2011 11:47:15 +0000 (11:47 +0000)]
templatize (partialy) the summary page.

12 years agoWhen the maximum number of client connections has been exceeded, turn away SMTP clien...
Art Cancro [Thu, 14 Jul 2011 16:09:55 +0000 (12:09 -0400)]
When the maximum number of client connections has been exceeded, turn away SMTP clients with a 451 response instead of a 500.

12 years agoAdded myself to README
the_mgt [Thu, 14 Jul 2011 16:01:39 +0000 (18:01 +0200)]
Added myself to README

12 years agoAdded the Cc's to ReplyAll
Art Cancro [Wed, 13 Jul 2011 22:26:44 +0000 (18:26 -0400)]
Added the Cc's to ReplyAll

12 years agoExtracting the 'To:' header from the replying_to message now works.
Art Cancro [Wed, 13 Jul 2011 21:29:42 +0000 (17:29 -0400)]
Extracting the 'To:' header from the replying_to message now works.

12 years agoExtracting the 'To:' header from the replying_to message now works.
Art Cancro [Wed, 13 Jul 2011 21:27:28 +0000 (17:27 -0400)]
Extracting the 'To:' header from the replying_to message now works.

12 years agoClarified some of the error messages in citmail.c
Art Cancro [Wed, 13 Jul 2011 17:30:01 +0000 (13:30 -0400)]
Clarified some of the error messages in citmail.c

12 years agoInitial implementation of the 'replying_to=' method for extracting Subject and Refere...
Art Cancro [Tue, 12 Jul 2011 04:34:54 +0000 (00:34 -0400)]
Initial implementation of the 'replying_to=' method for extracting Subject and References from Citadel using the msgnum being replied to instead of passing them back and forth through the browser.  Fully in place for public rooms Reply and ReplyQuoted.  Mail messages are next.

12 years agoAllow reuse of WebCit sessions currently resident in memory by unbinding unless the...
Art Cancro [Mon, 11 Jul 2011 18:46:40 +0000 (14:46 -0400)]
Allow reuse of WebCit sessions currently resident in memory by unbinding unless the session is logged in or explicitly provided a session cookie.  This prevents cookieless web spiders from flooding the session table.

12 years agoRemoved a comment documenting the behavior of a bug which we have since fixed.
Art Cancro [Mon, 11 Jul 2011 17:39:44 +0000 (13:39 -0400)]
Removed a comment documenting the behavior of a bug which we have since fixed.

12 years agoRemoved Msg->reply_to because it held data for an older version of the code, we no...
Art Cancro [Mon, 11 Jul 2011 03:02:47 +0000 (23:02 -0400)]
Removed Msg->reply_to because it held data for an older version of the code, we no longer do it this way

12 years agoAdded another empty box to the login screen. This creates enough room to fit the...
Art Cancro [Sat, 9 Jul 2011 22:03:51 +0000 (18:03 -0400)]
Added another empty box to the login screen.  This creates enough room to fit the username/password dialog without a scrollbar.

12 years agoFix broken links to static/expand.gif and static/collapse.gif remaining in wclib.js
Art Cancro [Sat, 9 Jul 2011 22:00:50 +0000 (18:00 -0400)]
Fix broken links to static/expand.gif and static/collapse.gif remaining in wclib.js

12 years agoAllow 'knrooms' in wiki rooms so welcome pages can show the room list in a link
Art Cancro [Sat, 9 Jul 2011 00:58:45 +0000 (20:58 -0400)]
Allow 'knrooms' in wiki rooms so welcome pages can show the room list in a link

12 years agoIf all messages are new during a 'read new messages' operation, assume that this...
Art Cancro [Fri, 8 Jul 2011 23:29:40 +0000 (19:29 -0400)]
If all messages are new during a 'read new messages' operation, assume that this is the user's first visit to the room and start reading on the most recent page instead of showing them ancient history.

12 years agoThis time, I really fixed the alignment in mbox view! Last time, I did fix something...
the_mgt [Fri, 8 Jul 2011 08:13:44 +0000 (10:13 +0200)]
This time, I really fixed the alignment in mbox view! Last time, I did fix something else.
Again, credits go to Matthew McBride (matt/mcbridematt) for the patch!

12 years agoremoved the green border i had only for testing purposes
the_mgt [Fri, 8 Jul 2011 07:40:53 +0000 (09:40 +0200)]
removed the green border i had only for testing purposes

12 years agoFor sites in guest mode, redirect to the landing page after we're logged out.
Art Cancro [Thu, 7 Jul 2011 22:41:21 +0000 (18:41 -0400)]
For sites in guest mode, redirect to the landing page after we're logged out.

12 years agoRemoved box shadow and round borders from blockquotes in tinymce (while editing)
the_mgt [Thu, 7 Jul 2011 11:09:05 +0000 (13:09 +0200)]
Removed box shadow and round borders from blockquotes in tinymce (while editing)

12 years agoFixed some css errors
the_mgt [Wed, 6 Jul 2011 23:20:01 +0000 (01:20 +0200)]
Fixed some css errors

12 years agoFixed the alignment before and after sorting the mailbox view!! Thanks to matt (Matth...
the_mgt [Wed, 6 Jul 2011 22:55:17 +0000 (00:55 +0200)]
Fixed the alignment before and after sorting the mailbox view!! Thanks to matt (Matthwe McBride)!
Also tried to fix the spacing in the table itself, so that long topics don't leak into the sender name...
Found out that FF3's js engine counts differently from operas and is off by a few pixels.
This is unbelievably frustrating and the current workaround is to leave 1em space, which is far too much.

12 years agoCondense the default wholist when there are multiple sessions from the same user
Art Cancro [Wed, 6 Jul 2011 16:59:10 +0000 (12:59 -0400)]
Condense the default wholist when there are multiple sessions from the same user

12 years agoalmost completely validated the notes, there is multiple using of unique IDs going...
the_mgt [Tue, 5 Jul 2011 22:46:00 +0000 (00:46 +0200)]
almost completely validated the notes, there is multiple using of unique IDs going on, which should be handled by classes

12 years agoroomchat should be valid now (but two warnings, i am content if we move from error...
the_mgt [Tue, 5 Jul 2011 22:36:04 +0000 (00:36 +0200)]
roomchat should be valid now (but two warnings, i am content if we move from error to warning)

12 years agoW3C validation again, also removed some trailing whitespace
the_mgt [Tue, 5 Jul 2011 22:22:58 +0000 (00:22 +0200)]
W3C validation again, also removed some trailing whitespace

12 years agoAdded a missing "=" on the userpicture link "alt" tag, the "&amp;" does work fine
the_mgt [Tue, 5 Jul 2011 22:10:51 +0000 (00:10 +0200)]
Added a missing "=" on the userpicture link "alt" tag, the "&amp;" does work fine
Also X-escaped the roomname on knrooms_rooms.html (for the roomnames containing &)
and added two missing </div>s to the knrooms.html. W3C is happier now

12 years agoNew URL 'monitor' to be used by monitoring scripts
Art Cancro [Tue, 5 Jul 2011 22:42:15 +0000 (18:42 -0400)]
New URL 'monitor' to be used by monitoring scripts

12 years agoRemoved some temporary log messages
Art Cancro [Tue, 5 Jul 2011 22:07:35 +0000 (18:07 -0400)]
Removed some temporary log messages

12 years agoMostly HTML Validation stuff, also removed the #room_ROOMNAME id until we have a...
the_mgt [Tue, 5 Jul 2011 21:49:04 +0000 (23:49 +0200)]
Mostly HTML Validation stuff, also removed the #room_ROOMNAME id until we have a proper "space" replacing escaper
<img src=\"image?name=_userpic_&amp;parm=" <- on the userlist might act funny, i hope not

12 years agoForgot to add the login pngs...
the_mgt [Tue, 5 Jul 2011 21:06:52 +0000 (23:06 +0200)]
Forgot to add the login pngs...

12 years agoAdded http://pc.de to the list of people contributing to the artwork,
the_mgt [Tue, 5 Jul 2011 21:04:41 +0000 (23:04 +0200)]
Added pc.de to the list of people contributing to the artwork,
also mentioning the "Free to use in commercial sites." statement.

12 years agoAdded a nice keyhole-ish login/signon icon to the iconbar
the_mgt [Tue, 5 Jul 2011 21:01:58 +0000 (23:01 +0200)]
Added a nice keyhole-ish login/signon icon to the iconbar

12 years agoDamn you firefox! Borders in the banner!! This time really fixed...
the_mgt [Tue, 5 Jul 2011 19:02:37 +0000 (21:02 +0200)]
Damn you firefox! Borders in the banner!! This time really fixed...

12 years agoRemoved borders from images for FF (what is it with that browser that every image...
the_mgt [Tue, 5 Jul 2011 16:54:02 +0000 (18:54 +0200)]
Removed borders from images for FF (what is it with that browser that every image gets a border?!?!)
Pimped the userlist view: edit option is now an icon, added "titles", changed table spacing to look proper,
turned host info into monospaced font and added a navbar

12 years agoMoved all images out of /static, but the citadel-logo.gif,
the_mgt [Tue, 5 Jul 2011 13:32:20 +0000 (15:32 +0200)]
Moved all images out of /static, but the citadel-logo.gif,
most of the gone to /static/webcit_icons/old,
expand.gif and collapse.gif to /static/webcit_icons/, since they are still used

12 years agoReplaced orange feed/rss image by the blue one from our iconset, added file icon...
the_mgt [Tue, 5 Jul 2011 12:27:19 +0000 (14:27 +0200)]
Replaced orange feed/rss image by the blue one from our iconset, added file icon for rooms with files into banner, made the "X files" description the same style as the rss line above it.
Had to fool around with the css for the banner again, in order to do so.

12 years agooopsy, forgot to escape something. also removed the alignment and hardcoded border...
the_mgt [Tue, 5 Jul 2011 00:27:29 +0000 (02:27 +0200)]
oopsy, forgot to escape something. also removed the alignment and hardcoded border, we can use css now.

12 years agoMadethe service.css look better, added a navbar to the banner and put the "chat with...
the_mgt [Tue, 5 Jul 2011 00:24:36 +0000 (02:24 +0200)]
Madethe service.css look better, added a navbar to the banner and put the "chat with user" link into that navbar

12 years agoAdded the id #room_ROOMNAME to the body tag, this enables us to use some conditionals...
the_mgt [Mon, 4 Jul 2011 23:50:34 +0000 (01:50 +0200)]
Added the id #room_ROOMNAME to the body tag, this enables us to use some conditionals throughout the whole webcit like:
body#room_ROOMNAME #some_id { whatever-css: youlike; }

Made the file chooser input selector bigger so that you can actually read the filename
Added class .bio to the bio view and a service.css to style it

12 years agoremoved trailing "." from "logged in as" line, added a new icon for admin tasks and...
the_mgt [Mon, 4 Jul 2011 10:17:37 +0000 (12:17 +0200)]
removed trailing "." from "logged in as" line, added a new icon for admin tasks and changed the previous config icon to resemble the old one more

12 years agoForgot to remove the infos class from the loggedinas.html. Now the actiondiv fits...
the_mgt [Mon, 4 Jul 2011 08:50:22 +0000 (10:50 +0200)]
Forgot to remove the infos class from the loggedinas.html. Now the actiondiv fits into the banner again.

12 years agofixed a log variable name
Art Cancro [Mon, 4 Jul 2011 00:54:33 +0000 (20:54 -0400)]
fixed a log variable name

12 years agowork on sieve templates
Wilfried Goesgens [Sun, 3 Jul 2011 23:09:12 +0000 (23:09 +0000)]
work on sieve templates

12 years agofix crash with wrong pointer indirection in setup.c
Wilfried Goesgens [Sun, 3 Jul 2011 23:08:30 +0000 (23:08 +0000)]
fix crash with wrong pointer indirection in setup.c