2603 Commits

Author SHA1 Message Date
Andrew McMillan
54bc63e90f caldav-client fix from Jorge. 2011-05-13 14:54:28 +12:00
Andrew McMillan
086c7e5f12 Debugging, but commented out in case it's needed in the future. 2011-05-13 14:54:28 +12:00
DAViCal Administrator
13fa85d8ab Only rollback if we are in a transaction. 2011-05-12 17:44:52 -04:00
Andrew McMillan
d6916b205c Add another search path for Fedora. 2011-04-07 23:33:44 +12:00
Andrew McMillan
72baec50a7 Handle triggers that are after the thing they are related to.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-04 18:02:42 +12:00
Andrew McMillan
8743238952 Ensure dav_id_seq is initialized to a non-colliding value.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-03 21:36:45 +12:00
Andrew McMillan
48f83e7c92 Reinstate Basic Auth fallback disabled for testing.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-03 21:36:13 +12:00
Andrew McMillan
aaa0908b1a Add new import test with UTF-8 and missing UID.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-03 21:35:49 +12:00
Andrew McMillan
d83d7a0ef2 Fix raw_post handling for other front-ends.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-03 21:34:59 +12:00
Andrew McMillan
ba1e80d185 Add support for Digest authentication.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-03 20:38:46 +12:00
Andrew McMillan
1816d313bd Move header logging from CalDAVRequest to caldav.php
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-03 20:38:23 +12:00
Andrew McMillan
0f8f221788 Cosmetic.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-01 18:02:01 +13:00
Andrew McMillan
0f7e48ea17 When an import event has no UID we reluctantly assign one.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-04-01 18:01:46 +13:00
Andrew McMillan
1a9d06b470 Move functions to somewhere that it's reasonable to define them!
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-03-31 13:36:46 +13:00
Andrew McMillan
db079408d7 Add __get()/__isset() so private/protected properties are read-only.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-03-31 11:42:05 +13:00
Andrew McMillan
5dbe73f709 Set the correct DBA username.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-03-31 11:40:34 +13:00
Andrew McMillan
42690f8b5c A more complete fix for weird passwords with LDAP.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-03-13 05:05:19 +13:00
Andrew McMillan
9eb189555b Merge branch 'master' of git+ssh://repo.or.cz/srv/git/davical 2011-03-13 04:28:39 +13:00
Andrew McMillan
ad061af4ed Apparently an attempt to bind with an empty password will return TRUE!
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-03-13 04:28:14 +13:00
Felix Möller
778982a4bd Merge branch 'master' of git://repo.or.cz/davical 2011-03-02 23:26:45 +01:00
Felix Möller
8cd642dcf9 Update translations.
Import translations from transifex.
Thanks tikismoke for the work on the french translation.
I did some work on the german one.

The other languages have huge diffs which i am not brave enough to review right now.
2011-03-02 23:23:57 +01:00
Felix Möller
dd44b3a3a7 Add explaination for translators.
We are hit by a Transifex issue here:
http://getsatisfaction.com/indifex/topics/number_of_arguments_check_must_be_forcable
2011-03-02 23:15:24 +01:00
Andrew McMillan
f1c8da702b Merge branch 'master' of git+ssh://repo.or.cz/srv/git/davical 2011-03-02 16:02:33 +01:00
Andrew McMillan
ea42dac661 Fix bug in schedule status response where there is no authority.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-03-02 15:26:54 +01:00
Felix Möller
b43af1956c make valid xhtml and correct broken links found by the w3c link checker 2011-02-27 01:39:22 +01:00
Felix Möller
66c476ee67 Sync german translation with Transifex. 2011-02-27 01:20:36 +01:00
Andrew McMillan
62d5881bd0 Fix sort order of members listed in a group.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-23 12:16:16 +13:00
Andrew McMillan
441a0318bd Add support for locking with memcached during delete to avoid deadlocks.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-23 11:31:21 +13:00
Andrew McMillan
9158afd338 Fix another missing link.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-23 10:40:10 +13:00
Andrew McMillan
02ad6009b5 Fix typos.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-23 10:29:44 +13:00
Andrew McMillan
a903688574 Fix URL in text for Mozilla calendar setup.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-23 10:01:30 +13:00
Andrew McMillan
909c32872c Fix IRC link.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-23 10:01:07 +13:00
Andrew McMillan
39f9ac1cea Force line endings to consistent CRLF in GET.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-22 15:42:35 +13:00
Andrew McMillan
2b072fda13 Additional collection during regression testing.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-22 15:42:05 +13:00
Andrew McMillan
a7563ddaba Correct end-of-line replacement in GET.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-22 15:41:11 +13:00
Felix Möller
b69836e9d6 Initial version to support RPM creation
Producing tarballs now which can be build by rpmbuild -ta davical.tar.gz
This does not just support releases, but works as well for snapshots.

