]> code.citadel.org Git - citadel.git/history - webcit
* make pedantic.
[citadel.git] / webcit /
2009-01-12 Wilfried Göesgens* make pedantic.
2009-01-12 Art Cancro* webcit.css: returned tabcontent_submit width back...
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-11 Wilfried Göesgens+ all special token parameters may now have their strin...
2009-01-11 Wilfried Göesgens* complete the sorting api by non-room based preferences
2009-01-11 Art Cancro* messages.c: Msg->MsgBody->msgnum = msgnum;
2009-01-11 Art Cancro* Reapplied the stylesheet change made in r6864
2009-01-11 Art Cancro* Updated render_MIME_ICS() to do the right thing if...
2009-01-10 Art Cancro* Add text/calendar to the MSGP list. Also added...
2009-01-10 Wilfried Göesgens* realize types in preferences like thought at the...
2009-01-10 Mattadd other statics from wc-sv branch, cutover for iconba...
2009-01-10 Mattcopy wcpref.js from wc-summ branch to trunk
2009-01-10 Wilfried Göesgens* merge in matts r6917 so it doesn't colide with ongoin...
2009-01-09 Wilfried Göesgens* move addressbook popup code back from trailing javasc...
2009-01-09 Wilfried Göesgens! this token has to be renamed.
2009-01-09 Wilfried Göesgens* fix = that should be ==
2009-01-09 Wilfried Göesgens! fix bug with gotoroom introduced in the last version...
2009-01-08 Wilfried Göesgens* move some more vars from the session context to strbu...
2009-01-08 Art Cancro* Fixed some JavaScript syntax that JSLint [http:/...
2009-01-08 Art Cancro* Updated is_bogus() with an exploit I happen to be...
2009-01-07 Art Cancro* Tasks in summary view are now clickable too. I also...
2009-01-07 Art Cancro* Calendar events in the summary view are now clickable.
2009-01-07 Art Cancro* Eliminated an extra, unecessary call to begin_burst
2009-01-07 Art Cancro* Any URL may now contain a parameter called 'gotofirst...
2009-01-07 Art Cancro* Some of the 'security check failed' errors need an...
2009-01-06 Art Cancro* Attempting to fix the preferences screen. Correct...
2009-01-06 Art Cancro* Once the iconbar-embedded wholist was enabled, it...
2009-01-06 Art Cancro* Iconbar embedded wholist javascript moved to 'trailin...
2009-01-06 Art Cancro* Restored the original date/time display behavior...
2009-01-05 Art Cancro* locate_user_vcard() wasn't using either of its suppli...
2009-01-05 Art Cancro* icaltime_from_webform_date_only() now does that too...
2009-01-05 Art Cancro* icaltime_from_webform() now populates struct icaltime...
2009-01-01 Wilfried Göesgens* add gettext tokens to the tabbed api
2009-01-01 Wilfried Göesgens* modify gettext parameter syntax to skip () so, its...
2008-12-31 Art CancroUpdated various copyright notices to 2009. Happy GNU...
2008-12-31 Wilfried Göesgens* fix trailing string appending in URLIZING for plaintext.
2008-12-29 Wilfried Göesgens* add a destructor, else we will loose memory.
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-26 Wilfried Göesgens* hide message headers if not -T n & 0x2 != 0
2008-12-25 Wilfried Göesgens* don't shut down webcit in the timeout signal handler...
2008-12-24 Wilfried Göesgens* remove msgids from handling
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-23 Art Cancro* WebDAV PROPFIND method now offers the <getlastmodifie...
2008-12-22 Art Cancro* Alert the reader to recurrences in invitations.
2008-12-22 Art Cancro* Added 'overflow:hidden' to the stylesheet for 'mimepa...
2008-12-22 Art Cancro* When displaying calendar attachments embedded inside...
2008-12-20 Wilfried Göesgens* shortcut notation to tokens for hashkeys; TKEY(n...
2008-12-20 Wilfried Göesgens* msg_is_in_mset isn't here
2008-12-20 Wilfried Göesgens* remove accidently committed test stuff
2008-12-18 Wilfried Göesgens* split serialize/deserialize from message load/control...
2008-12-18 Wilfried Göesgens* fix signature attachig in message composing
2008-12-18 Wilfried Göesgens* add conditional for whether a preference value is...
2008-12-15 Mattfix (no subject) for blank message subjects
2008-12-14 Wilfried Göesgens* fix addressbook view. where did this get lost?
2008-12-14 Wilfried Göesgens* fix some conditions with unassigned variable access
2008-12-14 Wilfried Göesgens* some tiny cleanups...
2008-12-13 Wilfried Göesgens* remove libz crap, libcitadel does this now.
2008-12-13 Wilfried Göesgens* typedef wcsession, so we don't always need to say...
2008-12-13 Wilfried Göesgens* BIG shuffle:
2008-12-13 Wilfried Göesgens* don't ignore the last char of a template
2008-12-13 Wilfried Göesgens* add modifier evaluaton to the implicit conditional
2008-12-13 Wilfried Göesgens* rename RFCA Conditional so it matches the naming...
2008-12-13 Wilfried Göesgens* remove last remains of the separate attachment struct
2008-12-13 Wilfried Göesgens* add matts iterator
2008-12-13 Wilfried Göesgens* add counter and lastn to iterators:
2008-12-11 Wilfried Göesgens* buyebye pullquote message... byebye duplicate bugs...
2008-12-11 Wilfried Göesgens* fix attachments forwarding
2008-12-11 Wilfried Göesgens* load attachments in forwarded messages
2008-12-08 Wilfried Göesgens* ignore path/suff/pref headers.
2008-12-08 Art Cancro* Shuffled some code around in serv_calendar.c
2008-12-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-12-08 Wilfried Göesgens* fix messageselectomatic.
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-12-07 Wilfried Göesgens* follow api-change in several places
2008-12-06 Art Cancro* Remove ALL calendar recipient crapola in
2008-12-05 Art Cancro* UPDATE YOUR LIBICAL FROM SVN NOW.
2008-12-05 MattBig brown paper bag: unbreak groupdav propfinds (my...
2008-12-05 MattFix HTTP Basic auth
2008-12-03 Art Cancro* When encapsulating a VEVENT into a full VCALENDAR
2008-12-03 Art Cancro* Correctly set ;TZID= parameter on any date properties...
2008-12-02 Art Cancro* ical_encapsulate_subcomponent() now knows when it...
2008-12-02 Wilfried Göesgens* load_seen is our only condition for tagging messages
2008-12-02 Wilfried Göesgens* fix self service account button
2008-12-02 Art Cancro* Attach an icaltimezone pointer to any icaltimetype...
2008-12-02 Art Cancro* Minor formatting change
2008-12-02 Art Cancro* Simplified icaltime_from_webform()
2008-12-01 Wilfried Göesgens* sometimes switches need break statements.
2008-12-01 Wilfried Göesgens* upsie, forgot to add that.
2008-12-01 Art CancroLog an error message when ical_encapsulate_subcomponent...
2008-11-30 Wilfried Göesgens* abstract sorting algorithms. abstraction layer so...
2008-11-29 Wilfried Göesgens* removed double blockquote
2008-11-29 Wilfried Göesgens* increase number of messages to 10k as it was before...
2008-11-29 Wilfried Göesgens* valgrind cleanup
2008-11-29 Wilfried Göesgens* upsie, don't leak.
2008-11-29 Wilfried Göesgens* br's in quotes so you can write before / after them
2008-11-27 Wilfried Göesgens* rework login screen to utilize more modern templating
2008-11-26 Art Cancro* save_individual_event() is maintaining
2008-11-26 Art Cancro* save_individual_event() is maintaining
2008-11-26 Art Cancro* Decapsulate and dezonify calendar events as they are
next