]> gitweb.fluxo.info Git - semanticscuttle.git/shortlog
semanticscuttle.git
2010-09-27 cweiskeFix bug #3074816: French translation breaks edit javascript
2010-09-26 cweisketell which test covers which method
2010-09-26 cweiskeexplain $sizeSearchHistory
2010-09-26 cweiskeadd some new tests
2010-09-26 cweiskefix nasty bug with $withResults in getAllSearches()
2010-09-26 cweiskereformat the code (CS)
2010-09-26 cweiskemake html more readable
2010-09-26 cweiskeescape the installation name; html code was broken...
2010-09-26 cweiskegive bookmarks.tpl.php nice looking generated html...
2010-09-23 cweiskeFix CS, fix docblocks
2010-09-23 cweiskeMove user IP resolution into own class method
2010-09-23 cweiskeupdate description
2010-09-23 cweiskeFix bug #3073215: Updating bookmark time does not work
2010-09-23 cweiskeupdate changelog
2010-09-23 cweiskeimplement patch 3059829: update FR_CA translation
2010-09-23 cweiskeupdate french translations
2010-09-23 cweiskeupdate database optimization todo
2010-09-23 cweiskefix typo
2010-09-23 cweiskeupdate main translation file from source code
2010-09-23 cweiskeupdate TODO
2010-09-23 cweiskefinally fix the problem that watchlist count tests...
2010-09-23 cweiskeadd more countother-watchlist tests that are simpler...
2010-09-14 cweiskechangelog
2010-09-14 cweiskeallow debugging of connection errors
2010-08-22 cweiskeignore property files
2010-08-22 cweiskeadd package dep
2010-08-22 cweiskere-enable rsync to/from sourceforge
2010-08-22 cweiskeuse our own index file instead of pirum generated index
2010-08-22 cweiskeadd sourceforge logo to pirum html file
2010-08-22 cweiskemake pear channel update deployment work via phing!
2010-08-21 cweiskeMerge branch 'pearpkg'
2010-08-21 Christian Weiskepackage generation is fully working now
2010-08-21 Christian Weiskeremove unneeded code
2010-08-21 Christian Weiskemake test running on installed pear package work: pear...
2010-08-21 Christian Weiskemake files use pear directories
2010-08-21 Christian Weisketime to test the package
2010-08-21 Christian Weiskepackage.xml now looks really good
2010-08-21 Christian Weiskeon the way making package.xml better
2010-08-21 Christian Weiskenearly there; using d51pearpkg2 now
2010-08-12 Christian Weiskebasic package.xml generation with native pearpkg2 task...
2010-08-12 Christian Weiskeupdate readme
2010-08-12 Christian WeiskeMerge branch 'master' into pearpkg
2010-07-21 mensongeChange "localhost" into 127.0.0.1 because it avoids...
2010-07-09 cweiskeFix bug getTagsForBookmarks() that fetched all tags...
2010-06-09 cweiskeupdate upgrade.txt file and ajust changelog v0.97
2010-06-09 cweiskeprepare release of 0.97.0
2010-06-09 cweiskeput sergey's name in the russian translation file
2010-05-03 cweiskeupdate changelog
2010-05-03 cweiskeadd compiled russian translation
2010-05-03 cweiskeRevert "Vietnamese translation" - was accidentially...
2010-05-03 cweisketypo
2010-05-03 cweiskeadd russian translation, thanks to Serge
2010-03-28 cweiskemake export_html follow the "specs" a bit more and...
2010-03-28 cweiskefix multiple tags in html export
2010-03-28 cweisketest that public bookmarks of other people are not...
2010-03-28 cweiskemake export_csv support filtering to multiple tags
2010-03-28 cweiskemore tests for csv export api
2010-03-28 cweiskeadd test for api/export_csv.php
2010-03-28 cweiskesupport username and password change
2010-03-28 cweiskeadd unittest url parameter
2010-03-19 cweiskenote fixation of bug #2960663 in changelog
2010-03-19 cweiskeremove another 9 queries for logged in users!
2010-03-19 cweiskefix notice
2010-03-18 cweisketest for the failure we fixed one commit ago
2010-03-18 cweiskefix bad bug that was introduced due to performance...
2010-03-18 cweiskeunify hashing code in a separate method
2010-03-18 cweiskefix typo
2010-03-17 cweiskeFix bug #2960663: do not send content-type headers...
2010-03-17 cweiskenote fixing of bug #2953732 in the changelog
2010-03-17 cweiskefix bug #2953732 and make corresponding test work.
2010-03-17 cweiskewrite failing test for bug #2953732
2010-03-17 cweiskeremove part of broken merge :/
2010-03-17 cweiskeremove unneeded ampersand
2010-02-22 cweiskeDo not highlight admin bookmarks when $enableAdminColor...
2010-02-20 cweiskeadd missing piece of faulty merge
2010-02-20 cweiskere-fix isAdmin() sql optimization
2010-02-20 cweiskesql optimization: reduce by 9 sql queries when logged...
2010-02-20 cweiskeadd SemanticScuttle_Service_Bookmark::bookmarksExist...
2010-02-20 cweiskereformat query
2010-02-20 cweiskefix tests after last commit
2010-02-20 cweiskesave another query
2010-02-20 cweiskesave another query
2010-02-20 cweiskereformat _getuser and add docblock
2010-02-20 cweiskeheader docblock
2010-02-20 cweiskedocblock
2010-02-20 cweiskeremove end date condition since it seems unneccessary...
2010-02-20 cweiskenew config option to disable "SET NAMES UTF8" sql call
2010-02-20 cweiskesql optimization: 9 queries less!
2010-02-20 cweiskemake isAdmin accept a user name, too
2010-02-20 cweiskesql optimization: fetch all tags at once
2010-02-20 cweiskeadd new method for better sql performance: Bookmark2Tag...
2010-02-20 cweiskereformat and CS
2010-02-20 cweiskemake tests better
2010-02-20 cweiskeadd bookmark2tagtest to alltests
2010-02-20 cweiskeadd test for Bookmark2Tag::getTagsForBookmark()
2010-02-20 cweisketest getBookmarks() with tag loading functionality
2010-02-20 cweiskefirst sql optimization: fetch countOthers() for all...
2010-02-20 cweiskereplace some strange foreach constructs with the proper...
2010-02-20 cweiskemake countOthers() accept an array of addresses
2010-02-16 cweiskereformat countOthers()
next