adding a template for the apache configuration.
2011-02-22 12:47:58 +13:00
Andrew McMillan
7515f607c6 Check for LDAP module, but only if LDAP is configured.
Signed-off-by: Andrew McMillan <andrew@morphoss.com>
2011-02-22 11:00:43 +13:00
Felix Möller
310d9e1180 Readding old translations.
There are quiet some translation in the repository which are not at transifex yet!
2011-02-21 22:47:09 +13:00
Felix Möller
b530605b87 Readd some german notes
This are not viewable in transifex but might still be interesting.
2011-02-21 22:46:52 +13:00
Felix Möller
ebb569dcd1 Update translations from Transifex
Updating the translation files from Transifex. I checked the german diff and the changes seem to be reasonable.
2011-02-21 22:46:42 +13:00
Felix Möller
a558123bdf Add first documentation about tx
Transifex is now using tx, somehow a procedure to import changes from there has to be defined.
I spend quiet some time to find out how to use it therefore adding this here ...
2011-02-21 22:46:22 +13:00
Felix Möller
5fcbfdddd8 add automatic building of translation documentation
Build the pdf from the rst file on make. Delete this in the clean section.

Not adding PDF to the repo as it can be recreated, but the same is true for the phpdoc stuff ...
2011-02-21 22:45:08 +13:00
Felix Möller
eccf2051f2 Correct a typo in the link 2011-02-21 22:44:57 +13:00
Felix Möller
13281995d1 Remove obsoleted strings from translation
There has been a lot of obsolted strings collected over the time.
Cleaning them up now to have a clean start.
2011-02-21 22:44:45 +13:00
Felix Möller
6c0a08984d Adding documentation for translators
We have changed to xgettext creating first version of documentation.
This can be converted into a nice pdf by rst2pdf.
2011-02-21 22:44:37 +13:00
Andrew McMillan
5debe92237 Move from extract.pl to standard xgettext
So far we have used extract.pl which originated in Horde to generate the
PO files. This process took a long time to run.

But xgettext is able to handle PHP by itself.

In the source translate() and i18n() are used instead of _() therefore
we have to pass a keyword parameter.

From now on Translators: is the keyword to provide content to the
translators on Transifex.

Conflicts:

	scripts/po/extract.pl
2011-02-21 22:39:40 +13:00
Felix Möller
a9231717c9 Removing the last traces of RSCDS and renaming it to DAViCal. 2011-02-21 22:31:46 +13:00
Felix Möller
8fa4f7f615 another small typo. 2011-02-21 22:31:19 +13:00
Felix Möller
9bfb7116eb Correct a small typo.
Correcting the typo in the source not in the docs as they are auto generated.
2011-02-21 22:31:03 +13:00
Felix Möller
0ce2dfa421 Checking for the DateTime class, for extended date support.
Correcting a spelling mistake in the class name to check for the correct one.
2011-02-21 22:30:17 +13:00