Commit graph

263 commits

Author SHA1 Message Date
ArthurHoaro c0134348e2 fixes #15 - responsive design 2013-04-10 15:32:22 +02:00
ArthurHoaro f487bddb41 Decidemment... 2013-04-10 15:04:12 +02:00
ArthurHoaro d2f30cdc70 Bug fix on port 2013-04-10 13:42:41 +02:00
ArthurHoaro 1070f7b6dd Bug fix on iframes 2013-04-10 13:30:58 +02:00
ArthurHoaro 78bd6edc0c Poor FOOTER :( 2013-04-10 13:23:38 +02:00
ArthurHoaro e10b5ddba4 Merge branch 'master' of https://github.com/mitsukarenai/Projet-Autoblog 2013-04-10 13:08:20 +02:00
ArthurHoaro 195a6644f5 Trying to solve #9
config.php should not be edited for the final 0.3 from now (except maybe fixing the present commit).
+ bug fix
2013-04-10 13:08:15 +02:00
mitsukarenai de190607f7 Merge pull request #16 from Knah-Tsaeb/master
[add] div#contentVignette for center .vignette block
2013-04-09 15:58:38 -07:00
Knah Tsaeb 9b96ceed08 [add] div#contentVignette for center .vignette block 2013-04-08 15:50:50 +02:00
Mitsukarenai 681a9bd94b fix lien vers autoblog après ajout 2013-04-08 15:08:16 +02:00
Arthur 564c6a4962 Update .gitignore 2013-04-08 16:01:57 +03:00
Arthur 505f1beb08 Merge pull request #13 from Knah-Tsaeb/master
[upd] .gitignore
2013-04-08 06:01:03 -07:00
ArthurHoaro 64fa21f2ca Remove a / in atom feed 2013-04-08 14:59:12 +02:00
Apache 14426a85c7 rm resources/rss.xml 2013-04-08 14:33:15 +02:00
Knah Tsaeb 949d666c7d [upd] .gitignore 2013-04-08 14:32:54 +02:00
Mitsukarenai 011ded54d1 fix-untested: add autoblog new folder structure 2013-04-08 14:05:35 +02:00
Mitsukarenai 0d7c60b54b load autoblog.php from relative parent dir instead of full
( PHP Fatal error:  require_once(): Failed opening required '/autoblog.suumitsu.eu/htdocs/autoblog.php')
2013-04-08 13:59:49 +02:00
Mitsukarenai df3fa09d4b sitemap adapt to autoblog folder 2013-04-08 13:51:38 +02:00
ArthurHoaro 6f7263d460 Fixes #7
Hint to move folder easily http://0bin.net/paste/8aad32f62c097a09aa83f1f8351b22bdd49b298b#1IO0SmDBGQAspXK0ICwlFpoCO0hEA4rUMRyuQ9A6AzA=
TODO: Check that nothing is broken
2013-04-08 13:41:22 +02:00
ArthurHoaro 5da0e87beb resources folder added (relatad to #8)
Warning: RSS file will be reset
2013-04-08 13:13:25 +02:00
Arthur d37b84ea42 Merge pull request #8 from Knah-Tsaeb/myAutoBlog
[add] Move css to external file
2013-04-08 03:53:30 -07:00
Mitsukarenai 7178be54ad exclude docs from sitemap 2013-04-08 12:09:43 +02:00
Knah Tsaeb 4b5bdc446e [add] Include user.css if file existe
Use user.css to overwrite original CSS.
[upd] .gitignore for exclude user.css
2013-04-08 12:08:16 +02:00
Knah Tsaeb bc1722c26c [add] Move css to external file 2013-04-08 11:45:16 +02:00
Mitsukarenai ab9a553548 Rhaaa repush version précédente 2013-04-07 13:10:07 +02:00
Mitsukarenai f9e9d0dbbe fix & optim
autoblogs: broken RSS feed :-> working ATOM feed
index:  index added to sitemap
2013-04-07 13:04:19 +02:00
ArthurHoaro 84469c668d Fixes #5 and stop browsing docs folder for autoblogs 2013-04-07 12:15:52 +02:00
Arthur de4fe39698 Merge pull request #6 from Knah-Tsaeb/myAutoBlog
[add] .gitignore
2013-04-05 04:08:35 -07:00
ArthurHoaro 189c962e5a New feature: mirror documents (or any files) to preserve them from censorship in the docs/ directory. These files are listed in the main page. 2013-04-05 13:06:10 +02:00
Knah Tsaeb c63603824f [add] .gitignore 2013-04-05 12:02:00 +02:00
Mitsukarenai a62c51ca19 fix lien 2013-04-04 20:22:23 +02:00
ArthurHoaro d3bf3d7a2c Si j'en oublie la moiti en route... #3 2013-04-04 18:58:28 +02:00
ArthurHoaro d685af74ce fixes #3
That's actually how civilized people handle errors.
2013-04-04 18:50:02 +02:00
ArthurHoaro 03c1b1d072 Link added on header title 2013-03-30 21:19:59 +01:00
Arthur 02baecb1c8 Fix encoding issue when Apache feels talkative 2013-03-30 19:00:26 +01:00
Mitsukarenai 9b92b2803b (and chmod fix) 2013-03-29 20:16:05 +01:00
Mitsukarenai 2941f4f428 /!\ LOCAL_URL and relative paths (read below)
-SHOULD- fix issue #2:
* LOCAL_URL is now absolute URL based on: protocol-HTTP_HOST-REQUEST_URI
* media export reference url change
* media is now stored as RELATIVE:  "media/blablabla.jpg"
* escape_content ENFORCES RELATIVE: "./media/blablabla.jpg"

This commit MAY AFFECT DATABASE VALIDITY. In case of doubt, export-remove-import autoblogs or use SQLite editor to ensure all media links are relative like "media/somestuff.jpg"
2013-03-29 20:09:13 +01:00
Arthur 3348468848 XSAF Bug fix with default config 2013-03-29 19:07:14 +01:00
Mitsukarenai ed10c11dee define RSS_FILE in config 2013-03-23 15:07:02 +01:00
ArthurHoaro 77a418e7a8 Merge branch 'master' of https://github.com/mitsukarenai/Projet-Autoblog 2013-03-20 17:39:04 +01:00
ArthurHoaro afec4683d4 Generate a W3C valid RSS feed 2013-03-20 16:18:04 +01:00
Arthur 557c66448b Update config.php
Use twitterbridge's link to enable Twitter autoblogs. Disabled by default.
2013-03-20 15:56:36 +01:00
ArthurHoaro d1b3d153f9 twitterbridge API compatibility 2013-03-20 15:53:16 +01:00
ArthurHoaro efad8ab1c6 Merge branch 'master' of https://github.com/mitsukarenai/Projet-Autoblog 2013-03-20 15:11:14 +01:00
ArthurHoaro 2580ec74e9 New update available : links added 2013-03-20 15:10:34 +01:00
ArthurHoaro 2a7e07546b Bug fix 2013-03-18 12:37:27 +01:00
ArthurHoaro c613b5da50 Config update 2013-03-18 12:26:01 +01:00
ArthurHoaro 848a7b9559 Aautoblogs creation generate RSS entries 2013-03-18 10:32:37 +01:00
ArthurHoaro b5cdbebfa3 Full URL for medias 2013-03-18 09:57:08 +01:00
ArthurHoaro cc70f82afc Merge foiré 2013-03-14 18:33:01 +01:00