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
ArthurHoaro
caa5700ef4
Merge
2013-03-14 18:26:34 +01:00
ArthurHoaro
79e8734c19
Add twitter allowed users JSON export
2013-03-14 18:25:10 +01:00
Mitsukarenai
8a4f8a3b4a
modified: 0.3/index.php
...
- désactivation Twitter (en attendant une soluce)
2013-03-13 16:45:14 +01:00
ArthurHoaro
a7075c82f3
Status changes by RSS
2013-03-12 18:17:16 +01:00
ArthurHoaro
22de0b26e0
Few fixes and handle DetectRedirect errors
2013-03-10 14:48:29 +01:00
Arthur
bb3795e9a7
?updateAll -> ?updateall
...
Mauvaise idée la casse dans l'URL.
https://github.com/mitsukarenai/Projet-Autoblog/issues/1
2013-03-10 13:28:54 +01:00
Oros
157bf05e5c
Corrif d'un bug qui apparait sur certain serveur.
2013-03-04 22:19:29 +01:00
Oros
b36c06088c
Petits correctifs de bug.
...
modified: functions.php
modified: index.php
2013-03-04 21:40:43 +01:00
Arthur
0822ba1cf1
Update index.php
...
Ouh la modification à l'arrach'. x)
2013-03-04 16:20:14 +01:00
Arthur
0b96911e86
Update config.php
2013-03-04 16:18:58 +01:00
Mitsukarenai
549da213fa
modified: 0.3/config.php
...
modified: 0.3/index.php
Add Twitter API URL setup in config.php
2013-03-04 11:19:21 +01:00
ArthurHoaro
b23cc3a6cd
Be smooth :)
2013-03-02 17:10:39 +01:00
Mitsukarenai
44901b752d
modified: 0.3/index.php
...
bugfix dans la vérification de $sitetype, et petite correction CSS
2013-03-02 12:46:14 +01:00
Mitsukarenai
d4a4d0f439
modified: 0.3/autoblog.php
...
modified: 0.3/index.php
ajout du site_type à l'OPML >> la vérification du type est un peu brutale ?
2013-03-02 12:33:27 +01:00
Mitsukarenai
b369080ec8
modified: 0.3/config.php
...
modified: 0.3/xsaf3.php
inclusion de config.php à xsaf3.php, prise en compte ALLOW_NEW_AUTOBLOGS et ajout de ALLOW_NEW_AUTOBLOGS_BY_XSAF
2013-03-02 12:10:31 +01:00
ArthurHoaro
20e4300580
Updater lock (and fixed)
2013-03-01 13:39:33 +01:00
ArthurHoaro
c223a38433
Syntax Error >_<
2013-03-01 13:16:29 +01:00
ArthurHoaro
4dd7b69522
Test check update
2013-03-01 13:13:55 +01:00
ArthurHoaro
13bd6aa6b2
Fix Shaarli button (merge problem)
2013-03-01 12:31:11 +01:00
ArthurHoaro
436fc2ec10
Merge
2013-03-01 12:21:17 +01:00
ArthurHoaro
479add0ec8
- OPML Link implemented
...
- Fix Duplicate 'Twitter' when import
- Fix lost errors
- Display OPML link for twitter/shaarli, etc.
2013-03-01 12:14:46 +01:00
ArthurHoaro
a94ca31a85
Antibot
2013-03-01 12:12:54 +01:00
Mitsukarenai
852a3cd71e
modified: 0.3/index.php
...
mécanisme de toggle sur l'affichage des boutons, et changement de style si actif
2013-03-01 10:47:11 +01:00
ArthurHoaro
c68a3b9d4e
Automatic antibot (currently generic only) and few fixes
2013-02-27 12:04:05 +01:00
ArthurHoaro
f885254fdc
Merge branch 'master' of https://github.com/mitsukarenai/Projet-Autoblog
2013-02-27 10:29:30 +01:00
ArthurHoaro
936495da9a
JS add buttons
2013-02-27 10:28:49 +01:00
mitsukarenai
7c4d51c9f9
Update README.md
...
petit bugfix :)
2013-02-25 16:56:17 +01:00
ArthurHoaro
9da3ade305
Single and full OPML export
2013-02-24 15:44:16 +01:00
ArthurHoaro
2ac5d3e65a
Migrate update
2013-02-24 15:00:07 +01:00
ArthurHoaro
e3a1eaf672
Migration script
2013-02-24 13:52:38 +01:00
ArthurHoaro
e1ca0af2ea
Fixed 2 issues
2013-02-23 20:31:13 +01:00
ArthurHoaro
27830d9a58
Fix c818b81d0c (commitcomment-2680699)
2013-02-23 20:18:22 +01:00
Mitsukarenai
580be0afb8
modified: 0.3/autoblog.php
...
FFFFUUUU chmod +x
2013-02-23 18:01:55 +01:00
Mitsukarenai
fd987988c1
modified: 0.3/autoblog.php
...
modified: 0.3/index.php
- juste generic pour OPML
2013-02-23 18:01:26 +01:00
Mitsukarenai
9be813d668
modified: 0.3/autoblog.php
...
- config OPML (commenté) TODO
2013-02-23 17:38:10 +01:00