citadel.git
2010-12-29 Art CancroWrote the initial version of the 'ajax_login_username_p...
2010-12-29 Art CancroChanged 'free software' to 'open source' to piss off...
2010-12-29 Art CancroChanged 'free software' to 'open source' to piss off...
2010-12-29 Art CancroInitial (not yet working) version of modal/ajax login box
2010-12-29 Art CancroBegan implementing GetLoggedInFirst(destination_url...
2010-12-29 Art Cancrocosmetic cleanup only
2010-12-28 Art CancroSummary page displays site name instead of user name...
2010-12-28 Art CancroSmoother navigation and restricted iconbar for guest...
2010-12-28 Art CancroA conditional in roombanner.html was reversed. Fixed it.
2010-12-28 Art Cancroadded a javascript alert to display an error when ...
2010-12-28 Art Cancroupgrade scriptaculous to 1.9.0
2010-12-28 Art Cancroupgrade prototype to 1.7
2010-12-23 Art CancroBegan removing some of the logged-in checks
2010-12-23 Art CancroTuned up the 'logged in as' / 'not logged in' ...
2010-12-22 Art CancroTemplated a new location in the banner to display logge...
2010-12-22 Art CancroRoom info popup is now onMouseOver instead of onClick
2010-12-22 Wilfried GoesgensResync i18n with launchpad
2010-12-22 Wilfried GoesgensResync i18n with launchpad; add Czek translation.
2010-12-22 Wilfried Goesgensfix typo in french po file.
2010-12-22 Wilfried GoesgensFix off by one here too; else we will send two '<'...
2010-12-22 Art CancroRevert "libevent integration"
2010-12-22 Art CancroRevert "Libevent integration"
2010-12-22 Art CancroRevert "Revert "Replaced client_read() with socket_read...
2010-12-22 Art CancroRevert "Replaced client_read() with socket_read_blob...
2010-12-21 Wilfried GoesgensLibevent integration
2010-12-21 Wilfried Goesgenslibevent integration
2010-12-20 Art CancroReplaced client_read() with socket_read_blob() in serv_...
2010-12-17 Art CancroCleaned up the loop that receives network spool. NOT...
2010-12-17 Art CancroContent-transfer-encoding: ISO-8859-1 joins the 'no...
2010-12-15 Wilfried GoesgensMove: give the SMTP-Client its own file.
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 Wilfried GoesgensSMTP Async I/O:
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 Wilfried GoesgensMimeparser Bugfix
2010-12-12 Wilfried GoesgensIgnore all of our test binaries.
2010-12-12 Wilfried GoesgensAdd possibility to trigger the tests with Valgrind
2010-12-12 Wilfried GoesgensBugfix: several errors in our test program
2010-12-12 Wilfried GoesgensBugfixing: free our hashpositions...
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 Wilfried GoesgensIntegrate IGs tests
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 Wilfried GoesgensMimeparser Bugfix:
2010-12-10 Wilfried GoesgensPerformance improvement / Bugfix Mime handling while...
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 GoesgensMimeparser bugfix; if we continue we must flush the...
2010-12-10 Wilfried GoesgensHunt for mime_parser bugs...
2010-12-09 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-09 Wilfried GoesgensMore tiny bugfixes on the mimeparser
2010-12-08 Art CancroMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-08 Art CancroAdded the regression test I wrote while fixing stripall...
2010-12-07 Wilfried GoesgensCorrectly evaluate whether we have a decoded mime part...
2010-12-07 Wilfried GoesgensPerformance: use memchr to find the next '-' and then...
2010-12-07 Wilfried GoesgensAdd more test-mimecontainers.
2010-12-07 Wilfried GoesgensBe more conservative about when not to apply binary...
2010-12-07 Art CancroRewrote stripallbut() again, tested extensively
2010-12-05 Wilfried GoesgensAdd test running our wildfire sample code
2010-12-05 Wilfried GoesgensIn the name of test-coverage: #if 0 the parts we don...
2010-12-05 Wilfried GoesgensDon't forget to cleanup gcov output in xdgmime
2010-12-05 Wilfried GoesgensMore shell calls to all our tests
2010-12-05 Wilfried GoesgensAdd test for loading one mimepart from the mimestructur...
2010-12-05 Wilfried GoesgensAdd test for looking up the icon for a specific mimetype.
2010-12-05 Wilfried GoesgensDon't put a static buffer into content_encoding; its...
2010-12-02 Wilfried GoesgensUpdate to launchpad R24
2010-12-02 Wilfried Goesgensadd scripts to run and test and have code coverage...
2010-12-02 Wilfried GoesgensAdd possibility to trigger the mimeparser internal...
2010-12-02 Wilfried GoesgensTestdata: add an email with base64 encoded content.
2010-12-02 Wilfried GoesgensRemove loop, its a little unfriendly to run it a 10000...
2010-12-02 Wilfried GoesgensAdd test to call mime lookup algorithms
2010-12-02 Wilfried GoesgensIgnore more missing .gcov files
2010-12-01 Wilfried GoesgensMerge branch 'master' of ssh://git.citadel.org/appl...
2010-12-01 Wilfried GoesgensResync to launchpad translation add Bulgarian
2010-12-01 Wilfried GoesgensIgnore gcov generated files.
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-28 Wilfried GoesgensMime-parser rework: parse the mime headers of the curre...
2010-11-27 Wilfried GoesgensExclude testdata from the distribution tgzs; they don...
2010-11-27 Wilfried GoesgensAnonimize?
2010-11-27 Wilfried Goesgensignore new test binary for git
2010-11-27 Wilfried GoesgensAdd test mime containers that (used to..) cause trouble...
2010-11-27 Wilfried GoesgensAdd mime-parser-testing tool
2010-11-27 Wilfried GoesgensMore hickups found due to the mimetester; pre push.
next