Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | call parse_url from rpost and add the result to the content body if invoked ↵ | friendica | 2015-03-19 | 1 | -0/+5 |
| | | | | with a url argument | ||||
* | Explicitly force link for 'All Collections' on the network page to gid=0 so ↵ | friendica | 2015-03-19 | 1 | -1/+1 |
| | | | | it can be used with a default page over-ride for gid. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-19 | 14 | -201/+183 |
|\ | |||||
| * | there are no vars to replace in converse_center.css | Mario Vavti | 2015-03-19 | 1 | -1/+0 |
| | | |||||
| * | update schema doco a little. needs some more... | Mario Vavti | 2015-03-19 | 2 | -9/+12 |
| | | |||||
| * | remove more unused $vars | Mario Vavti | 2015-03-19 | 2 | -21/+0 |
| | | |||||
| * | remove more $vars from style.css | Mario Vavti | 2015-03-19 | 10 | -156/+156 |
| | | |||||
| * | remove $abook_changebg from style.css | Mario Vavti | 2015-03-19 | 10 | -14/+15 |
| | | |||||
| * | do not destroy page layout if feature_encrypt is not enabled | Mario Vavti | 2015-03-19 | 1 | -2/+2 |
| | | |||||
* | | tweaks to directory registrations which don't seem to be happening, also ↵ | friendica | 2015-03-19 | 4 | -9/+18 |
| | | | | | | | | downgrade any directory that claims to be a primary directory for RED_GLOBAL. | ||||
* | | ratenotif: loop oddity | friendica | 2015-03-19 | 2 | -10/+10 |
|/ | |||||
* | make the channel item query match recent changes to network item query (and ↵ | friendica | 2015-03-18 | 3 | -5/+7 |
| | | | | some slightly older changes in display item query), and allow '@' in linkified urls. | ||||
* | Change wording on the photo location feature. When photos are merged with ↵ | friendica | 2015-03-18 | 1 | -1/+1 |
| | | | | DAV storage we won't be stripping metadata by default. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-18 | 7 | -2807/+2925 |
|\ | |||||
| * | remove px from default value | Mario Vavti | 2015-03-18 | 1 | -1/+1 |
| | | |||||
| * | just to be sure | Mario Vavti | 2015-03-18 | 2 | -2/+2 |
| | | |||||
| * | move body-font-size setting backt to expert. most people probably use ↵ | Mario Vavti | 2015-03-18 | 1 | -4/+1 |
| | | | | | | | | browser built in zoom capabilitie. | ||||
| * | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-18 | 2 | -2785/+2906 |
| |\ | |||||
| | * | Update Dutch translations | jeroenpraat | 2015-03-18 | 2 | -2785/+2906 |
| | | | |||||
| * | | make every page regard max content width setting and move the setting out of ↵ | Mario Vavti | 2015-03-18 | 5 | -18/+18 |
| |/ | | | | | | | experts mode | ||||
* / | we upped the php version requirement. So up yours. | friendica | 2015-03-18 | 2 | -2/+2 |
|/ | |||||
* | fix the map embed issue by keeping the map visible but moving it far off the ↵ | friendica | 2015-03-17 | 2 | -3/+8 |
| | | | | screen. | ||||
* | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-17 | 15 | -436/+840 |
|\ | |||||
| * | move bootbox out of bootstrap | Mario Vavti | 2015-03-17 | 3 | -1/+1 |
| | | |||||
| * | update bootstrap-3.3.4 and bootbox-4.4.0 | Mario Vavti | 2015-03-17 | 14 | -431/+835 |
| | | |||||
* | | ok it has to be owner. | friendica | 2015-03-17 | 1 | -3/+3 |
|/ | |||||
* | Merge branch 'master' of https://github.com/friendica/red | Mario Vavti | 2015-03-17 | 3 | -2820/+2941 |
|\ | |||||
| * | Merge pull request #932 from tuscanhobbit/dev | Paolo T | 2015-03-17 | 2 | -2818/+2939 |
| |\ | | | | | | | Updated Italian strings | ||||
| | * | Updated Italian strings | Paolo Tacconi | 2015-03-17 | 2 | -2818/+2939 |
| | | | |||||
| * | | get the correct hemisphere for geotagged photos | friendica | 2015-03-17 | 1 | -2/+2 |
| | | | |||||
* | | | update templates | Mario Vavti | 2015-03-17 | 4 | -6/+18 |
|/ / | |||||
* | | turn photo location mapping into a feature | friendica | 2015-03-17 | 2 | -1/+2 |
| | | |||||
* | | The random bad signatures are because something somewhere is trimming the ↵ | friendica | 2015-03-17 | 3 | -4/+4 |
| | | | | | | | | body text. It could be any one of hundreds of functions that touch the message body. We really want to trim the body text, so I'm putting back all the trim statements - in mod/item and item_store and item_store_update. The last fix for random bad sigs noted that one of the trims wasn't there, so the others were removed. The correct fix is for all the trims to be there. We will probably have a few (quite a few) bad sigs during the transition back to trimmed text but this should nail it for anybody on recent code and with new content. | ||||
* | | display a map for photos if allowed. Note: there is a bug in that if the map ↵ | friendica | 2015-03-16 | 4 | -1/+59 |
| | | | | | | | | div starts with display:none one needs to reload the frame or zoom in or they end up at minimum resolution. Still trying to sort this out. | ||||
* | | started to add the ability to geotag photos (default will be disabled) but ↵ | friendica | 2015-03-16 | 2 | -3/+12 |
| | | | | | | | | my phone isn't outputting the GPS tags even after being explicitly enabled so I'll have to wait until I've got a device that I can reliably test against. | ||||
* | | regression: visual feedback that page/content is loading when affinity ↵ | friendica | 2015-03-16 | 1 | -0/+2 |
| | | | | | | | | slider value changed went missing | ||||
* | | openid cleanup | friendica | 2015-03-16 | 3 | -105/+73 |
| | | |||||
* | | make sure this sucker is quiet | friendica | 2015-03-16 | 1 | -1/+1 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-16 | 1 | -0/+2 |
|\ \ | |||||
| * | | show generic submit button only if plugin name is provided | Mario Vavti | 2015-03-16 | 1 | -0/+2 |
| | | | |||||
* | | | also update the api to match | friendica | 2015-03-16 | 1 | -2/+2 |
| | | | |||||
* | | | phase one of the great file storage unification - use one button for uploads ↵ | friendica | 2015-03-16 | 4 | -17/+34 |
|/ / | | | | | | | of any type (image or attachment). We'll sort out which one it is and deal with it appropriately. | ||||
* | | start on some db_table doco | friendica | 2015-03-15 | 2 | -14/+44 |
| | | |||||
* | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-15 | 14 | -1338/+1259 |
|\ \ | |||||
| * \ | Merge pull request #931 from dawnbreak/master | RedMatrix | 2015-03-16 | 14 | -1338/+1259 |
| |\ \ | | | | | | | | | Some JavaScript cleanups. | ||||
| | * | | Documentation and remove duplicate code. | Klaus Weidenbach | 2015-03-16 | 1 | -72/+79 |
| | | | | | | | | | | | | | | | | | | | | Add a bit Doxygen documentation and remove some duplicate code from account.php. | ||||
| | * | | Some JavaScript cleanups. | Klaus Weidenbach | 2015-03-15 | 13 | -1266/+1180 |
| |/ / | | | | | | | | | | | | | | | | Adding some missing and remove some unnecessary semicolons. Change some comparing operators. Changed access to objects with dot operator. | ||||
* | | | mod_id: load profile so the sidebar profile will work | friendica | 2015-03-15 | 2 | -39/+20 |
| | | | |||||
* | | | Show profile on openid server page | friendica | 2015-03-15 | 1 | -0/+4 |
| | | | |||||
* | | | Merge https://github.com/friendica/red into pending_merge | friendica | 2015-03-15 | 2 | -7/+12 |
|\| | |