citadel.git
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 "&" 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 "&" 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

12 years agoAllow the token 'dotgoto?' to bypass wiki hyperlink rewriting, so that we can post...
Art Cancro [Sun, 3 Jul 2011 22:21:51 +0000 (18:21 -0400)]
Allow the token 'dotgoto?' to bypass wiki hyperlink rewriting, so that we can post links to specific rooms in wiki pages.  This seems hackish and could potentially be replaced by a better solution.

12 years agoremoved the scrollbars around the login box. this is a hackish, we really need to...
the_mgt [Sun, 3 Jul 2011 19:23:30 +0000 (21:23 +0200)]
removed the scrollbars around the login box. this is a hackish, we really need to get rid of that 16% stuff for the iconbar and our messy global div

12 years agoTried to fix the scrolling in #room_info and renamed contancts.png. All our images...
the_mgt [Sun, 3 Jul 2011 18:24:30 +0000 (20:24 +0200)]
Tried to fix the scrolling in #room_info and renamed contancts.png. All our images have "singular" case in their name. (task.png, not tasks.png for example!)

12 years agoCleaned and sobered up the roombanner css and html:
the_mgt [Sun, 3 Jul 2011 17:45:34 +0000 (19:45 +0200)]
Cleaned and sobered up the roombanner css and html:
1. It is all a table now
2. paddings and margins look good (room info no longer growing into actiondiv)
3. moved the "logged in as" into actiondiv (looks a bit crowded, but we will take care of that soon)
4. fade in/out effects for extended room info are no longer collibri style

I am not yet satisfied with the height of the #room_info and the scrollbar doesnt work!

12 years agoCorrected some icon references, added new icons and hopefully made it more consistent
the_mgt [Sun, 3 Jul 2011 14:40:31 +0000 (16:40 +0200)]
Corrected some icon references, added new icons and hopefully made it more consistent

12 years agoUpdated PIE.htc to 1.0beta4, maybe it improves IE performance
the_mgt [Sun, 3 Jul 2011 11:44:56 +0000 (13:44 +0200)]
Updated PIE.htc to 1.0beta4, maybe it improves IE performance
If not, we have to tone down on it and/or resort to border.ht for buttons

12 years agoagain some improvements, chat and edit links now avaiable in navbar, dropped <?WHO...
the_mgt [Sun, 3 Jul 2011 03:16:30 +0000 (05:16 +0200)]
again some improvements, chat and edit links now avaiable in navbar, dropped <?WHO:PIC>
how would we pass the username to this template? I need that for testing...

12 years agoremoved c-cruft, added <?WHO:RBIO("X")> for bio text and <?WHO:PIC> for user picture
the_mgt [Sun, 3 Jul 2011 02:23:04 +0000 (04:23 +0200)]
removed c-cruft, added <?WHO:RBIO("X")> for bio text and <?WHO:PIC> for user picture

12 years agoImproved the look of the file room view, also made alternated table style work
the_mgt [Sun, 3 Jul 2011 02:12:51 +0000 (04:12 +0200)]
Improved the look of the file room view, also made alternated table style work

12 years agoadded header to bare bio template
the_mgt [Sun, 3 Jul 2011 01:35:57 +0000 (03:35 +0200)]
added header to bare bio template

12 years agochanged icon and indented lines
the_mgt [Sun, 3 Jul 2011 00:57:15 +0000 (02:57 +0200)]
changed icon and indented lines
are there no closing tags for the table/content div on purpose?

12 years agoMerged the changes dothebart and I did, wasnt that hard
the_mgt [Sun, 3 Jul 2011 00:01:58 +0000 (02:01 +0200)]
Merged the changes dothebart and I did, wasnt that hard

12 years agoRenamed the /icons directory to /webcit_icons because of incompatibility with symlink...
the_mgt [Sat, 2 Jul 2011 23:28:46 +0000 (01:28 +0200)]
Renamed the /icons directory to /webcit_icons because of incompatibility with symlinking to local iconset for mimetypes
Also changed the references to reflect the new positions

12 years agoTemplatize sieve rules editor; return success/fail state of serverwrite
Wilfried Goesgens [Sat, 2 Jul 2011 21:10:16 +0000 (21:10 +0000)]
Templatize sieve rules editor; return success/fail state of serverwrite

 - return status of sending stuff to citserver, so we can abort loops in time if our connection dies.
 - add sieve scripts lists with content to the session for one request
 - add hooks for listing sieve scripts and their contents
 - add parser for our webcit embedded sieve editor
 - add hooks for our webcit embedded sieve editor
 - add templates with the contents from sieve.c

