Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | phar + clean urls work fully noworigin/phar | Christian Weiske | 2014-03-26 | 3 | -6/+40 |
| | |||||
* | map clean urls to .php files in phar | Christian Weiske | 2014-03-26 | 1 | -0/+5 |
| | |||||
* | make "php dist/SemanticScuttle-0.98.X.phar r scripts/avahi-export.php" work | Christian Weiske | 2014-03-26 | 1 | -0/+1 |
| | |||||
* | introduce global $cfg variable that one day will get rid of all the $GLOBALS ↵ | Christian Weiske | 2014-03-26 | 4 | -16/+159 |
| | | | | pollution | ||||
* | troubleshooting | Christian Weiske | 2014-03-26 | 2 | -5/+35 |
| | |||||
* | phar installation instructions | Christian Weiske | 2014-03-26 | 2 | -5/+65 |
| | |||||
* | implement extracting files and running scripts | Christian Weiske | 2014-03-26 | 1 | -7/+49 |
| | |||||
* | use console_commandline to handle cli arguments | Christian Weiske | 2014-03-26 | 1 | -3/+30 |
| | |||||
* | map calls to phar without anything | Christian Weiske | 2014-03-26 | 1 | -0/+1 |
| | |||||
* | first version of phar cli interface; currently lists files only | Christian Weiske | 2014-03-26 | 3 | -7/+92 |
| | |||||
* | phar setup | Christian Weiske | 2014-03-26 | 1 | -0/+29 |
| | |||||
* | properly detect path info when running in the phar without /www/ | Christian Weiske | 2014-03-26 | 2 | -4/+27 |
| | |||||
* | fix config tests | Christian Weiske | 2014-03-26 | 1 | -1/+1 |
| | |||||
* | get rid of www/ in phar | Christian Weiske | 2014-03-26 | 3 | -8/+6 |
| | |||||
* | fix file inclusion with phar | Christian Weiske | 2014-03-26 | 13 | -13/+14 |
| | |||||
* | fix PATH_INFO in phar mode | Christian Weiske | 2014-03-26 | 2 | -0/+48 |
| | | | | | | | Conflicts: src/SemanticScuttle/Environment.php src/SemanticScuttle/constants.php tests/SemanticScuttle/EnvironmentTest.php | ||||
* | provide mapping for /www/ | Christian Weiske | 2014-03-26 | 1 | -21/+16 |
| | |||||
* | detect correct root path when run from the phar | Christian Weiske | 2014-03-26 | 2 | -2/+53 |
| | |||||
* | test configurable root | Christian Weiske | 2014-03-26 | 1 | -0/+9 |
| | |||||
* | move root directory detection into SemanticScuttle_Environment to make it ↵ | Christian Weiske | 2014-03-26 | 3 | -23/+71 |
| | | | | | | | testable Conflicts: tests/SemanticScuttle/EnvironmentTest.php | ||||
* | delete phar file before generating it | Christian Weiske | 2014-03-26 | 1 | -0/+1 |
| | |||||
* | own stub for the phar to disallow access to anything but www/ | Christian Weiske | 2014-03-26 | 2 | -1/+41 |
| | |||||
* | load configuration for phar files | Christian Weiske | 2014-03-26 | 1 | -14/+33 |
| | | | | | Conflicts: src/SemanticScuttle/Config.php | ||||
* | we have no hostname on cli (phar) | Christian Weiske | 2014-03-26 | 1 | -2/+6 |
| | |||||
* | phar generation task | Christian Weiske | 2014-03-26 | 1 | -0/+26 |
| | | | | | Conflicts: build.xml | ||||
* | link flat theme by Roman Lehnhof | Christian Weiske | 2013-10-29 | 1 | -0/+9 |
| | |||||
* | fix typo | Christian Weiske | 2013-08-20 | 1 | -2/+2 |
| | |||||
* | Fix bug #161: URLs broken on 1&1 server | Christian Weiske | 2013-08-20 | 4 | -17/+157 |
| | |||||
* | Fix #158: Correct documentation on the PostgreSQL tables file name, add example | Christian Weiske | 2013-07-02 | 1 | -4/+6 |
| | |||||
* | set max width of docs page | Christian Weiske | 2013-03-22 | 1 | -0/+3 |
| | |||||
* | add tools section in docs | Christian Weiske | 2013-03-22 | 2 | -0/+18 |
| | |||||
* | fix timing bug in tests by using title sort order instead of date sort, fix ↵ | Christian Weiske | 2013-03-21 | 1 | -7/+9 |
| | | | | bug when no user was in db | ||||
* | Fix E_STRICT error: we explicitely have to cast resources to (int) | Christian Weiske | 2013-03-21 | 1 | -4/+4 |
| | |||||
* | Fix two broken tests | Christian Weiske | 2013-03-21 | 2 | -4/+6 |
| | |||||
* | CS | Christian Weiske | 2013-03-21 | 1 | -7/+15 |
| | |||||
* | document unit test dependencies | Ricardo Soares de Lima | 2013-03-21 | 1 | -0/+5 |
| | |||||
* | The hasTag was always returning false, which probably is a bug. Fixed it and ↵ | Christian Weiske | 2013-03-21 | 2 | -4/+14 |
| | | | | added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version | ||||
* | fix some CS, remove unneeded include - file is included in header.php | Christian Weiske | 2013-03-21 | 1 | -5/+3 |
| | |||||
* | The method attachTags was raising a Notice error, fix it and adds a test for ↵ | Ricardo Soares de Lima | 2013-03-21 | 2 | -6/+22 |
| | | | | this situation. | ||||
* | fix tag::normalize test | Christian Weiske | 2013-03-21 | 1 | -1/+1 |
| | |||||
* | Using a foreach loop avoids Notice warnings when the array doesn't have ↵ | Ricardo Soares de Lima | 2013-03-21 | 2 | -2/+2 |
| | | | | sequential indexes, ex: 0, 1, 3... | ||||
* | add (broken) tests for Services_Tag::normalize and Bookmark2Tag::attachTags ↵ | Christian Weiske | 2013-03-21 | 2 | -1/+17 |
| | | | | with some empty tags | ||||
* | Merge branch '0.98' | Christian Weiske | 2013-03-21 | 4 | -21/+28 |
|\ | |||||
| * | prepare release of 0.98.5v0.98.5origin/0.98 | Christian Weiske | 2013-03-20 | 4 | -21/+28 |
| | | |||||
| * | Fix bug #110: Talk about searching for slashes | Christian Weiske | 2013-03-18 | 1 | -0/+17 |
| | | |||||
| * | get rid of deprecated eregi function and fix replacement | Christian Weiske | 2013-03-18 | 1 | -1/+4 |
| | | |||||
| * | Fix bug #109: preserve privacy setting from Delicious export files. | Christian Weiske | 2013-03-18 | 1 | -1/+8 |
| | | | | | | | | Thanks for David Glenck for the initial version of this patch. | ||||
| * | Changed commit comment information | José María Mateos | 2013-03-18 | 1 | -2/+2 |
| | | |||||
* | | remove php4-style object reference passing #2 | Christian Weiske | 2013-03-20 | 23 | -43/+43 |
| | | |||||
* | | Fix bug #110: Talk about searching for slashes | Christian Weiske | 2013-03-18 | 1 | -0/+17 |
| | | |||||
* | | get rid of deprecated eregi function and fix replacement | Christian Weiske | 2013-03-18 | 1 | -1/+4 |
| | | |||||
* | | Fix bug #109: preserve privacy setting from Delicious export files. | Christian Weiske | 2013-03-18 | 1 | -1/+8 |
| | | | | | | | | Thanks for David Glenck for the initial version of this patch. | ||||
* | | remove php4-style object reference passing | Christian Weiske | 2013-03-17 | 13 | -68/+81 |
| | | |||||
* | | Changed commit comment information | José María Mateos | 2013-03-17 | 1 | -2/+2 |
| | | |||||
* | | Require that user type in two passwords and check they match when registering. | James | 2012-10-28 | 2 | -0/+10 |
| | | |||||
* | | skip tests if unittest url is not set instead of failing | Christian Weiske | 2012-01-25 | 1 | -1/+1 |
| | | |||||
* | | travis-ci: install another pear dep | Christian Weiske | 2012-01-25 | 1 | -1/+2 |
| | | |||||
* | | another dependency | Christian Weiske | 2012-01-25 | 1 | -0/+4 |
| | | |||||
* | | travis-ci: install pear itself for the exception file | Christian Weiske | 2012-01-25 | 1 | -0/+1 |
| | | |||||
* | | travis-ci: install pear packages before building | Christian Weiske | 2012-01-25 | 1 | -0/+3 |
| | | |||||
* | | add http_request2 to the list of required packages (for the unit tests) | Christian Weiske | 2012-01-25 | 1 | -0/+5 |
| | | |||||
* | | travis-ci: setup database and config file before running tests | Christian Weiske | 2012-01-25 | 1 | -0/+4 |
| | | |||||
* | | set proper exit status when config file does not exist | Christian Weiske | 2012-01-25 | 1 | -9/+7 |
| | | |||||
* | | travis configuration file | Christian Weiske | 2012-01-25 | 1 | -0/+6 |
| | | |||||
* | | Merge branch '0.98' | Christian Weiske | 2012-01-21 | 6 | -9/+63 |
|\ \ | |/ | |||||
| * | prepare release of 0.98.4v0.98.4 | Christian Weiske | 2012-01-21 | 4 | -8/+45 |
| | | |||||
| * | Fix bug #3111254: getIdFromUser() always returns an integer now (part 2) | Christian Weiske | 2012-01-21 | 3 | -1/+18 |
| | | |||||
| * | fix artviper title | Christian Weiske | 2012-01-21 | 1 | -1/+1 |
| | | |||||
| * | subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag | Christian Weiske | 2012-01-21 | 1 | -2/+2 |
| | | |||||
* | | fix artviper title | Christian Weiske | 2012-01-21 | 1 | -1/+1 |
| | | |||||
* | | subtitle was escaped too often in http://bm.bogo/bookmarks/userb/userb-tag | Christian Weiske | 2012-01-21 | 1 | -2/+2 |
| | | |||||
* | | Merge branch '0.98' | Christian Weiske | 2012-01-20 | 48 | -9381/+18592 |
|\ \ | |/ | |||||
| * | Fix bug #3396727: Title of http://lesscss.org/ not loaded | Christian Weiske | 2012-01-20 | 2 | -0/+4 |
| | | |||||
| * | Fix bug #3468293: Delicious import does not preserve private links | Christian Weiske | 2012-01-20 | 3 | -6/+25 |
| | | |||||
| * | Fix bug #3413459: Thumbnails not in one line, thanks ↵ | Christian Weiske | 2012-01-20 | 2 | -0/+2 |
| | | | | | | | | http://quirksmode.org/css/clearing.html for the CSS hint | ||||
| * | fix artviper thumbnail registration api url | Christian Weiske | 2012-01-20 | 1 | -2/+2 |
| | | |||||
| * | Fix bug: Invalid HTML when website thumbnails are activated | Christian Weiske | 2012-01-20 | 2 | -1/+2 |
| | | |||||
| * | Fix bug #3384416: Use URL with protocol in bookmarklet | Christian Weiske | 2012-01-20 | 2 | -4/+5 |
| | | |||||
| * | Fully fix bug #3463481: use proper self URL, different page url | Christian Weiske | 2012-01-20 | 3 | -2/+4 |
| | | |||||
| * | Part of bug #3463481: add guid to items | Christian Weiske | 2012-01-20 | 2 | -1/+4 |
| | | |||||
| * | Part of bug #3463481: Add atom self url to rss feed | Christian Weiske | 2012-01-20 | 1 | -1/+4 |
| | | |||||
| * | Part of bug #3463481: Add HTTP protocol to self URL in feed | Christian Weiske | 2012-01-20 | 2 | -1/+26 |
| | | |||||
| * | Part of #3476011: mention Frederics name | Christian Weiske | 2012-01-20 | 1 | -0/+1 |
| | | |||||
| * | Implement patch #3476011: PostgreSQL tables can not be initialized | Christian Weiske | 2012-01-20 | 3 | -0/+262 |
| | | |||||
| * | test file for #3469257: file with long description | Christian Weiske | 2012-01-20 | 1 | -0/+4 |
| | | |||||
| * | changelog entry for Fix bug #3436624: Wrong URL for Delicious API when importing | Christian Weiske | 2012-01-20 | 1 | -0/+1 |
| | | |||||
| * | Part of bug #3436624: compile all translations | Christian Weiske | 2012-01-20 | 16 | -0/+0 |
| | | |||||
| * | update all translation files from translation base file | Christian Weiske | 2012-01-20 | 16 | -9359/+18242 |
| | | |||||
| * | Part of bug #3436624: Fix delicious URL in template and translation base file | Christian Weiske | 2012-01-20 | 2 | -4/+4 |
| | | |||||
| * | mention missing bug number #3439729 in changelog | Christian Weiske | 2012-01-20 | 1 | -1/+1 |
| | | |||||
* | | Merge branch '0.98' | Christian Weiske | 2011-11-02 | 2 | -7/+22 |
|\ \ | |/ | |||||
| * | sort changelog entries by bug number | Christian Weiske | 2011-11-02 | 1 | -1/+1 |
| | | |||||
| * | Fix bug #3431742: open_basedir problems with /etc/ config files | Christian Weiske | 2011-11-02 | 2 | -6/+21 |
| | | |||||
* | | Merge branch '0.98' | Christian Weiske | 2011-11-01 | 5 | -704/+935 |
|\ \ | |/ | |||||
| * | Implement request #3403609: fr_CA translation update, compiled file | Christian Weiske | 2011-11-01 | 1 | -0/+0 |
| | | |||||
| * | Implement request #3403609: fr_CA translation update | Christian Weiske | 2011-11-01 | 2 | -376/+533 |
| | | |||||
| * | fix script to update translation base file | Christian Weiske | 2011-11-01 | 1 | -1/+1 |
| | | |||||
| * | update translation base file | Christian Weiske | 2011-11-01 | 1 | -317/+393 |
| | | |||||
| * | first part of #3403609: fr_CA translation update | Christian Weiske | 2011-11-01 | 1 | -10/+8 |
| | | |||||
* | | Merge branch '0.98' | Christian Weiske | 2011-11-01 | 2 | -2/+4 |
|\ \ | |/ |