Christian Weiske
|
995dbef2a1
|
map clean urls to .php files in phar
|
2014-03-26 21:54:51 +01:00 |
|
Christian Weiske
|
fb4d822f31
|
make "php dist/SemanticScuttle-0.98.X.phar r scripts/avahi-export.php" work
|
2014-03-26 21:54:46 +01:00 |
|
Christian Weiske
|
9a57269b23
|
introduce global $cfg variable that one day will get rid of all the $GLOBALS pollution
|
2014-03-26 21:54:41 +01:00 |
|
Christian Weiske
|
524b1056a6
|
troubleshooting
|
2014-03-26 21:54:36 +01:00 |
|
Christian Weiske
|
6f5cd7c6e4
|
phar installation instructions
|
2014-03-26 21:54:22 +01:00 |
|
Christian Weiske
|
7947dad6a5
|
implement extracting files and running scripts
|
2014-03-26 21:53:00 +01:00 |
|
Christian Weiske
|
897bc4f7dc
|
use console_commandline to handle cli arguments
|
2014-03-26 21:52:56 +01:00 |
|
Christian Weiske
|
d49a9e684b
|
map calls to phar without anything
|
2014-03-26 21:52:51 +01:00 |
|
Christian Weiske
|
75156bfd20
|
first version of phar cli interface; currently lists files only
|
2014-03-26 21:52:47 +01:00 |
|
Christian Weiske
|
afe1fbd4b4
|
phar setup
|
2014-03-26 21:52:42 +01:00 |
|
Christian Weiske
|
557467b2b4
|
properly detect path info when running in the phar without /www/
|
2014-03-26 21:51:35 +01:00 |
|
Christian Weiske
|
2333ebf0e7
|
fix config tests
|
2014-03-26 21:50:20 +01:00 |
|
Christian Weiske
|
e991f209bc
|
get rid of www/ in phar
|
2014-03-26 21:50:13 +01:00 |
|
Christian Weiske
|
3070f234b6
|
fix file inclusion with phar
|
2014-03-26 21:49:38 +01:00 |
|
Christian Weiske
|
e6d66690d2
|
fix PATH_INFO in phar mode
Conflicts:
src/SemanticScuttle/Environment.php
src/SemanticScuttle/constants.php
tests/SemanticScuttle/EnvironmentTest.php
|
2014-03-26 21:47:33 +01:00 |
|
Christian Weiske
|
aed211c5b2
|
provide mapping for /www/
|
2014-03-26 21:43:42 +01:00 |
|
Christian Weiske
|
64923095e6
|
detect correct root path when run from the phar
|
2014-03-26 21:43:37 +01:00 |
|
Christian Weiske
|
f93c3bbe76
|
test configurable root
|
2014-03-26 21:43:32 +01:00 |
|
Christian Weiske
|
b0e4b4390b
|
move root directory detection into SemanticScuttle_Environment to make it testable
Conflicts:
tests/SemanticScuttle/EnvironmentTest.php
|
2014-03-26 17:19:05 +01:00 |
|
Christian Weiske
|
bbe708ce17
|
delete phar file before generating it
|
2014-03-26 17:16:18 +01:00 |
|
Christian Weiske
|
160ef2d631
|
own stub for the phar to disallow access to anything but www/
|
2014-03-26 17:16:11 +01:00 |
|
Christian Weiske
|
b73d18af88
|
load configuration for phar files
Conflicts:
src/SemanticScuttle/Config.php
|
2014-03-26 17:15:54 +01:00 |
|
Christian Weiske
|
ddcf7cd2a3
|
we have no hostname on cli (phar)
|
2014-03-26 17:11:53 +01:00 |
|
Christian Weiske
|
72db833930
|
phar generation task
Conflicts:
build.xml
|
2014-03-26 17:11:37 +01:00 |
|
Christian Weiske
|
c57960623b
|
link flat theme by Roman Lehnhof
|
2013-10-29 08:34:22 +01:00 |
|
Christian Weiske
|
91cc4a26fb
|
fix typo
|
2013-08-20 21:16:22 +02:00 |
|
Christian Weiske
|
e6494f9767
|
Fix bug #161: URLs broken on 1&1 server
|
2013-08-20 20:58:28 +02:00 |
|
Christian Weiske
|
f309a61b71
|
Fix #158: Correct documentation on the PostgreSQL tables file name, add example
|
2013-07-02 14:59:38 +02:00 |
|
Christian Weiske
|
f8066ea76a
|
set max width of docs page
|
2013-03-22 08:38:25 +01:00 |
|
Christian Weiske
|
19202ab64c
|
add tools section in docs
|
2013-03-22 08:37:17 +01:00 |
|
Christian Weiske
|
25ae541840
|
fix timing bug in tests by using title sort order instead of date sort, fix bug when no user was in db
|
2013-03-21 18:23:34 +01:00 |
|
Christian Weiske
|
69596125d7
|
Fix E_STRICT error: we explicitely have to cast resources to (int)
|
2013-03-21 18:09:37 +01:00 |
|
Christian Weiske
|
dfaf1d026a
|
Fix two broken tests
|
2013-03-21 17:57:48 +01:00 |
|
Christian Weiske
|
5c8833d5f5
|
CS
|
2013-03-21 17:57:12 +01:00 |
|
Ricardo Soares de Lima
|
1cc149fbd6
|
document unit test dependencies
|
2013-03-21 06:51:46 +01:00 |
|
Christian Weiske
|
26352761d3
|
The hasTag was always returning false, which probably is a bug. Fixed it and added a test to catch it. Thanks for Ricardo Soares de Lima for the first patch version
|
2013-03-21 06:49:37 +01:00 |
|
Christian Weiske
|
20e3b5ebd7
|
fix some CS, remove unneeded include - file is included in header.php
|
2013-03-21 06:44:11 +01:00 |
|
Ricardo Soares de Lima
|
2f865db513
|
The method attachTags was raising a Notice error, fix it and adds a test for this situation.
|
2013-03-21 06:42:13 +01:00 |
|
Christian Weiske
|
3e2d817fc7
|
fix tag::normalize test
|
2013-03-21 06:40:17 +01:00 |
|
Ricardo Soares de Lima
|
72269aa1d6
|
Using a foreach loop avoids Notice warnings when the array doesn't have sequential indexes, ex: 0, 1, 3...
|
2013-03-21 06:39:23 +01:00 |
|
Christian Weiske
|
c4ba9ef2d2
|
add (broken) tests for Services_Tag::normalize and Bookmark2Tag::attachTags with some empty tags
|
2013-03-21 06:39:11 +01:00 |
|
Christian Weiske
|
f8b5ad1cad
|
Merge branch '0.98'
|
2013-03-21 06:31:16 +01:00 |
|
Christian Weiske
|
85e2ccd942
|
remove php4-style object reference passing #2
|
2013-03-20 20:00:25 +01:00 |
|
Christian Weiske
|
54b5726157
|
prepare release of 0.98.5
|
2013-03-20 18:06:15 +01:00 |
|
Christian Weiske
|
409b7e681d
|
Fix bug #110: Talk about searching for slashes
|
2013-03-18 23:06:53 +01:00 |
|
Christian Weiske
|
326bca9731
|
get rid of deprecated eregi function and fix replacement
|
2013-03-18 23:06:49 +01:00 |
|
Christian Weiske
|
943d149e31
|
Fix bug #109: preserve privacy setting from Delicious export files.
Thanks for David Glenck for the initial version of this patch.
|
2013-03-18 23:06:41 +01:00 |
|
José María Mateos
|
a67a7f761d
|
Changed commit comment information
|
2013-03-18 23:06:36 +01:00 |
|
Christian Weiske
|
fc4c79df8a
|
Fix bug #110: Talk about searching for slashes
|
2013-03-18 23:04:49 +01:00 |
|
Christian Weiske
|
530e0c0541
|
get rid of deprecated eregi function and fix replacement
|
2013-03-18 22:30:12 +01:00 |
|