citadel.git
15 years ago* add ssl xmpp port; this should work with pidgin as samjam documented.
Wilfried Göesgens [Sat, 28 Mar 2009 10:18:35 +0000 (10:18 +0000)]
* add ssl xmpp port; this should work with pidgin as samjam documented.

15 years ago* Fixed a multiselect bug in the mailbox view. Ctrl-click was selecting a message...
Art Cancro [Fri, 27 Mar 2009 17:02:23 +0000 (17:02 +0000)]
* Fixed a multiselect bug in the mailbox view.  Ctrl-click was selecting a message even if it was already selected.  Amended this code to make it toggle the current state instead.

15 years ago* make some pointers const...
Wilfried Göesgens [Wed, 25 Mar 2009 23:18:46 +0000 (23:18 +0000)]
* make some pointers const...
* trace whether we were shut down regular, or we crashed/were killed/...
* send an aide message if we unconditionaly exit.

15 years ago* escape subjects...
Wilfried Göesgens [Tue, 24 Mar 2009 18:38:51 +0000 (18:38 +0000)]
* escape subjects...

15 years ago* offer move message button just if we are allowed to. thanks to Trilcat for reportin...
Wilfried Göesgens [Mon, 23 Mar 2009 19:35:59 +0000 (19:35 +0000)]
* offer move message button just if we are allowed to. thanks to Trilcat for reporting this.

15 years ago* es.po: the correct license for this file was supposed to be GPL v2-or-later, not...
Art Cancro [Mon, 23 Mar 2009 17:00:18 +0000 (17:00 +0000)]
* es.po: the correct license for this file was supposed to be GPL v2-or-later, not GPL v2

15 years ago* if we fail to open the template, bail out with an error.
Wilfried Göesgens [Fri, 20 Mar 2009 22:30:00 +0000 (22:30 +0000)]
* if we fail to open the template, bail out with an error.
* actualy _install_ the template.

15 years ago* When aborting because of unsafe permissions on citadel.config, only show the last...
Art Cancro [Fri, 20 Mar 2009 16:36:12 +0000 (16:36 +0000)]
* When aborting because of unsafe permissions on citadel.config, only show the last three digits of the permissions.

