Log of /branches/akonadi

View Directory Listing Directory Listing


Sticky Revision:

Revision 1188510 - Directory Listing
Modified Fri Oct 22 14:19:29 2010 UTC (13 years, 1 month ago) by vkrause
prepare for Akoandi 1.4.1 release


Revision 1187073 - Directory Listing
Modified Mon Oct 18 08:44:56 2010 UTC (13 years, 1 month ago) by tokoe
Backport bugfix (r1186987)


Revision 1184650 - Directory Listing
Modified Mon Oct 11 07:48:55 2010 UTC (13 years, 1 month ago) by tokoe
Allow to use the place holder '$USER' inside the custom socket directory


Revision 1183854 - Directory Listing
Modified Fri Oct 8 14:10:01 2010 UTC (13 years, 1 month ago) by tokoe
Backport performance improvments from commit r1182169


Revision 1183789 - Directory Listing
Modified Fri Oct 8 12:28:58 2010 UTC (13 years, 1 month ago) by tokoe
Fixed the handling of custom Connection/SocketDirectory entry
in akonadiserverrc. The databases (MySQL and PostgreSQL) respect this
setting now as well and the directory is created automatically if non-existing.


Revision 1179920 - Directory Listing
Modified Sun Sep 26 14:11:49 2010 UTC (13 years, 2 months ago) by tokoe
Backport imapparser performance improvements (r1179519, r1179534)


Revision 1165384 - Directory Listing
Modified Thu Aug 19 07:43:17 2010 UTC (13 years, 3 months ago) by vkrause
Merged revisions 1165376 via svnmerge from 
svn+ssh://vkrause@svn.kde.org/home/kde/trunk/kdesupport/akonadi

........
  r1165376 | vkrause | 2010-08-19 09:31:45 +0200 (Thu, 19 Aug 2010) | 4 lines
  
  Add index on part name, speeds up server startup on big databases
  considerably (due to unhideAllPimitems()). Actually found by David
  during Akademy, but somehow didn't get committed yet.
........


Revision 1164039 - Directory Listing
Modified Sun Aug 15 16:39:29 2010 UTC (13 years, 3 months ago) by wstephens
Backports from 1.4 branch, agreed with tokoe:
  r1158741
  Move the mysql_upgrade call to a place where we
  have made sure that mysqld is up and running and accepts
  connections. This will avoid mysql_upgrade to fail with the
  FATAL ERROR message.

  BUG: 241977
  r1159382 | tokoe | 2010-08-05 11:02:10 +0200 (Thu, 05 Aug 2010) | 5
  lines

  Do not use 'mysql_upgrade', it will call 'mysql_fix_privilege_tables'
  internally
  which prevents us from further logins. Only call 'mysqlcheck' instead,
  which
  does the checks we want to have.



Revision 1159382 - Directory Listing
Modified Thu Aug 5 09:02:10 2010 UTC (13 years, 4 months ago) by tokoe
Do not use 'mysql_upgrade', it will call 'mysql_fix_privilege_tables' internally
which prevents us from further logins. Only call 'mysqlcheck' instead, which
does the checks we want to have.



Revision 1158741 - Directory Listing
Modified Tue Aug 3 15:24:27 2010 UTC (13 years, 4 months ago) by tokoe
Move the mysql_upgrade call to a place where we
have made sure that mysqld is up and running and accepts
connections. This will avoid mysql_upgrade to fail with the
FATAL ERROR message.

BUG: 241977


Revision 1158192 - Directory Listing
Modified Mon Aug 2 08:59:31 2010 UTC (13 years, 4 months ago) by tokoe
Do not add '>= 1' condition to query, because this will always be
true for item id sets.
Avoiding a range check does improve the performance of the query.


Revision 1157504 - Directory Listing
Modified Sat Jul 31 09:50:58 2010 UTC (13 years, 4 months ago) by vkrause
SVN_SILENT cleanup


Revision 1157502 - Directory Listing
Modified Sat Jul 31 09:50:00 2010 UTC (13 years, 4 months ago) by vkrause
prepare Akonadi 1.4.0 release


