]> code.citadel.org Git - citadel.git/history - webcit
(no commit message)
[citadel.git] / webcit /
2008-02-08 Wilfried Göesgens* tiny 'file'-extract, now we can detect the type of...
2008-02-08 Wilfried Göesgens* offer facility to up/download the greeter/goodbuye...
2008-02-08 Art CancroOops, applied that timezone offset in the wrong directi...
2008-02-08 Art Cancrohttpdate_to_datestamp() no longer needs to temporarily
2008-02-07 Art CancroFixed (hopefully) the mailing list problem.
2008-02-06 Wilfried Göesgens* set the roomflax apropriate.
2008-02-02 Wilfried Göesgens* dereference symlinks
2008-02-02 Wilfried Göesgens* set +x flags
2008-01-31 Art Cancro--- VERSION 7.30 ---
2008-01-30 Wilfried Göesgens* if we find an '&', try to watch out for an ; within...
2008-01-30 Wilfried Göesgens* TECH_PREVIEW here too.
2008-01-29 Wilfried Göesgens* readSmessage(); zero our strings properly so we don...
2008-01-29 Wilfried Göesgens* fix uninitialized case.
2008-01-29 Wilfried Göesgens* don't double evaluate the first pair; some nice comments
2008-01-29 Wilfried Göesgens* move the whole string rather than just the next parti...
2008-01-29 Wilfried Göesgens* remove blanks between qp partitions.
2008-01-29 Art CancroThird try. :(
2008-01-28 Wilfried Göesgens* use iconv for more parts of the message while replyin...
2008-01-28 Art Cancro* Unfinished code is now disabled.
2008-01-24 Art CancroFixed bug #226. The sample message supplied was
2008-01-23 Art CancroModified ical_dezonify() again. It seems that there
2008-01-22 Wilfried Göesgens* if two edit in the same screen...
2008-01-22 Wilfried Göesgens* correctly handle tcp write, so that we work properly...
2008-01-22 Wilfried Göesgens* use the hash to store our config.
2008-01-22 Art CancroFixed the webcit preferences bug once and for all,...
2008-01-20 Wilfried Göesgens* sanitize the next message pointer loop in the "Goto...
2008-01-20 Dave WestNow when a room is created or deleted this users icon...
2008-01-19 Art CancroAha! Finally found the culprit. Someone (possibly...
2008-01-19 Art CancroApplied matt's latest patch set
2008-01-18 Art CancroReinstated the call to icaltimezone_copy()
2008-01-17 Dave WestFix reply quoting in webcit.
2008-01-17 Wilfried Göesgens* decode subject in the right position; if we decode...
2008-01-17 Art CancroThe encoding and decoding tables for Base64 are
2008-01-17 Art CancroTemporary workaround to compile with old libical
2008-01-17 Art Cancrodtable/etable initialization code in libcitadel was
2008-01-16 Wilfried Göesgens* for loops seem to execute at least once? hm.
2008-01-16 Wilfried Göesgens* don't overrun our room list.
2008-01-16 Dave WestFixed the configure message for libical. It now says...
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2008-01-15 Wilfried Göesgens* our upstream changelog.
2008-01-15 Wilfried Göesgens* free the libical ringbuffer after displaying all...
2008-01-15 Wilfried Göesgens* use snprintf
2008-01-15 Dave WestAlter the webcit shutdown a bit more.
2008-01-15 Dave WestFixed signal handlers and contents of pid file.
2008-01-14 Wilfried Göesgens* if we can't find iconv in the libc, try to find it...
2008-01-14 Wilfried Göesgens* new urlesc here too.
2008-01-13 Wilfried Göesgens* remove snprintf
2008-01-13 Wilfried Göesgens* more witchhunt on sprintf
2008-01-13 Wilfried Göesgens* the same for msgescputs
2008-01-13 Wilfried Göesgens* jsesc works with pointermagic rather than strcat...
2008-01-10 Dave WestAttempt to fix bug #313.
2008-01-09 Dave WestFix the repeated signature and extra space at beginning...
2008-01-06 Art CancroWebCit now detects whether the Citadel server has Sieve...
2008-01-02 Wilfried Göesgens* free the libical ringbuffer in apropriate places
2008-01-02 Wilfried Göesgens* remove more unneeded files from the sourcedist tgz
2008-01-01 Art CancroMore verbose logging for get_default_icaltimezone(...
2007-12-31 Art Cancro* Cleaned up some misc comments
2007-12-29 Art CancroCopyright dates are now 2008.
2007-12-21 Wilfried Göesgens* inverting flags here too.
2007-12-13 Wilfried Göesgens* reflect new mailinglist flags in room-admin-interface
2007-12-12 Art CancroCalendar system now handles invitations and rsvp's
2007-12-11 Wilfried Göesgens* add link to the faq if we can't connect, so one gets...
2007-12-03 Art CancroEscape characters being transmitted by the instant...
2007-12-03 Art CancroSite config protocol and UI for XMPP port numbers
2007-12-03 Art Cancro* WebCit now clarifies, using a localized message ...
2007-12-02 Wilfried Göesgens* missing translation.
2007-12-01 Wilfried Göesgens* since we now require a new libical version, remove...
2007-12-01 Wilfried Göesgens* free timezone after using it.
2007-11-26 Art CancroFixed bug 301. /listsub operations do not require a
2007-11-20 Wilfried Göesgens* apache proxies and listsub/ don't play well.
2007-11-20 Wilfried Göesgens* fix locale compile support.
2007-11-20 Wilfried Göesgens* search absolute for the images on the server.
2007-11-19 Wilfried Göesgens* depend to libcitadel
2007-11-16 Art CancroMove vcard.c into libcitadel.
2007-11-16 Art CancroHUGE PATCH. This moves all of mime_parser.c and all
2007-11-15 Wilfried Göesgens* this is 7.24
2007-11-15 Wilfried Göesgens* msgnum is a long. format it like that.
2007-11-14 Art Cancroforce_room variable needs to be output using
2007-11-14 Art CancroAdded a 'force_room'
2007-11-13 Wilfried Göesgens* cleanup with variable substitution. cleaner replacing...
2007-11-11 Wilfried Göesgens* do non-blocking accept()
2007-11-11 Art Cancro* moved CtdlDecodeQuotedPrintable() into tools.c
2007-11-10 Art CancroWhen populating the address book popup with the contents of
2007-11-08 Art CancroFixed the problem dave reported yesterday, where a
2007-11-08 Wilfried Göesgens* ubuntu doesn't have localepurge
2007-11-08 Wilfried Göesgens* since we changed the versioning, we need to detect...
2007-11-08 Art CancroThis commit marks the 7.23 releases of both Citadel...
2007-11-08 Thierry Pasqualier- fix the IE7 bug to display the message buttons
2007-11-07 Wilfried Göesgens* make the files number a link
2007-11-07 Wilfried Göesgens* missing blank
2007-11-07 Thierry Pasqualier- removed an extra </select> on message selector on...
2007-11-07 Thierry PasqualierI correct the errors which are found by Firefox Tiny...
2007-11-07 Thierry PasqualierI added the name of the current user running in the...
2007-11-06 Dave WestFile counting for directory rooms now checks both QR_DI...
2007-11-06 Art CancroRemoved a stray </select> tag which appeared
2007-11-06 Art CancroRemoved an extra <div> and also fixed a <td> tag with
2007-11-06 Dave WestMoved files count to be on same line as message count...
2007-11-06 Thierry PasqualierCentering text in button only, not in other input field
2007-11-06 Thierry Pasqualieruse the same way to display all buttons.
2007-11-06 Thierry PasqualierUpdated stylesheet
next