The 'nocookies' error page is no longer needed
[citadel.git] / webcit /
2011-09-04 Art CancroThe 'nocookies' error page is no longer needed
2011-09-04 Art Cancropush/pop destination_url instead of passing it through...
2011-09-04 Art CancroAdd new member 'PushedDestination' to wcsession. This...
2011-09-04 Art Cancrominor html markup change
2011-09-04 Art CancroMoved the noscript warning to head.html
2011-09-04 Art CancroCOND:ROOM:EDITACCESS now observes (not) logged in
2011-09-04 Art CancroApplied the GetLoggedInFirst() semantics to the Reply...
2011-09-04 Art Cancrofix b0rken on IE, maybe operat too
2011-09-04 Art CancroThe Citadel icon is now a cute button
2011-09-04 Art CancroAuth box now uses proper Citadel and OpenID icons
2011-09-04 Art CancroNew CSS for the login modal
2011-09-04 Art CancroCleaned up the CSS for the login box
2011-09-04 Art CancroAdded a bit of whitespace
2011-09-04 Art CancroReplaced missing 'content' div in create room screen.
2011-09-04 Art CancroGetLoggedInFirst() now goes directly to destination_url...
2011-09-04 Art CancroCleanup of previous commit
2011-09-04 Art Cancro503 Service Unavailable when we can't connect to citserver
2011-09-04 Art CancroFixed broken location of sources in create-pot.sh
2011-09-04 Art CancroPerformed a bunch of markup fixes suggested by validato...
2011-09-04 Art Cancrocosmetic stuff
2011-09-04 Art CancroThe 'Log in' button now routes to GetLoggedInFirst...
2011-09-04 Art CancroSmooth transition between logged-in and not-logged...
2011-09-04 Art CancroInitial version of modal login is now working.
2011-09-04 Art CancroWrote the initial version of the 'ajax_login_username_p...
2011-09-04 Art CancroChanged 'free software' to 'open source' to piss off...
2011-09-04 Art CancroChanged 'free software' to 'open source' to piss off...
2011-09-04 Art CancroInitial (not yet working) version of modal/ajax login box
2011-09-04 Art CancroBegan implementing GetLoggedInFirst(destination_url...
2011-09-04 Art Cancrocosmetic cleanup only
2011-09-04 Art CancroSummary page displays site name instead of user name...
2011-09-04 Art CancroSmoother navigation and restricted iconbar for guest...
2011-09-04 Art CancroA conditional in roombanner.html was reversed. Fixed it.
2011-09-04 Art Cancroadded a javascript alert to display an error when ...
2011-09-04 Art Cancroupgrade scriptaculous to 1.9.0
2011-09-04 Art Cancroupgrade prototype to 1.7
2011-09-04 Art CancroBegan removing some of the logged-in checks
2011-09-04 Art CancroTuned up the 'logged in as' / 'not logged in' ...
2011-09-04 Art CancroTemplated a new location in the banner to display logge...
2011-09-04 Art CancroRoom info popup is now onMouseOver instead of onClick
2011-09-04 Wilfried GoesgensResync i18n with launchpad; add Czek translation.
2011-09-04 Art CancroFixed bugs related to last three commits
2011-09-04 Art CancroRemoved the logging facility from citserver, use syslog...
2011-09-04 Art CancroRequire logged-in in order to revert a wiki page
2011-09-04 Art CancroWhen we 503, do it in HTML
2011-09-04 Art Cancroforward-port r4a30bae41553 from stable
2011-09-04 Art Cancrouse the short commit hash
2011-09-04 Wilfried GoesgensResync i18n with launchpad
2011-08-31 Wilfried Goesgensadd .silent and some echo logic to our makefiles; thank...
2011-08-28 Art CancroSet all version numbers to 8.00 -- FEATURE FREEZE FOR...
2011-07-19 Art CancroDBG_QR[2] now a configurable loggable
2011-07-19 Art CancroWrap all calls to pthread_mutex_lock() and pthread_mute...
2010-12-15 Wilfried GoesgensRoom info in banner should respect utf8 when cutting...
2010-12-14 Art CancroRoom info in banner was completely broken. Fixed.
2010-12-13 Art CancroJ-escape instead of U-escape attachment removal urls.
2010-12-13 Art Cancroremove attach works now but has filename escape bugs
2010-12-13 Art Cancrourl binding and skeleton js for remove attachment
2010-12-13 Art CancroWrote the ajax call for remove_attachment(), todo:...
2010-12-12 Art CancroAttachments count is now updated in navbar
2010-12-12 Art CancroShow throbber during attachment upload
2010-12-11 Art CancroHide upload box during an upload. TODO: add throbber.
2010-12-11 Art Cancroremove image borders in the upload pane
2010-12-11 Art CancroChange 'Attach' to 'Attachments: 0' (updater will follow)
2010-12-11 Art CancroNew upload dialog is now feature complete
2010-12-10 Art CancroUploading now works. It is ugly but it works.
2010-12-10 Art CancroPerform uploads via a (eventually to be hidden) iframe
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-10 Art CancroReworking the enter message and attach dialogs
2010-12-10 Wilfried GoesgensFix typo in translation.
2010-12-10 Wilfried GoesgensHunt for mime_parser bugs...
2010-12-02 Wilfried GoesgensUpdate to launchpad R24
2010-12-01 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-01 Wilfried GoesgensResync to launchpad translation add Bulgarian
2010-11-30 Art CancroDismissing the popup-is-blocked window now opens it...
2010-11-30 Art CancrotoggleModal() now explicitly accepts an argument of...
2010-11-30 Art CancroModal dialog for the popup blocker warning
2010-11-30 Art Cancrofix stupidness in closewindow icon
2010-11-30 Art Cancromake the cancel button 32x32
2010-11-30 Art CancroUse modal dialog for confirm logoff
2010-11-30 Art CancroIntegrated a modal dialog framework (not in use yet)
2010-11-28 Wilfried GoesgensMemleak: getaddrinfo needs freeadrinfo here too.
2010-11-27 Wilfried GoesgensDon't leak FD's while serving static files if they...
2010-11-25 Art Cancro<HTML> and <HEAD> set to overflow: hidden to get rid...
2010-11-25 Art Cancroremove a FIXME that we fixed
2010-11-22 Art CancroPermalinks work now but they are ugly.
2010-11-22 Art CancroBegan working on a permalink system WARNING NOT WORKING YET
2010-11-21 Wilfried Goesgensavoid calling GETR for the number of total/read messages
2010-11-19 Art CancroBegan fleshing out the CSS for blog view
2010-11-16 Wilfried GoesgensDon't send identity header if we want to do gzip compre...
2010-11-15 Wilfried GoesgensMemleak: post_message(): don't forget about the recipie...
2010-11-15 Wilfried GoesgensMemleak: put request local strings into the http-header...
2010-11-15 Art CancroBegan defining CSS for blog view
2010-11-12 Art CancroNew templates for rendering messages as blog posts...
2010-11-12 Art CancroLocalized strings for blog view
2010-11-10 Art Cancromsgbuttons are now back to being ordinary links.
2010-11-09 Wilfried GoesgensUpdate translations to Launchpad R13
2010-11-09 Wilfried Goesgenscheck whether the sorting algorithm specified via BSTRs...
2010-11-04 Wilfried Goesgenshandle errors during netedit:
2010-11-04 Wilfried GoesgensNew macro for putting a Citserver reply into important...
2010-11-01 Wilfried GoesgensUps, its el_GR not el_EL
next