Revision 1157500 - Directory Listing
Modified Sat Jul 31 09:45:43 2010 UTC (13 years, 4 months ago) by vkrause
Backport subscribe/unsubscribe notifications.


Revision 1157499 - Directory Listing
Modified Sat Jul 31 09:45:19 2010 UTC (13 years, 4 months ago) by vkrause
use the right branch for changelog generation


Revision 1157128 - Directory Listing
Modified Fri Jul 30 09:29:13 2010 UTC (13 years, 4 months ago) by vkrause
Backport enabling of FS store.

BUG: 243775


Revision 1152629 - Directory Listing
Modified Wed Jul 21 16:09:23 2010 UTC (13 years, 4 months ago) by tokoe
Use uppercase names for the standard flags


Revision 1152627 - Directory Listing
Modified Wed Jul 21 16:07:35 2010 UTC (13 years, 4 months ago) by tokoe
Revert wrong part of the backport


Revision 1152600 - Directory Listing
Modified Wed Jul 21 14:49:27 2010 UTC (13 years, 4 months ago) by tokoe
Backport the UTF-8 collection name fix


Revision 1147084 - Directory Listing
Modified Wed Jul 7 11:20:22 2010 UTC (13 years, 4 months ago) by vkrause
Branch Akonadi server 1.4, right before Marc's changes.


Revision 1112923 - Directory Listing
Modified Fri Apr 9 13:46:18 2010 UTC (13 years, 7 months ago) by nlecureuil
Fix hardcoded conf file
tks to : Gokcen Erasla
CCBUG:185395
CCMAIL:gokcen@pardus.org.tr


Revision 1112130 - Directory Listing
Modified Wed Apr 7 12:47:09 2010 UTC (13 years, 7 months ago) by nlecureuil
Backport commit 1112128

Revision 1111609 - Directory Listing
Modified Tue Apr 6 08:35:50 2010 UTC (13 years, 8 months ago) by nlecureuil
Add forgotten file in previous commit

BUG:185395 



Revision 1111602 - Directory Listing
Modified Tue Apr 6 07:58:31 2010 UTC (13 years, 8 months ago) by nlecureuil
Backport commit 1105780
Use mysql_upgrade to fix creation of some tables when the db already exist

BUG:185395 


Revision 1087580 - Directory Listing
Modified Tue Feb 9 11:30:05 2010 UTC (13 years, 9 months ago) by vkrause
prepare 1.3.1


Revision 1087574 - Directory Listing
Modified Tue Feb 9 11:22:36 2010 UTC (13 years, 9 months ago) by vkrause
Backport SVN commit 1087546 by dfaure from trunk:

And now the real fix for the dbus connection leak problem :/

Next step: doing the same (but not the same) in kdelibs/nepomuk.
But at least the akonadiserver leak (triggered by kmail) is fixed by
this.


Revision 1087570 - Directory Listing
Modified Tue Feb 9 11:21:09 2010 UTC (13 years, 9 months ago) by vkrause
Backport SVN commit 1087524 by dfaure from trunk:

Fix the dbus connection leak (every time I switched mails in kmail, a
new dbus connection would be made and would stay).

Sorry for suspecting r1084698, it was not guilty.
The bug -was- related to nepomuk, but wasn't -in- nepomuk :-) 


Revision 1087567 - Directory Listing
Modified Tue Feb 9 11:19:06 2010 UTC (13 years, 9 months ago) by vkrause
Backport SVN commit 1087237 by dfaure from trunk:

Fix confusing error message: unable to register service %s ""
 due to trying to write into a file that ended with akonadi_control's
full path.
Reviewed by Volker once I managed to drag him away from Jesper :-)


Revision 1087555 - Directory Listing
Modified Tue Feb 9 11:12:00 2010 UTC (13 years, 9 months ago) by vkrause
Backport SVN commit 1074641 by vkrause from trunk:

