aboutsummaryrefslogtreecommitdiffstats
path: root/util
Commit message (Collapse)AuthorAgeFilesLines
...
* remove Doxygen API Documentation from repository.Klaus Weidenbach2015-03-041-5/+3
| | | | | | | This removes around 14MB and can get easily generate locally by doxygen util/Doxyfile when needed. Restructured .gitignore a bit and some additions like zotshrc, etc. Fixed a typo in doc/main.bb
* Fix a couple of places where we weren't checking for dead hublocs. Add a ↵friendica2015-02-271-2345/+2369
| | | | function to mark a hubloc dead.
* provide ability to link new themes/addonsfriendica2015-02-234-8/+60
|
* minor issues with arg passingfriendica2015-02-204-9/+19
|
* updated install docfriendica2015-02-201-0/+11
|
* doc updatefriendica2015-02-201-389/+445
|
* git update scripts for external repositoriesfriendica2015-02-192-0/+20
|
* update the install doc for addons - the procedure is a bit different now ↵friendica2015-02-191-0/+1
| | | | (although it shouldn't break anything on existing sites.)
* Scripts to add external theme and addon repositories.friendica2015-02-192-0/+73
| | | | | | | | | Example: util/add_theme_repo https://github.com/deadsuperhero/redmatrix-themes deadsuperhero The final argument is a nickname on this system. The repository will be placed under extend/theme/deadsuperhero and the themes from that repository linked to your redmatrix theme directory. You can do the same with addons. We'll have to come up with some "pull" scripts to keep updated but the clever folks will already know how to do this.
* add zotsh to utilfriendica2015-02-159-0/+646
|
* missing paramfriendica2015-02-131-3604/+3750
|
* get_rel_link broken - also weekly doc updatesfriendica2015-02-061-1243/+1277
|
* let zot_refresh continue without a primary hub if one cannot be found. also ↵friendica2015-01-301-3303/+3324
| | | | weekly doc updates
* local_user => local_channelfriendica2015-01-281-4/+4
|
* doc updatesfriendica2015-01-231-875/+897
|
* make typo.php descend into include/RedDAVfriendica2015-01-181-0/+8
|
* mod_prep usability enhancements, doc updatesfriendica2015-01-161-2618/+2660
|
* doc updatesfriendica2015-01-101-840/+864
|
* doc updatesfriendica2015-01-021-1960/+1971
|
* Don't trim escaped quotesErik Lundin2014-12-291-5/+13
|
* doc updatefriendica2014-12-261-270/+286
|
* doc updatesfriendica2014-12-191-2989/+2995
|
* don't import to sys channel from self-censored authorsfriendica2014-12-121-807/+820
|
* block adult channels from inclusion in public content feedsfriendica2014-12-101-703/+703
|
* update mozilla cacert.pemfriendica2014-11-281-471/+479
|
* random block widgetfriendica2014-11-221-2647/+2672
|
* minor changes to support forum modefriendica2014-11-151-2942/+2956
|
* rev updatefriendica2014-11-071-521/+608
|
* doc updatesfriendica2014-10-311-1789/+1809
|
* moved post_to_red to its own project ( https://github.com/friendica/wptored ↵friendica2014-10-252-532/+0
| | | | ), which I was planning to do anyway since it's kind of lost in the util folder, but also because having it there may present licensing issues, as it's GPL.
* string updatefriendica2014-10-241-3704/+3868
|
* New util/messages.poJeroen2014-10-171-4009/+3853
|
* improvement in source route checking when handling complex *upstream* ↵friendica2014-10-101-1049/+1075
| | | | delivery chains, which were not adequately accounted for in the earlier checkin.
* rev updatefriendica2014-10-031-341/+346
|
* doc updates, clean up buttons on PM edit template to match other edit buttonsfriendica2014-09-261-886/+891
|
* doc updatesfriendica2014-09-191-440/+493
|
* doc updates and a couple of issues spotted in the logs (diaspora likes, feed ↵friendica2014-09-121-354/+376
| | | | author import)
* 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).