12 years agoMade the actiondiv (offer startpage, search, select roomview) texts a little smaller...
the_mgt [Sat, 2 Jul 2011 20:21:42 +0000 (22:21 +0200)]
Made the actiondiv (offer startpage, search, select roomview) texts a little smaller and less dominant

12 years agoremoved width/height, not nescessary anymore
the_mgt [Fri, 1 Jul 2011 12:14:18 +0000 (14:14 +0200)]
removed width/height, not nescessary anymore

12 years agoImproved logic and look of the login.html (and partly the modal)
the_mgt [Fri, 1 Jul 2011 12:12:13 +0000 (14:12 +0200)]
Improved logic and look of the login.html (and partly the modal)
Also renamed the delete.png to abort, makes more sense.
Deployed abort.png where it fits (closewindow.gif loks bad when blown to 32pixel)

12 years agoUgly hack to fix wiki history broken by the 'message xxx is not in this room' securit...
Art Cancro [Fri, 1 Jul 2011 05:13:12 +0000 (01:13 -0400)]
Ugly hack to fix wiki history broken by the 'message xxx is not in this room' security check

12 years agoFixed a stack smash in the wiki module
Art Cancro [Fri, 1 Jul 2011 03:47:18 +0000 (23:47 -0400)]
Fixed a stack smash in the wiki module

12 years agoGenerate wiki diffs using a temp file instead of a big string of realloc() calls.
Art Cancro [Fri, 1 Jul 2011 02:47:57 +0000 (22:47 -0400)]
Generate wiki diffs using a temp file instead of a big string of realloc() calls.
Noted a block of code in which we are smashing the stack and need to fix.

12 years agoReplaced the favicon with the "collaboration.png" from "Essen", we really need to...
the_mgt [Fri, 1 Jul 2011 02:30:20 +0000 (04:30 +0200)]
Replaced the favicon with the "collaboration.png" from "Essen", we really need to get something more citadelish here

12 years agoremoved 'width="24" height="24' statements, new icons are 16x16
the_mgt [Fri, 1 Jul 2011 02:13:23 +0000 (04:13 +0200)]
removed 'width="24" height="24' statements, new icons are 16x16

12 years agoSlight adaptions to proportions and margins of navbar/iconbar links, so the new icons...
the_mgt [Fri, 1 Jul 2011 02:11:55 +0000 (04:11 +0200)]
Slight adaptions to proportions and margins of navbar/iconbar links, so the new icons can really shine!

12 years agoAdapted c-files to new iconset "Essen"
the_mgt [Fri, 1 Jul 2011 01:30:54 +0000 (03:30 +0200)]
Adapted c-files to new iconset "Essen"
Moved some additional icons from static/ to static/icons
The goal is, that we can remove all stray image files from static/ after the transition
Only relevant .gif in static that is left should be citadel-logo.gif.

12 years agoreverted 755 permissions on files to 644. Wherever that came from, sorry...
the_mgt [Fri, 1 Jul 2011 01:05:37 +0000 (03:05 +0200)]
reverted 755 permissions on files to 644. Wherever that came from, sorry...
Also renamed an icon to the proper .png name

12 years agoAdded new iconset "Essen" from http://pc.de/icons/ and modified all files under stati...
the_mgt [Fri, 1 Jul 2011 00:53:43 +0000 (02:53 +0200)]
Added new iconset "Essen" from pc.de/icons/ and modified all files under static/t accordingly
Icons are in subfolder "icons/essen" so we can eventually add other iconsets and make them choosable from Webcit
Moved some commonly used icons we need to keep to newly created icons/ dir
Old icons will go to subfolder "icons/old" after the transition, so retro enthusiasts can choose them eventually
Places in c-files will follow in next commit

12 years agofix off by one while checking for the maximum number of tokens
Wilfried Goesgens [Thu, 30 Jun 2011 21:11:14 +0000 (21:11 +0000)]
fix off by one while checking for the maximum number of tokens

12 years agoChanged color of dropdown roomlist room items in iconbar and updated copyright year...
the_mgt [Thu, 30 Jun 2011 20:12:58 +0000 (22:12 +0200)]
Changed color of dropdown roomlist room items in iconbar and updated copyright year to 2011