Disable logging of slow queries by default, it's only needed for
debugging and apparently not supported by all MySQL versions.


Revision 1087553 - Directory Listing
Modified Tue Feb 9 11:10:58 2010 UTC (13 years, 9 months ago) by vkrause
Backport SVN commit 1076866 by tmcguire from trunk:

Better debug output


Revision 1077444 - Directory Listing
Modified Wed Jan 20 08:55:52 2010 UTC (13 years, 10 months ago) by vkrause
prepare the 1.3.0 release


Revision 1077436 - Directory Listing
Modified Wed Jan 20 08:23:35 2010 UTC (13 years, 10 months ago) by vkrause
Backport from trunk.

r1077216 | tmcguire | 2010-01-19 18:57:13 +0100 (Tue, 19 Jan 2010) | 12 lines

Work around a DBus bug that using a connection from within multiple threads can cause freezes.
In this case, that connection was the session bus, on which we called isServiceRegistered.

The workaround: Just don't check if the search service is available, just call the methods. They'll
fail properly if the service is not there.

Volker, can you backport this fix to older Akonadi releases and prepare tarballs, so that we can
notify the release team about this?

Should fix
CCBUG: 219687


Revision 1071627 - Directory Listing
Modified Fri Jan 8 13:22:51 2010 UTC (13 years, 10 months ago) by vkrause
branch Akonadi 1.3


Revision 1037446 - Directory Listing
Modified Mon Oct 19 08:26:12 2009 UTC (14 years, 1 month ago) by vkrause
Backport SVN commit 1037444 by vkrause from trunk:

Fix missing quoting of RIDs, could cause extensive breakage when using
RIDs containing " or \n.


Revision 1032816 - Directory Listing
Modified Thu Oct 8 15:30:29 2009 UTC (14 years, 1 month ago) by skelly
Backport svn revsion 1032262 from trunk.

Fixes CRLF behaviour in the akonadi server.



Revision 1016681 - Directory Listing
Modified Fri Aug 28 13:51:08 2009 UTC (14 years, 3 months ago) by vkrause
prepare the 1.2.1 release


Revision 1012883 - Directory Listing
Modified Tue Aug 18 09:51:41 2009 UTC (14 years, 3 months ago) by vkrause
Backport SVN commit 1003796 by krake from trunk:

Fixing check for presence of a list.
If stripLeadingSpaces() puts the position at the end of the input data, we need to read more data.

Actually this should probably be done in a loop if there is more than one leading space, not sure if the protocol allows that though.


Revision 1012881 - Directory Listing
Modified Tue Aug 18 09:49:08 2009 UTC (14 years, 3 months ago) by vkrause
Backport SVN commit 1003553 by krake from trunk:

After stripping whitespace, position could be at the end of the buffer and not yet seeing the list begin.
In this case try to read more.
Might make sense to check this on other occurances of stripLeadingSpace()


Revision 1007288 - Directory Listing
Modified Wed Aug 5 12:58:22 2009 UTC (14 years, 4 months ago) by vkrause
Backport SVN commit 1007280 by vkrause from trunk:

Fix item creation with RIDs containing a ']'.


Revision 1003706 - Directory Listing
Modified Tue Jul 28 16:48:33 2009 UTC (14 years, 4 months ago) by vkrause
Prepare for the 1.2.0 release.


Revision 1003699 - Directory Listing
Modified Tue Jul 28 16:34:44 2009 UTC (14 years, 4 months ago) by vkrause
Backport SVN commit 993358 by mikearthur from trunk:

Add QT_USE_* options to fix building on OSX with Qt SDK. 


Backport SVN commit 993403 by mikearthur from trunk:

Add missing QtDBus Framework include for Qt SDK compilation on OSX. 
Backported from CMake 2.6.4.


Revision 1003694 - Directory Listing
Modified Tue Jul 28 16:31:10 2009 UTC (14 years, 4 months ago) by vkrause
Backport SVN commit 992351 by pokrzywka from trunk:

run akonadi_control silently on windows (no console popup)