15 years ago* Events and tasks which are missing a SUMMARY property are now displayed as 'Untitle...
Art Cancro [Fri, 20 Mar 2009 16:20:25 +0000 (16:20 +0000)]
* Events and tasks which are missing a SUMMARY property are now displayed as 'Untitled Event' or 'Untitled Task' instead of being omitted.  (I saw those two strings already in the code, so hopefully they've already been localized.)

15 years ago* Omit extended result code from SMTP response when we hit an RBL. We don't use...
Art Cancro [Fri, 20 Mar 2009 15:53:27 +0000 (15:53 +0000)]
* Omit extended result code from SMTP response when we hit an RBL.  We don't use those anymore.

15 years ago* In the JS instant messenger window, encode all outgoing messages using encodeURICom...
Art Cancro [Fri, 20 Mar 2009 02:39:55 +0000 (02:39 +0000)]
* In the JS instant messenger window, encode all outgoing messages using encodeURIComponent() before handing them off to Prototype for an AJAX call.  This allows non-ASCII characters to be sent without causing an error in the application.  Enjoy your ũmläȕŧŝ ☺

15 years ago* Rewrote part of the RBL check in a more portable way. It was completely failing...
Art Cancro [Thu, 19 Mar 2009 21:56:27 +0000 (21:56 +0000)]
* Rewrote part of the RBL check in a more portable way.  It was completely failing to do anything in its current form.

15 years ago* Removed the extra whitespace I added in while working on this template
Art Cancro [Thu, 19 Mar 2009 19:56:45 +0000 (19:56 +0000)]
* Removed the extra whitespace I added in while working on this template

15 years ago* Remove leading '|' from references if present
Art Cancro [Thu, 19 Mar 2009 19:54:21 +0000 (19:54 +0000)]
* Remove leading '|' from references if present

15 years ago* Got it. All references are now preserved.
Art Cancro [Thu, 19 Mar 2009 19:07:18 +0000 (19:07 +0000)]
* Got it.  All references are now preserved.

15 years ago* Now picking up the final message in the references list, but where did the others go?
Art Cancro [Thu, 19 Mar 2009 18:48:13 +0000 (18:48 +0000)]
* Now picking up the final message in the references list, but where did the others go?

15 years ago* Changed ConditionalIsRoomtype() to use a full string compare instead of one charact...
Art Cancro [Thu, 19 Mar 2009 17:10:32 +0000 (17:10 +0000)]
* Changed ConditionalIsRoomtype() to use a full string compare instead of one character in order to improve the readability and maintainability of this code.  (Also, the character being compared was the wrong one, so this also eliminates a bug.)

15 years ago* First attempt at restoring the correct Reply semantics
Art Cancro [Thu, 19 Mar 2009 14:55:28 +0000 (14:55 +0000)]
* First attempt at restoring the correct Reply semantics

15 years ago* After completing an SMTP queue run, include the number of messages processed in...
Art Cancro [Thu, 19 Mar 2009 14:22:27 +0000 (14:22 +0000)]
* After completing an SMTP queue run, include the number of messages processed in the log output

15 years ago* When using the javascript instant messenger screen, transmit outgoing messages...
Art Cancro [Thu, 19 Mar 2009 04:32:15 +0000 (04:32 +0000)]
* When using the javascript instant messenger screen, transmit outgoing messages to webcit using a real webcit command (new command: ajax_send_instant_message) instead of the ajax_server_cmd framework.  This gives us string unescaping for free, so we now escape all strings before transmitting them.  I was hoping this would fix the problem with sending non-ASCII characters through the instant messenger, but it didn't.  This will probably still be part of the solution though.

15 years ago* Applied dtx patch to fix access control problem with room aide posting in read...
Art Cancro [Thu, 19 Mar 2009 03:41:51 +0000 (03:41 +0000)]
* Applied dtx patch to fix access control problem with room aide posting in read only rooms

15 years ago* output right HTTP-Headers when whining for another citserver version
Wilfried Göesgens [Wed, 18 Mar 2009 19:48:35 +0000 (19:48 +0000)]
* output right HTTP-Headers when whining for another citserver version

15 years ago* change message list to use buffered serverread and nexttoken tokenizer
Wilfried Göesgens [Wed, 18 Mar 2009 19:20:40 +0000 (19:20 +0000)]
* change message list to use buffered serverread and nexttoken tokenizer

15 years ago* webcit part of michael meskes full day calendar patch; accidentely committed it...
Wilfried Göesgens [Tue, 17 Mar 2009 21:58:57 +0000 (21:58 +0000)]
* webcit part of michael meskes full day calendar patch; accidentely committed it partly in advance.

15 years ago* 7.43 in debian changelog...
Wilfried Göesgens [Tue, 17 Mar 2009 21:31:52 +0000 (21:31 +0000)]
* 7.43 in debian changelog...

15 years ago* 7.43 in debian changelog...
Wilfried Göesgens [Tue, 17 Mar 2009 21:30:50 +0000 (21:30 +0000)]
* 7.43 in debian changelog...

15 years ago* 7.43 in debian changelog...
Wilfried Göesgens [Tue, 17 Mar 2009 21:29:52 +0000 (21:29 +0000)]
* 7.43 in debian changelog...

15 years ago* Committed feivel's patch for multi day all day events
Art Cancro [Tue, 17 Mar 2009 21:29:11 +0000 (21:29 +0000)]
* Committed feivel's patch for multi day all day events

15 years ago* Updated credits
Art Cancro [Tue, 17 Mar 2009 15:50:18 +0000 (15:50 +0000)]
* Updated credits

15 years ago* Applied dtx patch for receiving second level headers in Sieve module
Art Cancro [Tue, 17 Mar 2009 15:08:56 +0000 (15:08 +0000)]
* Applied dtx patch for receiving second level headers in Sieve module

15 years ago* THIS IS 7.43 (BETA VERSION)
Art Cancro [Tue, 17 Mar 2009 03:22:44 +0000 (03:22 +0000)]
* THIS IS 7.43 (BETA VERSION)

15 years ago* foolproof the hex-decoder
Wilfried Göesgens [Mon, 16 Mar 2009 21:25:19 +0000 (21:25 +0000)]
* foolproof the hex-decoder
* some inline handling to fixup mips

15 years ago* if display local messages, don't do "bla blub" <foo@bar> but foo@bar in the reply...
Wilfried Göesgens [Mon, 16 Mar 2009 20:46:27 +0000 (20:46 +0000)]
* if display local messages, don't do "bla blub" <foo@bar> but foo@bar in the reply buttons

15 years ago* add conditional to check room-types
Wilfried Göesgens [Mon, 16 Mar 2009 19:50:49 +0000 (19:50 +0000)]
* add conditional to check room-types
* use hide 'delete' button if we're not allowed to
* check for room type BBS whether we show the one or the other button group

15 years ago* suport lower case hex digits too
Wilfried Göesgens [Fri, 13 Mar 2009 21:37:35 +0000 (21:37 +0000)]
* suport lower case hex digits too
* return ? on error.
* de-inline...

15 years ago* Be more intelligent about the way we load vCard fields into the on-screen editor...
Art Cancro [Fri, 13 Mar 2009 18:14:44 +0000 (18:14 +0000)]
* Be more intelligent about the way we load vCard fields into the on-screen editor.  Properties and parameters are now treated as separate variables.  Properties are matched strictly (such as 'email') but parameters are handled with a fuzzy match.  For example, we identify an 'email' property as an Internet address if the string 'internet' appears anywhere within the parameter string.  This will allow it to match on 'email;internet' as well as 'email;type=internet' and 'email;type=internet,pref' or even 'email;not_the_internet'.  There are so many different variations out there that we can't count on a strict match.

15 years ago* Minor overhaul of modules/serv_vcard.c
Art Cancro [Fri, 13 Mar 2009 02:19:05 +0000 (02:19 +0000)]
* Minor overhaul of modules/serv_vcard.c
  Be less strict about properties and parameters.  For example, when searching for Internet email addresses, it no longer has to be 'email;internet', it will also accept things like 'email;type=internet' or 'email;type=internet,pref' or even 'email;foo=bar,type=internet'.
  Note that this is strictly server side stuff; we have a lot of work to do on the webcit side.

15 years ago* use the hex-decoder instead of scanf
Wilfried Göesgens [Thu, 12 Mar 2009 22:56:24 +0000 (22:56 +0000)]
* use the hex-decoder instead of scanf

15 years ago* add function decode_hex() that interprets 2 chars as hexdigits representing an...
Wilfried Göesgens [Thu, 12 Mar 2009 22:54:48 +0000 (22:54 +0000)]
* add function decode_hex() that interprets 2 chars as hexdigits representing an encoded char like scanf("%02X") would do.
* use it in the QP decoder.

15 years ago* Removed userspace buffering. Everyone has TCP_CORK or TCP_NOPUSH nowadays.
Art Cancro [Thu, 12 Mar 2009 15:12:32 +0000 (15:12 +0000)]
* Removed userspace buffering.  Everyone has TCP_CORK or TCP_NOPUSH nowadays.

15 years ago* Fixed a bug that caused the default recurrence for a new yearly event to be 'day...
Art Cancro [Thu, 12 Mar 2009 14:44:47 +0000 (14:44 +0000)]
* Fixed a bug that caused the default recurrence for a new yearly event to be 'day/week/month' instead of 'day/month'.  Needed to check for 0 values.

15 years ago* Fixed problems related to saving vCards in config rooms. For starters, we were...
Art Cancro [Thu, 12 Mar 2009 02:49:59 +0000 (02:49 +0000)]
* Fixed problems related to saving vCards in config rooms.  For starters, we were looking at the room name contained in the message rather than the name of the session's current room, which might actually be correct 100% of the time, but it's still the wrong place to look.  We also needed to add code to distinguish between saving your own vCard and administratively saving someone else's vCard.  We only reload the cs_inet_* caches when it's our own.

15 years ago* make another string translateable.
Wilfried Göesgens [Wed, 11 Mar 2009 18:09:41 +0000 (18:09 +0000)]
* make another string translateable.

15 years ago* Implemented the first of several steps required to fix the bug that causes mailing...
Art Cancro [Wed, 11 Mar 2009 16:57:36 +0000 (16:57 +0000)]
* Implemented the first of several steps required to fix the bug that causes mailing list bounces to be misdirected.  This commit adds a new field in the SMTP delivery instructions to force a particular envelope sender.

15 years ago* citadel.schema: declared GPL v3
Art Cancro [Wed, 11 Mar 2009 16:30:21 +0000 (16:30 +0000)]
* citadel.schema: declared GPL v3
* rfc2739.schema: declared license identical to Kolab's distribution of this file

15 years ago* when db->truncate() fails with ENOMEM, refer the user to http://www.citadel.org...
Art Cancro [Wed, 11 Mar 2009 15:00:20 +0000 (15:00 +0000)]
* when db->truncate() fails with ENOMEM, refer the user to citadel.org/doku.php/faq:troubleshooting:out_of_lock_entries

15 years ago+ add Michael Meskes Patch; hide Task due date UI elements if they're not applicable.
Wilfried Göesgens [Mon, 9 Mar 2009 18:54:53 +0000 (18:54 +0000)]
+ add Michael Meskes Patch; hide Task due date UI elements if they're not applicable.

15 years ago* Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead...
Art Cancro [Mon, 9 Mar 2009 16:45:21 +0000 (16:45 +0000)]
* Removed references to Trebuchet and Verdana fonts; go with 'sans-serif' instead.  This will cause most of WebCit to be rendered in the user's preferred Sans Serif font, which will hopefully fix any remaining weird font issues.

15 years ago* Removed the defunct METADATA parameters to our unfinished LIST-EXTENDED implementation.
Art Cancro [Mon, 9 Mar 2009 04:00:43 +0000 (04:00 +0000)]
* Removed the defunct METADATA parameters to our unfinished LIST-EXTENDED implementation.
* Rewrote any comments in the IMAP module sources that may have been copied directly out of various RFC's, in order to satisfy the license police.

15 years ago* Resorted copying, updated daterange
Wilfried Göesgens [Sun, 8 Mar 2009 16:03:03 +0000 (16:03 +0000)]
* Resorted copying, updated daterange

15 years ago* moved CRC16 to the fulltextindexer module since its just used in that module
Wilfried Göesgens [Sun, 8 Mar 2009 15:04:06 +0000 (15:04 +0000)]
* moved CRC16 to the fulltextindexer module since its just used in that module

15 years ago* we moved to COPYING instead of copyright.txt due to the request of debian; these...
Wilfried Göesgens [Sun, 8 Mar 2009 14:40:47 +0000 (14:40 +0000)]
* we moved to COPYING instead of copyright.txt due to the request of debian; these files need to point there too.

15 years ago* adjust copyright holders
Wilfried Göesgens [Sun, 8 Mar 2009 14:36:18 +0000 (14:36 +0000)]
* adjust copyright holders

15 years ago* more missing authors of JS components
Wilfried Göesgens [Sun, 8 Mar 2009 14:30:03 +0000 (14:30 +0000)]
* more missing authors of JS components

15 years ago* streamline copyright statements; add Conclusion of included components; flip to...
Wilfried Göesgens [Sun, 8 Mar 2009 13:46:58 +0000 (13:46 +0000)]
* streamline copyright statements; add Conclusion of included components; flip to unix linefeeds where needed.

15 years ago* streamline licenses and infos for po files; spanish outstanding.
Wilfried Göesgens [Sun, 8 Mar 2009 12:34:59 +0000 (12:34 +0000)]
* streamline licenses and infos for po files; spanish outstanding.

15 years ago* When translating the input from a REGI command into a vCard, set the telephone...
Art Cancro [Sat, 7 Mar 2009 20:52:27 +0000 (20:52 +0000)]
* When translating the input from a REGI command into a vCard, set the telephone number using 'tel' rather than 'tel;home'

15 years ago* add Michael Meskes patch: make time in task due dates optional
Wilfried Göesgens [Sat, 7 Mar 2009 17:24:58 +0000 (17:24 +0000)]
* add Michael Meskes patch: make time in task due dates optional
* make time format a define: FULL/BRIEF/RAWDATE

15 years ago* Fix subject/from descending sort regression
Matt [Sat, 7 Mar 2009 09:58:05 +0000 (09:58 +0000)]
* Fix subject/from descending sort regression
* Where the room prefs have given us a sort mode to use in mailbox, actually use it

15 years ago* Corrected the 'walking timestamp' problem in the Tasks view by converting to UTC...
Art Cancro [Thu, 5 Mar 2009 21:28:24 +0000 (21:28 +0000)]
* Corrected the 'walking timestamp' problem in the Tasks view by converting to UTC while loading a task into WebCit.  This is not a problem for Tasks because there are no calculations or recurrences being performed on task dates.  Thanks to feivel for reporting this.

15 years ago* flag the mailview; add all recipients
Wilfried Göesgens [Thu, 5 Mar 2009 21:28:01 +0000 (21:28 +0000)]
* flag the mailview; add all recipients

15 years ago* add libcitadel private header.
Wilfried Göesgens [Wed, 4 Mar 2009 19:06:36 +0000 (19:06 +0000)]
* add libcitadel private header.

15 years ago* fix wrong 'u's
Wilfried Göesgens [Wed, 4 Mar 2009 18:58:18 +0000 (18:58 +0000)]
* fix wrong 'u's

15 years ago* shutdown libcitadel and xdgmime properly
Wilfried Göesgens [Wed, 4 Mar 2009 18:54:51 +0000 (18:54 +0000)]
* shutdown libcitadel and xdgmime properly

15 years ago* Updated the wording of the output of a DOWN command ued to restart the server.
Art Cancro [Wed, 4 Mar 2009 03:18:55 +0000 (03:18 +0000)]
* Updated the wording of the output of a DOWN command ued to restart the server.

15 years ago* Changed 'rooms and floors' box title in the server restart dialog to 'Server Restart'
Art Cancro [Wed, 4 Mar 2009 03:10:06 +0000 (03:10 +0000)]
* Changed 'rooms and floors' box title in the server restart dialog to 'Server Restart'

15 years ago* Reduced iconbar button size to 90% because it looked obtuse on a smaller screen
Art Cancro [Wed, 4 Mar 2009 02:55:37 +0000 (02:55 +0000)]
* Reduced iconbar button size to 90% because it looked obtuse on a smaller screen

15 years ago* distinguish between mbox displayed message and bbsview for printing their buttons.
Wilfried Göesgens [Tue, 3 Mar 2009 23:29:29 +0000 (23:29 +0000)]
* distinguish between mbox displayed message and bbsview for printing their buttons.

15 years ago* implement U escaper in StrBufAppendTemplate it was missing (*ups*)
Wilfried Göesgens [Tue, 3 Mar 2009 22:39:20 +0000 (22:39 +0000)]
* implement U escaper in StrBufAppendTemplate it was missing (*ups*)
* use right escaper for subjects in editors

15 years ago* When converting cid: URL's in to /webcit/mimepart... URL's, prefix the inserted...
Art Cancro [Tue, 3 Mar 2009 03:42:29 +0000 (03:42 +0000)]
* When converting cid: URL's in to /webcit/mimepart... URL's, prefix the inserted 'src=' with an additional space.  Sometimes it's needed when other parameters such as alt text appear prior to the src= declaration, and in cases where it's not needed, the extra space won't hurt anything.

15 years ago* fix display of quoted-printable names in addressbook views
Wilfried Göesgens [Mon, 2 Mar 2009 22:24:09 +0000 (22:24 +0000)]
* fix display of quoted-printable names in addressbook views

15 years ago* Added some comments next to portions of the code which are obsoleted by the final...
Art Cancro [Mon, 2 Mar 2009 04:11:04 +0000 (04:11 +0000)]
* Added some comments next to portions of the code which are obsoleted by the final form of RFC 5464 (IMAP METADATA extension).  The dependency on LIST-EXTENDED has been removed, and the Bynari Connector never needed it in the first place.  After the code freeze is over we will remove the portions of our unfinished LIST-EXTENDED implementation which were to provide metadata, *or* we may simply remove the unfinished LIST-EXTENDED implementation altogether.

15 years ago* depend on ical >= 0.43
Wilfried Göesgens [Sun, 1 Mar 2009 22:46:20 +0000 (22:46 +0000)]
* depend on ical >= 0.43
* resync with pkg-citadel where possible

15 years ago* depend on ical >= 0.43
Wilfried Göesgens [Sun, 1 Mar 2009 22:45:22 +0000 (22:45 +0000)]
* depend on ical >= 0.43
* remove unneded files from source deb

15 years ago* resync with pkg-citadel
Wilfried Göesgens [Sun, 1 Mar 2009 20:39:53 +0000 (20:39 +0000)]
* resync with pkg-citadel

15 years ago* fmout class different depending o input
Matt [Sun, 1 Mar 2009 01:27:28 +0000 (01:27 +0000)]
* fmout class different depending o input
* text-overflow: ellpisis will truncate text in listview table in every browser but Firefox (argh)

15 years ago* resync with pkg-citadel, fix package build
Wilfried Göesgens [Sat, 28 Feb 2009 10:41:32 +0000 (10:41 +0000)]
* resync with pkg-citadel, fix package build

15 years ago* re-apply the build-stamp
Wilfried Göesgens [Fri, 27 Feb 2009 08:26:48 +0000 (08:26 +0000)]
* re-apply the build-stamp

15 years ago* THIS IS 7.42 BETA
Wilfried Göesgens [Fri, 27 Feb 2009 08:16:35 +0000 (08:16 +0000)]
* THIS IS 7.42 BETA

15 years ago* THIS IS 7.42 BETA
Wilfried Göesgens [Fri, 27 Feb 2009 08:15:57 +0000 (08:15 +0000)]
* THIS IS 7.42 BETA

15 years ago* add .vcf to our static file extensions list, so we can surpass xdgmime untill its...
Wilfried Göesgens [Thu, 26 Feb 2009 23:49:05 +0000 (23:49 +0000)]
* add .vcf to our static file extensions list, so we can surpass xdgmime untill its fixed.

15 years ago* cleanup
Wilfried Göesgens [Thu, 26 Feb 2009 22:55:28 +0000 (22:55 +0000)]
* cleanup
* fix BSD non-preset locale case to C

15 years ago* add <p> arround the signature so editing messages doesn't behave that weird
Wilfried Göesgens [Thu, 26 Feb 2009 22:09:40 +0000 (22:09 +0000)]
* add <p> arround the signature so editing messages doesn't behave that weird

15 years agoUpdate of the French translation
Thierry Pasqualier [Thu, 26 Feb 2009 20:52:28 +0000 (20:52 +0000)]
Update of the French translation

15 years ago* make WEBCIT_LANG persistantly working through xgettext and bsd locale
Wilfried Göesgens [Thu, 26 Feb 2009 20:07:30 +0000 (20:07 +0000)]
* make WEBCIT_LANG persistantly working through xgettext and bsd locale

15 years ago* fix memleaks
Wilfried Göesgens [Wed, 25 Feb 2009 23:12:11 +0000 (23:12 +0000)]
* fix memleaks

15 years ago+ add non-TP-Related Wildfire enabled error logging function
Wilfried Göesgens [Wed, 25 Feb 2009 22:13:48 +0000 (22:13 +0000)]
+ add non-TP-Related Wildfire enabled error logging function
* use that when reporting weird message headers

15 years ago* remove duplicate code
Wilfried Göesgens [Wed, 25 Feb 2009 22:12:21 +0000 (22:12 +0000)]
* remove duplicate code

15 years ago+ correct FS-flags on citadel.co* on startup
Wilfried Göesgens [Wed, 25 Feb 2009 22:06:38 +0000 (22:06 +0000)]
+ correct FS-flags on citadel.co* on startup
+ separate automatical generated config files
* move these automatic generated files to /var/lib/citadel/data in the debian build
* move citadel.control and citadel.config on upgrade if we find them in the old location.

15 years ago* Attempting to add a smart host in webcit was instead adding it as an RBL host....
Art Cancro [Wed, 25 Feb 2009 17:21:04 +0000 (17:21 +0000)]
* Attempting to add a smart host in webcit was instead adding it as an RBL host.  Changed etype in template to correct value.

15 years ago* Added a null pointer check to the 'language' variable to prevent crash
Art Cancro [Wed, 25 Feb 2009 17:06:23 +0000 (17:06 +0000)]
* Added a null pointer check to the 'language' variable to prevent crash

15 years ago* ok, we want the LANG feature. but now we make it dependant on WEBCIT_LANG instead...
Wilfried Göesgens [Wed, 25 Feb 2009 00:03:02 +0000 (00:03 +0000)]
* ok, we want the LANG feature. but now we make it dependant on WEBCIT_LANG instead of a commonly used environment variable.

15 years ago* add Michael Meskes patch to the timezone guessing.
Wilfried Göesgens [Tue, 24 Feb 2009 23:07:06 +0000 (23:07 +0000)]
* add Michael Meskes patch to the timezone guessing.

15 years ago* remove temporary debian file
Wilfried Göesgens [Tue, 24 Feb 2009 23:02:30 +0000 (23:02 +0000)]
* remove temporary debian file
* switch filter to unsigned char so the Hex-Numbers provided as borders work properly
* Bump library version, THIS IS libcitadel api V2
* Bump version number, THIS IS libcitadel 7.42

15 years ago* fixed some typos in german localization
Wilfried Göesgens [Mon, 23 Feb 2009 23:11:43 +0000 (23:11 +0000)]
* fixed some typos in german localization

15 years ago* resynced some functionality with pkg-citadel
Wilfried Göesgens [Mon, 23 Feb 2009 23:10:47 +0000 (23:10 +0000)]
* resynced some functionality with pkg-citadel
* added choose force-locale dialog.

15 years ago* correct bad html
Wilfried Göesgens [Sun, 22 Feb 2009 16:46:30 +0000 (16:46 +0000)]
* correct bad html

15 years ago* fix file upload
Wilfried Göesgens [Sun, 22 Feb 2009 16:37:00 +0000 (16:37 +0000)]
* fix file upload
* add file delete

15 years ago* bail on no templates found
Wilfried Göesgens [Sun, 22 Feb 2009 12:26:55 +0000 (12:26 +0000)]
* bail on no templates found
* make errormessage _BIG_ so one can see it...

15 years ago* refresh german translation.
Wilfried Göesgens [Sun, 22 Feb 2009 12:13:37 +0000 (12:13 +0000)]
* refresh german translation.