aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
* doc updatesfriendica2014-09-051-362/+375
|
* update nl + Friendica>RedMatrix in two text filesJeroen2014-08-301-1/+1
|
* doc updatefriendica2014-08-291-787/+837
|
* rev updatefriendica2014-08-221-668/+660
|
* move Friendica photo migrator to addons, bring back a few XML scraping ↵friendica2014-08-201-75/+0
| | | | functions that we're going to require (unfortunately)
* Added "if(!function_exists('xpost_to_html2bbcode'))"tonnerkiller2014-08-161-64/+68
| | | | | | | | This function name is also used by post to friendica plugin Both functions seem to be identical. If you have both plugins installed you get an error because of the identical function name This will avoid the attempt to load the function a second time in case it was already loaded by the post to friendica plugin
* doc updatefriendica2014-08-151-3702/+3906
|
* Added some missing translation strings. Fixed to scalable for a few font sizes.Jeroen2014-08-141-404/+466
|
* support title and description (and dates which were done earlier) for ↵friendica2014-08-131-0/+2
| | | | friendica photo import
* provide a way to preserve photo timestamps when importing (rather than ↵friendica2014-08-121-0/+2
| | | | uploading)
* couple of frphoto fixes to work better with the dreamhost process reaperfriendica2014-08-121-1/+0
|
* Friendica photo import tool. This will bring in all your photos from the ↵friendica2014-08-121-0/+72
| | | | chosen Friendica account and import them into Red. Note that profile photos will also be imported, but will not be scaled for profiles, nor will they be attached to any profiles. They will appear however in your Profile Photos album. Photos that had any access restrictions in Friendica will be made private to only you. Comments and likes, captions, and tags are not transferred, only the actual photos. You will only be able to do this once. If something goes wrong but any photos were imported, a pconfig called frphotos.complete will be set and you'll have to remove it to start over. If you should remove this to start over, we also check each photo and will not over-write a photo you already brought over.
* Some more buttons. Not ready yet. Changed in private message -submit- to ↵Jeroen2014-08-091-3836/+3672
| | | | -send-. Confusing in other language(s).
* rev updatefriendica2014-08-081-219/+238
|
* add en-gb and en-au ('en-us' aka 'en' is the default language now so watch ↵friendica2014-08-052-4796/+5060
| | | | out for words like colour and centralise and please use the US variants in translatable strings)
* Update nl. Added a link from the edit profile page to the edit visibility page.Jeroen2014-08-011-3809/+3665
|
* make the profile minimal by default. Use features to enable the advanced form.friendica2014-08-011-313/+299
|
* wrong label on iconfriendica2014-07-251-87/+91
|
* cherry pick pull request #544friendica2014-07-241-12/+12
|
* add more control to auth paranoia settingfriendica2014-07-201-756/+794
|
* doc updatesfriendica2014-07-131-68/+78
|
* move smarty compiled files to store/[data]/smarty3 - which puts all ↵friendica2014-07-101-3/+3
| | | | writeable areas of the server except the config file and logs under the "store" directory. We'll do logs at a future time.
* when deleting items, delete linked events and photos during stage1friendica2014-07-041-3541/+3706
|
* Red Matrix default instead of global default. Is more clear. Update nl to ↵jeroenpraat2014-07-021-21/+21
| | | | 99%. Update util/messages.po
* updated util/messages.pojeroenpraat2014-07-011-3747/+3585
|
* rule of snakes #1, kill the snake.friendica2014-06-281-436/+498
| | | | | | tinymce is gone. if you want a visual editor, figure out what you want and make it happen. If you don't want a visual editor, do nothing. This is in the community's hands. I don't need a visual editor.
* fix bad translation of blockquote in wordpress ("post_to_red") pluginfriendica2014-06-251-4/+4
|
* moods not working in other languages + doc updatesfriendica2014-06-211-3586/+3751
|
* limited progress in providing a POST option to shredder, back to auth ↵friendica2014-06-192-26/+42
| | | | signature mismatches again, likely a quoting issue
* cleanupfriendica2014-06-191-16/+1
|
* wherein I revive some of my 30+year old shell scripting skills so that we ↵friendica2014-06-182-5/+24
| | | | | | | | can process arbitrary api endpoints which generate arbitrary json and be able to crunch all of these on the command line. Getting the arbitrary query arguments into a form where they could be signed as part of the oauth packet was a challenge. (It still might be - I haven't tried querying any Chinese photo album names yet). But you can now do something like for a in `util/shredder/shredder -c red/photos -q album=2013 | jshon -e photos -a -e src` ; do wget $a; done and download all the photos in your 2013 album
* You'll need these to build jshon - warning these are typically blocked by ↵friendica2014-06-182-0/+0
| | | | .gitignore
* Turns out Linux has a shred command in /usr/bin and its purpose is to ↵friendica2014-06-184-1/+2
| | | | over-write files so we don't want to invoke it accidentally. So as not to cause confusion and issues we will rename ours to "shredder". Aussies are of course allowed to alias this to "shredda".
* oh this is nice... http://kmkeen.com/jshon - this is what we need to make ↵friendica2014-06-182-5/+11
| | | | shred -- well "shred". I also had to change the photos album list API a bit to fix any imagined and/or real parsing issues and also fixed shred so it can find its auxiliary files.
* Cleaned out/updated images dir. So that we don't mix the old colour red with ↵jeroenpraat2014-06-161-3559/+3387
| | | | the new colour with. / Updated util/messages.po
* try to force the update mode to fix the "starting up browser, quickly loads ↵friendica2014-06-131-34/+34
| | | | page 2 at the beginning" bug
* doc updatesfriendica2014-06-061-3380/+3546
|
* expand/collapse is also used for comments, so removing 'post'.jeroenpraat2014-06-031-3/+3
|
* Updated strings for show entire post and show less to expand and collapse. ↵jeroenpraat2014-06-031-5/+5
| | | | See last few comments from me and Mario at https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
* Updated to [+] show more, [+] show more comments, etc. See ↵jeroenpraat2014-06-031-3599/+3444
| | | | https://redmatrix.nl/channel/jeroenpraat/?f=&mid=5138fdee2ade50a7ef7a5a59e01a7dc91012c125e712d1ce483be6e31543dffe@redmatrix.nl
* update stringsfriendica2014-06-021-49/+63
|
* doc updatesfriendica2014-05-301-2/+2
|
* string updatefriendica2014-05-291-1451/+1451
|
* add profile photo app because it is sometimes hard to find. Also doc updatesfriendica2014-05-231-3331/+3515
|
* Allow translation context with plural. Use that in Likes/Dislikes.Alexandre Hannud Abdo2014-05-213-4498/+4691
|
* Make translation contexts effective.Alexandre Hannud Abdo2014-05-211-9/+14
|
* add optional context to translationsfriendica2014-05-202-103/+116
|
* doc updatesfriendica2014-05-161-338/+354
|
* missing parenfriendica2014-05-131-1/+1
|
* forbid redefinition of language plural_select functionfriendica2014-05-131-1/+2
|