Backport SVN commit 992355 by pokrzywka:

one WIN32 flag is enough


Revision 1003692 - Directory Listing
Modified Tue Jul 28 16:27:22 2009 UTC (14 years, 4 months ago) by vkrause
Backport SVN commit 986123 by vkrause from trunk:

Join collection attributes correctly. Not that it makes any difference
for the parser, but it's much less confusing to read for humans in the
akonadiconsole debugger.


Revision 1003689 - Directory Listing
Modified Tue Jul 28 16:24:01 2009 UTC (14 years, 4 months ago) by vkrause
Create changelog for the correct branch.


Revision 985928 - Directory Listing
Modified Tue Jun 23 19:13:20 2009 UTC (14 years, 5 months ago) by vkrause
Create Akonadi 1.2 branch.


Revision 961827 - Directory Listing
Modified Thu Apr 30 19:30:36 2009 UTC (14 years, 7 months ago) by toma
Prep for release


Revision 947472 - Directory Listing
Modified Tue Mar 31 15:17:22 2009 UTC (14 years, 8 months ago) by vkrause
Backport SVN commit 947310 by amantia from trunk:

Avoid DBUS lockups


BUG: 182198


Revision 931467 - Directory Listing
Modified Wed Feb 25 10:55:29 2009 UTC (14 years, 9 months ago) by vkrause
Backport SVN commit 931461 by vkrause:

Fix startup when the MySQL config files didn't change.


Revision 931066 - Directory Listing
Modified Tue Feb 24 18:33:48 2009 UTC (14 years, 9 months ago) by rdieter
backport from trunk:
update user mysql.conf only if global/local one's are newer,
and in doing so, clear mysql ib_logfile's


Revision 914764 - Directory Listing
Modified Wed Jan 21 18:16:46 2009 UTC (14 years, 10 months ago) by toma
Prep for 1.1.1


Revision 911844 - Directory Listing
Modified Fri Jan 16 09:46:30 2009 UTC (14 years, 10 months ago) by vkrause
Backport SVN commit 908591 by vkrause from trunk:

Don't put essential code into assert(), doesn't seem to be executed in
release builds.


Revision 908531 - Directory Listing
Modified Fri Jan 9 21:34:24 2009 UTC (14 years, 10 months ago) by toma
Backport: SVN commit 906112 by dfaure:
Require cmake-2.6.0 and its much nicer FindBoost.cmake


Revision 905716 - Directory Listing
Modified Sun Jan 4 22:14:04 2009 UTC (14 years, 11 months ago) by toma
Backport SVN commit 905714 by sengels:
 
 add 1.37 release


Revision 905559 - Directory Listing
Modified Sun Jan 4 16:26:58 2009 UTC (14 years, 11 months ago) by vkrause
Backport SVN commit 905553 by vkrause from trunk:

Don't try to restart an agent that has been deleted.


Revision 905029 - Directory Listing
Modified Sat Jan 3 16:17:31 2009 UTC (14 years, 11 months ago) by toma
Branch off Akonadi 1.1


Revision 851286 - Directory Listing
Modified Sat Aug 23 13:47:06 2008 UTC (15 years, 3 months ago) by harald
set RPATH just like the other kdesupport modules, otherwise we'll get an interesting Qt library mix when more than one Qt lib is installed


Revision 846587 - Directory Listing
Modified Wed Aug 13 17:58:08 2008 UTC (15 years, 3 months ago) by harald
some more verbose error reporting

Revision 836719 - Directory Listing
Modified Tue Jul 22 20:48:23 2008 UTC (15 years, 4 months ago) by toma
Bump version 0.82.0->1.0.0, adjust script, update changelog and news. ready for release.


Revision 836713 - Directory Listing
Modified Tue Jul 22 20:40:13 2008 UTC (15 years, 4 months ago) by toma
This is the stable 1.0 branch.


Revision 836701 - Directory Listing
Added Tue Jul 22 20:29:59 2008 UTC (15 years, 4 months ago) by toma
Branch for akonadi