summaryrefslogtreecommitdiffstatshomepage
path: root/src/SemanticScuttle/header.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(debug): Don't serve application/xhtml+xml in debug modedebug-fixesGravatar Tom Willemse2024-04-191-9/+1
| | | | | | | There are quite a few big differences between running HTML and XHTML that are more than just validation errors. Running a different parser in debug mode seems unhelpful, and the goal probably won't be to generate XHTML always anyway anymore.
* script to use with errbot's exec pluginGravatar Christian Weiske2016-05-091-0/+1
|
* set proper exit status when config file does not existGravatar Christian Weiske2012-01-251-9/+7
|
* Fix bug #3160512: Make SemantiScuttle work with FastCGIGravatar Christian Weiske2011-07-231-0/+1
|
* support global and per-host configuration filesGravatar Christian Weiske2011-07-211-3/+14
|
* implement request #1989987: theme support. merge themes ↵Gravatar Christian Weiske2011-05-251-0/+3
| | | | branch with --squash
* begin supporting a different database for unit testsGravatar Christian Weiske2011-05-191-5/+12
|
* Merge branch 'master' into ssl-client-certsGravatar Christian Weiske2011-05-131-1/+1
|\
| * Merge branch 'master' into configurable-privacy2Gravatar Christian Weiske2011-05-121-0/+1
| |\
| * \ merge masterGravatar Christian Weiske2011-05-021-1/+10
| |\ \
| * | | start the session when we are in http unittest modeGravatar Christian Weiske2011-04-181-1/+1
| | | |
| * | | cherry-pick:Gravatar Christian Weiske2011-04-061-1/+15
| | | | | | | | | | | | | | | | add new feature: allow unit test mode enabling via HTTP GET parameter
* | | | show current users certificates on profile pageGravatar Christian Weiske2011-05-091-0/+1
| |_|/ |/| |
* | | begin bookmark model class with URL validation methodGravatar Christian Weiske2011-05-031-0/+1
| |/ |/|
* | add new feature: allow unit test mode enabling via HTTP ↵Gravatar Christian Weiske2011-03-261-1/+15
| | | | | | | | GET parameter
* | Merge branch 'master' into jqueryGravatar Christian Weiske2011-03-201-0/+1
|\ \ | | | | | | | | | | | | Conflicts: doc/ChangeLog
| * | Implement request #3054906: Show user's full name ↵Gravatar Christian Weiske2011-03-151-0/+1
| |/ | | | | | | instead of nickname
* | activate strict xhtml mode only on debug modeGravatar Christian Weiske2010-10-091-4/+9
| |
* | make the page valid and keep chromium happyGravatar Christian Weiske2010-10-091-1/+4
|/
* make test running on installed pear package work: pear ↵Gravatar Christian Weiske2010-08-221-1/+1
| | | | run-tests -pu __uri/semanticscuttle
* make files use pear directoriesGravatar Christian Weiske2010-08-221-3/+14
|
* Fix bug #2960663: do not send content-type headers twice ↵Gravatar cweiske2010-03-171-1/+7
| | | | | | for ajax/api scripts git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@690 b3834d28-1941-0410-a4f8-b48e95affb8f
* Send HTTP status code 500 when site has not been ↵Gravatar cweiske2010-02-081-0/+1
| | | | | | configured yet. git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@646 b3834d28-1941-0410-a4f8-b48e95affb8f
* allow people to move www/ folder where they want it, now ↵Gravatar cweiske2010-02-081-1/+1
| | | | | | one just has to change www/www-header.php git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@643 b3834d28-1941-0410-a4f8-b48e95affb8f
* do not use service overrides when running unit testsGravatar cweiske2010-02-051-1/+3
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@631 b3834d28-1941-0410-a4f8-b48e95affb8f
* make serviceoverrides user-configurableGravatar cweiske2010-02-021-0/+4
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@626 b3834d28-1941-0410-a4f8-b48e95affb8f
* Coding standards changes, add header to some filesGravatar cweiske2010-01-161-7/+22
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@582 b3834d28-1941-0410-a4f8-b48e95affb8f
* Clarify where config files are situated.Gravatar mensonge2009-11-161-1/+1
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@551 b3834d28-1941-0410-a4f8-b48e95affb8f
* use data dir for localesGravatar cweiske2009-11-041-2/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@513 b3834d28-1941-0410-a4f8-b48e95affb8f
* prevent js file to get stored in lastUrlGravatar cweiske2009-10-271-1/+8
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@442 b3834d28-1941-0410-a4f8-b48e95affb8f
* Move URL redirection from URL to session parameterGravatar cweiske2009-10-271-7/+15
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@433 b3834d28-1941-0410-a4f8-b48e95affb8f
* fix unit test runs for direct phpunit callsGravatar cweiske2009-10-251-0/+9
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@413 b3834d28-1941-0410-a4f8-b48e95affb8f
* no braces neededGravatar cweiske2009-10-251-2/+2
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@412 b3834d28-1941-0410-a4f8-b48e95affb8f
* introduce dbservice, a service base class that has a ↵Gravatar cweiske2009-10-241-0/+1
| | | | | | database variable, table variable and getter/setter for table git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@400 b3834d28-1941-0410-a4f8-b48e95affb8f
* rename ServiceFactory::getServiceInstance() to get() - ↵Gravatar cweiske2009-10-231-2/+2
| | | | | | much easier to write git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@396 b3834d28-1941-0410-a4f8-b48e95affb8f
* get rid of headers-already-sent-errors when running unit ↵Gravatar cweiske2009-10-031-2/+6
| | | | | | tests on cli git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@390 b3834d28-1941-0410-a4f8-b48e95affb8f
* make the application work againGravatar cweiske2009-10-031-11/+17
| | | | git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@388 b3834d28-1941-0410-a4f8-b48e95affb8f
* more file renamingsGravatar cweiske2009-10-031-0/+55
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@387 b3834d28-1941-0410-a4f8-b48e95affb8f