]> code.citadel.org Git - citadel.git/history - webcit/static
* When outputting legacy Citadel format messages, stop only when we reach a 0x00...
[citadel.git] / webcit / static /
2010-07-19 Wilfried Göesgens* remove url-encoded strings; the Engine is advised...
2010-07-14 Art Cancro* Locked the banner div at top:0 to keep Google Chrome...
2010-07-13 Art Cancro* Fix overflow behavior on small displays for login...
2010-07-13 Art Cancro* Changed the room banner layout back to a table. ...
2010-07-12 Art Cancro* Fixed appearance bugs in the CSS bubble tooltips...
2010-07-11 Art Cancro* Replaced normalizeHeaderTable() which I had taken...
2010-07-11 Art Cancro* Eliminated the <tbody> from the message summary view...
2010-07-09 Art Cancro* Attempting to fix the mailsummary column layout
2010-07-08 Art Cancro* Bubble tooltips were not working properly in some...
2010-07-06 Art Cancro* Removed AddCss() from bubble tooltips javascript...
2010-07-05 Art Cancro* site/mailbox default expire values are now correctly...
2010-06-28 Art Cancro* Removed z-index manipulation from datepicker. The...
2010-06-23 Art Cancro* Removed JS function fixMissingCSSTable() which does...
2010-06-23 Art Cancro* Removed JS function fixOffsetBanner() which does...
2010-06-23 Art Cancro* Reduce the font size in the .msgbuttons class so...
2010-06-23 Art Cancro* Adjustment to font sizes to make it not suck so much...
2010-06-19 Wilfried Göesgens* fix Re:/Fw mechnics for email replying/forwarding...
2010-06-18 Art Cancro* Reduce size of icon bar button text. Looks better...
2010-06-17 Art Cancro* Use the correct class name for .chat_userlist_class...
2010-06-14 Art Cancro* Some fixes to make the banner work in IE7. Still...
2010-06-14 Art Cancro* remove ie5-mac hack
2010-06-10 Art Cancro* Fixed the scrolling problem in IE, and eliminated...
2010-06-09 Art Cancro* Removed a bunch of IE-isms no longer required now...
2010-06-09 Art Cancro* Merged the 'banner' and 'room_banner' classes. There...
2010-06-08 Art Cancro* Make the class names different from the div id's
2010-05-25 Art Cancro* Now attempting to fix the final few rendering problem...
2010-05-06 Art Cancro* cleanup
2010-04-29 Wilfried Göesgens* require DEF:VAL and DEF:STR to have one token, as...
2010-04-28 Art Cancro* A little more padding between the chat windows
2010-04-28 Art Cancro* Added a background color to the roomchat send box
2010-04-27 Art Cancro* upgrade prototype to 1.6.1
2010-04-27 Art Cancro* When the user navigates away from the roomchat screen...
2010-04-26 Art Cancro* More tweaks to the room chat window. Now displays...
2010-04-25 Art Cancro* Added some style to the roomchat window.
2010-04-24 Wilfried Göesgens* add Remove button
2010-04-24 Art Cancro* Finally got room chat working properly. Just need...
2010-04-22 Wilfried Göesgens* call json_roomflr with sort parameters
2010-04-19 Art Cancro* update room chat to the new protocol. This needs...
2010-04-10 Wilfried Göesgens* according to https://support.mozilla.com/en-US/forum...
2010-02-28 Wilfried Göesgens* ups wrong varname
2010-02-28 Wilfried Göesgens* general way to do retrieve / save autopurger data
2010-02-27 Wilfried Göesgens* switch room types to defines; no strcmp needed anymore.
2010-02-26 Wilfried Göesgens* utilize user enum, forward it into the templates...
2010-02-18 Wilfried Göesgens* work around ' bug
2010-02-18 Wilfried Göesgens* change sort order, group the two not simoultaneus...
2010-02-15 Art Cancro* Implemented a new way to show where the new and old...
2010-02-15 Art Cancro* Reverted r8284 ... we're going to do this a different way
2010-02-08 Wilfried Göesgens* add read state for message templates; draft.
2010-02-03 Art Cancro* New new BBS view
2010-01-19 Art Cancro* Replaced older/newer messages buttons with previous...
2010-01-17 Wilfried Göesgens* fix all those tiny bugs pointed out by our new subtem...
2010-01-16 Wilfried Göesgens* add macro to register defines with just a define...
2010-01-16 Art Cancro* the JavaScript code for the new BBS view has been...
2010-01-12 Wilfried Göesgens* fix memleak
2010-01-07 Art Cancro* Made the 'older messages' and 'newer messages' link...
2010-01-06 Art Cancro* Cleaned up the HTML and CSS for the new bbs view.
2009-12-30 Art Cancro* Cleaned up the look of the 'more' link in the new...
2009-12-29 Wilfried Göesgens* add the needed parameters to knrooms calls in two...
2009-12-28 Wilfried Göesgens* reorganize some templates into subdirectories
2009-12-18 Wilfried Göesgens* by matt:
2009-12-03 Wilfried Göesgens* ib_logoff isn't switcheable, remove it from the template
2009-12-03 Wilfried Göesgens* make the iconbar css a template
2009-11-25 Art Cancro* Changed some of the '&' between url parameters to...
2009-11-20 Art Cancro* Adjusted the 'caltoday' CSS to make it a color that...
2009-11-15 Art Cancro* Added a new category 'fallback smart host'. These...
2009-11-13 Art Cancro* Renamed the 'wikipage' variable to 'page' in the...
2009-11-11 Art Cancro* Fixed a bug that was causing the initial visit to...
2009-11-10 Art Cancro* wiki page list
2009-11-10 Wilfried Göesgens* storing the message list sort order in bbsview breaks...
2009-11-10 Art Cancro* skeleton code for a wiki pagelist screen
2009-11-08 Wilfried Göesgens* fix message escaping after adding attachments to...
2009-11-08 Art Cancro* Suppress the spurious 'message_content' div that...
2009-11-03 Wilfried Göesgens* apply the_mgts patch to fix the menu corner
2009-10-30 Wilfried Göesgens* by the_mgt: wrap a box around the knrooms treeview...
2009-10-29 Wilfried Göesgens* used wrong encoding for room links
2009-10-27 Art Cancro* Added some of the buttons needed for wiki revision...
2009-10-24 Art Cancro* History template
2009-10-23 Art Cancro* Set up links and templates for the history page,...
2009-10-18 Wilfried Göesgens* by feivel: Display week of year; addresses bug 494
2009-10-18 Wilfried Göesgens* by feivel: make the current day be highlighted in...
2009-10-16 Wilfried Göesgens* indent for better maintaineability
2009-10-15 Wilfried Göesgens* switch roomlisting to templating
2009-10-15 Wilfried Göesgens* add (INBOX) to the mailbox
2009-10-15 Wilfried Göesgens* add K (after j...) escaper for combined html + json;
2009-10-13 Art Cancro* Shuffled around the room banner so that the room...
2009-10-10 Art Cancro* When viewing a wiki page, display the page name along...
2009-10-07 Art Cancro* Don't show message headers in a wiki room.
2009-10-06 Art Cancro* When editing a wiki page, insert the existing version...
2009-10-06 Art Cancro* Marked off in the template where we need to add code...
2009-10-06 Art Cancro* Repaired pieces of the wiki engine that have fallen...
2009-10-01 Wilfried Göesgens* more work on the new templated dav interface
2009-10-01 Wilfried Göesgens* more work on dav and the new roomlist
2009-09-10 Wilfried Göesgens* remove unneeded var
2009-09-10 Wilfried Göesgens* add file forgot to add in R7581
2009-09-08 Wilfried Göesgens* implement (INBOX) thing
2009-09-07 Wilfried Göesgens* implement read state for room templates
2009-09-03 Wilfried Göesgens* fix NULL conditions in room sorters
2009-09-03 Art Cancro* Move SMTP queue view JavaScript to wclib.js
2009-09-03 Art Cancro* Do not allow notes to be resized any smaller than...
2009-09-01 Wilfried Göesgens* add splitted boxheader templates for ez use in flat...
next