rename wprintf to wc_printf; wchar.h also has a wprintf
[citadel.git] / webcit / roomops.c
2009-10-23 Wilfried Göesgensrename wprintf to wc_printf; wchar.h also has a wprintf
2009-10-23 Art Cancro* Set up links and templates for the history page,...
2009-10-21 Art Cancro* New command 'WIKI history|<pagename>' to list the...
2009-10-20 Wilfried Göesgens* add a Display name to our handlers; this will be...
2009-10-19 Wilfried Göesgens* add way to have tokens do their custom parse-time...
2009-10-15 Wilfried Göesgens* switch roomlisting to templating
2009-10-08 Art Cancro* When entering a wiki room, display the wiki home...
2009-10-01 Wilfried Göesgens* more work into direction of DAV templates
2009-09-28 Art Cancro* Noted that the Wiki view is broken. Must begin worki...
2009-09-07 Wilfried Göesgens* implement read state for room templates
2009-08-29 Wilfried Göesgens* move room listing related stuff into its own file
2009-08-28 Wilfried Göesgens* move marchlist into its own file
2009-08-24 Wilfried Göesgens* move the marchlist into its own file
2009-07-22 Wilfried Göesgens* fix room logo upload
2009-06-22 Wilfried Göesgens* in gotonext etc. check for the availability of parame...
2009-06-17 Art Cancro* ParsePref() was returning if it encountered a blank...
2009-06-17 Art Cancro* more temporary logging messages
2009-06-17 Art Cancro* temporary tracing messages
2009-06-17 Art Cancro* Style cleanup
2009-06-16 Wilfried Göesgens* use constr structs for our static string arrays
2009-06-16 Wilfried Göesgens* close table tag
2009-06-16 Wilfried Göesgens* fix memory leaks in java treelist
2009-06-16 Wilfried Göesgens* hunt down &'s that should be ?'s in URLs
2009-06-12 Wilfried Göesgens* specify image sizes for faster rendering
2009-06-12 Art Cancro* Remove hardcoded parameters from 'Read all messages...
2009-06-01 Wilfried Göesgens* typo.
2009-06-01 Wilfried Göesgens* use GetServerStatus for the new handlers
2009-05-24 Wilfried Göesgens* move stuff from Hdr into substruct that may be easily...
2009-05-22 Wilfried Göesgens* revert sort order & start on the 'Read all messages...
2009-05-17 Wilfried Göesgens* more fixes, offset in URLS is different now, since...
2009-05-17 Wilfried Göesgens* BIG rewrite of header handling and slimming of contex...
2009-05-10 Wilfried Göesgens* shrinked the rest of these shutdown stuff into the...
2009-05-04 Wilfried Göesgens* serv_getln now is a wrapper around existing functiona...
2009-04-28 Wilfried Göesgens* start migrating important message to strbuf; have...
2009-03-19 Art Cancro* Changed ConditionalIsRoomtype() to use a full string...
2009-03-16 Wilfried Göesgens* add conditional to check room-types
2009-02-20 Wilfried Göesgens* silence some warnings. Why do 'may be used uninitiali...
2009-02-11 Art Cancro* Reinstated the 'Delete' button in the mailbox view...
2009-02-10 Wilfried Göesgens* add name of callback hook for logging (yes, I LOVE...
2009-02-10 Wilfried Göesgens* move serv_info into the session, here we can control...
2009-02-03 Wilfried Göesgens! create strbufs before accessing them
2009-01-28 Matt* restore context menu in online user list
2009-01-26 Matt* add missing banner on preferences template
2009-01-26 Wilfried Göesgens* handle new strbufs in wcsession correctly
2009-01-25 Wilfried Göesgens* shuffled members of wcsession -> do a make clean...
2009-01-14 Wilfried Göesgens* add 'control context'; which will carry information...
2009-01-13 Matt* move output_headers to the top of readloop, before...
2009-01-12 Wilfried Göesgens+ add =() subtemplates for params
2009-01-12 MattMerge new summary view branches changes into trunk
2009-01-10 Wilfried Göesgens* realize types in preferences like thought at the...
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...
2008-12-27 Wilfried Göesgens* add first draft of group-change detection
2008-12-26 Wilfried Göesgens* --pedantic cleanup.
2008-12-24 Wilfried Göesgens* fix dropdown
2008-12-14 Wilfried Göesgens* fix some conditions with unassigned variable access
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-08 Wilfried Göesgens* if we need the first urlpart, we musn't move it just...
2008-12-07 Wilfried Göesgens* make readloop long-controlled
2008-11-29 Wilfried Göesgens* valgrind cleanup
2008-11-24 Wilfried Göesgens* remove old (replaced) code
2008-11-24 Wilfried Göesgens* escape roomname properly
2008-11-23 Wilfried Göesgens* add transitional beginboxx template and move some...
2008-11-20 Wilfried Göesgens* map room-flags into conditionals
2008-09-23 Wilfried Göesgens* add contexttype, so the subst can precheck the contex...
2008-09-15 Wilfried Göesgens* move stuff in header and subst.c arround to be better...
2008-09-14 Wilfried Göesgens* preinit the serverbuffer, so we don't get unexpected...
2008-08-31 Wilfried Göesgens* switch menubar to template
2008-08-31 Wilfried Göesgens* make who is online view via templates
2008-08-25 Wilfried Göesgens* some pointer magic to get rid of warnings
2008-08-25 Wilfried Göesgens* fix hickup with the floordiv_expanded setting; the...
2008-08-19 Wilfried Göesgens* fixes
2008-08-17 Wilfried Göesgens* add new 'Context' Parameter to the template call
2008-08-03 Mattmass mobile update, interface cleanup and restyling.
2008-07-14 Wilfried Göesgens* removed handlers from webcit.h if possible
2008-07-13 Wilfried Göesgens* copy daves great handler script and modify it to...
2008-07-12 Wilfried Göesgens* added GCC Format String checkers to the remaining...
2008-07-09 Wilfried Göesgens* catch some more error conditions, double frees...
2008-07-09 Wilfried Göesgens* added gcc printf format checking to wprintf
2008-06-22 Art CancroThe 'edit room' tab panel now uses the same CSS that...
2008-06-16 Art CancroWhen grabbing addresses for the address book popup...
2008-05-06 Art CancroCompleted 'Add New Note'. The new sticky notes view
2008-05-02 Wilfried Göesgens* migrated SUBST stuff to hash
2008-05-01 Wilfried Göesgens* added matts date picker widget
2008-04-04 Wilfried Göesgens* we have now several bstrs:
2008-03-18 Dave WestAdded new POP3 client config options
2008-02-15 Art CancroSearch box is only enabled when the server's full text...
2008-02-06 Wilfried Göesgens* set the roomflax apropriate.
2008-01-28 Art Cancro* Unfinished code is now disabled.
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-17 Wilfried Göesgens* decode subject in the right position; if we decode...
2008-01-16 Wilfried Göesgens* don't overrun our room list.
2008-01-16 Art CancroVIEW_ definitions are now in libcitadel.h
2007-12-31 Art Cancro* Cleaned up some misc comments
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-11-07 Wilfried Göesgens* make the files number a link
2007-11-06 Dave WestFile counting for directory rooms now checks both QR_DI...
next