citadel.git
2009-01-25 Art Cancro* The '/webcit' prefix was only stripped when running...
2009-01-25 Art Cancro* render_MAIL_html() now passes a message number instea...
2009-01-25 Art Cancro* mailbox summary view - make headers smaller
2009-01-24 Art Cancro* Ran create-pot.sh
2009-01-24 Wilfried Göesgens* fix text in translation; thanks to Dirk Heinrichs...
2009-01-24 Matt* multi-select in webcit is back, apologies to those...
2009-01-23 Art Cancro* Move iconbar font size declaration to webcit.css
2009-01-23 Art Cancro* Font size change to iconbar
2009-01-23 Art Cancro* Specify all font sizes in percent.
2009-01-22 Wilfried Göesgens+ beautification: remove double slashes from filenames...
2009-01-22 Wilfried Göesgens* make it const so gcc doesn't moan
2009-01-21 Art Cancro* Reduce some of the calendar editor elements to preven...
2009-01-21 Art Cancro* If the user has not selected a time format, make...
2009-01-21 Art Cancro* ParsePref() was passing NULL values to the target...
2009-01-21 Art Cancro* fmt_time() in 24-hour mode, no leading space
2009-01-21 Art Cancro* Summary view - don't display a time for all day events
2009-01-21 Art Cancro* Reduced mailbox_summary font size down to 8pt, looks...
2009-01-21 Art Cancro* Reapplied 'mailbox_summary' class to the mailbox...
2009-01-20 Matttemporarily have IterateStruct in subst.h so mailbox...
2009-01-20 MattRestore mailbox view
2009-01-20 Art Cancro* When saving a Task, if the status is COMPLETED then...
2009-01-19 Art Cancro* Fixed a template error that caused c_auth_mode to...
2009-01-19 Wilfried Göesgens* applied samjams fix. Note: /static is also to be...
2009-01-19 Art Cancro* Restored the instant messenger popup
2009-01-19 Art Cancro* Centered the 'Log in using OpenID' link
2009-01-19 Art Cancro* Edit user: markup was showing through because USERLIS...
2009-01-19 Art Cancro* iterate_load_userlist() zeroed out the wrong struct...
2009-01-18 Wilfried Göesgens+ add flag to print backtraces in template logging...
2009-01-18 Wilfried Göesgens! fix crash in X-Preferences API; return NULL if not...
2009-01-18 Art Cancro* During server startup, if config.c_default_cal_zone...
2009-01-17 Wilfried Göesgens* make error logging NULL safe.
2009-01-16 Art Cancro* Restore the proper tty parameters when exiting becaus...
2009-01-16 Art Cancro* Removed the NETF command and the UI elements which...
2009-01-16 Art Cancro* Moved some comments around
2009-01-16 Art Cancro* Removed some redundant code
2009-01-15 Wilfried Göesgens* document function calls and structures
2009-01-15 Wilfried Göesgens* temporarily disable parameter-checking. Conditionals...
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-14 Art Cancro* In host auth mode, if a user logs in who has no gecos...
2009-01-13 Matt* fix bug introduced by last commit - messages now...
2009-01-13 Wilfried Göesgens* fix tiny memory leak; hashpos needs to be freed.
2009-01-13 Matt* fix issues with room list in firefox 2 (didn't detect...
2009-01-13 Matt* move output_headers to the top of readloop, before...
2009-01-12 Wilfried Göesgens+ let the admin select the locales to preset / not...
2009-01-12 Matt*fix numerous regressions that I let slip:
2009-01-12 Wilfried Göesgens+ link gettext.c into setup, so we know the servers...
2009-01-12 Art Cancro* Properly handle '551 too many users' error in WebCit...
2009-01-12 Wilfried Göesgens+ add =() subtemplates for params
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 [jslint...
2009-01-08 Art Cancro* Applied patch submitted by 'uplink' to ignore spuriou...
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 Matt+ New function: StrECMAEscAppend, does string escaping...
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-04 Art Cancro* libcurl operations now timeout after 180 seconds...
2009-01-02 Art Cancro* Convert all freebusy data to UTC prior to output
2009-01-02 Art Cancro* Cleaned up some overly verbose log messages
2009-01-01 Art Cancro* start tinkering with timezones in freebusy
2009-01-01 Art Cancro* Implemented recurrence in freebusy display. todo...
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 Cancro* Different approach for freebusy and recurring events...
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-29 Art Cancro* Fixed a bug introduced by the previous commit; timest...
2008-12-29 Art Cancro* More cleanup prep for freebusy overhaul
2008-12-29 Art Cancro* Began preparing freebusy generation for recurring...
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
2008-12-27 Art Cancro* serv_calendar.c: conflict checker is now timezone...
2008-12-27 Art Cancro* serv_calendar.c: simplified one of the conditionals...
2008-12-27 Art Cancro* database.c: removed some code that had been commented...
next