aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* categories should already be html encoded - ensure this is the case but ↵friendica2013-12-131-2/+2
| | | | don't double encode
* doc additionsfriendica2013-12-132-0/+141
|
* add construct_page hookfriendica2013-12-13111-2295/+2264
|
* always load css and js sources using the same url as the page that is being ↵friendica2013-12-121-2/+24
| | | | visited so there is no http/https mismatch.
* Merge pull request #241 from zzottel/masterzzottel2013-12-121-1/+1
|\ | | | | htmspecialchars_decode only takes one argument.
| * htmspecialchars_decode only takes one argument.zottel2013-12-121-1/+1
|/
* more htmlspecialchars sanitisationfriendica2013-12-124-7/+7
|
* check that every invocation of htmlspecialchars has the right arg listfriendica2013-12-128-10/+10
|
* issue #240 - we were using htmlentities instead of htmlspecialchars in ↵friendica2013-12-117-87/+55
| | | | several places, and this was a bit greedy in the set of characters which were converted from utf-8 to HTML entities. Also brought mail attachments up to date so they are rendered identically to item attachments.
* cmax wasn't defaulting correctlyfriendica2013-12-111-1/+4
|
* The affinity tool is not a "traditional" widget. But it is nevertheless a ↵friendica2013-12-114-27/+34
| | | | widget. It just makes fewer page layout decisions which are hard-coded. If you want to shrink it down and put it on the sidebar in your theme, go for it.
* head_remove_css, head_remove_jsfriendica2013-12-111-1/+17
|
* missing brace in redbasic style.cssfriendica2013-12-112-0/+2
|
* Merge https://github.com/friendica/red into zpullfriendica2013-12-1113-1695/+1702
|\ | | | | | | | | Conflicts: view/theme/redbasic/css/style.css
| * Merge pull request #239 from git-marijus/masterfriendica2013-12-119-124/+165
| |\ | | | | | | make empty notes saveable as well
| | * this is not needed anymoremarijus2013-12-112-5/+1
| | |
| | * .selected is in use for something else alreadymarijus2013-12-111-1/+1
| | |
| | * also add group widget to widgets.cssmarijus2013-12-112-31/+33
| | |
| | * unify styling a littlemarijus2013-12-112-15/+10
| | |
| | * split out widgets.cssmarijus2013-12-113-79/+132
| | |
| | * we dont use doubble tagging in /network and /channel anymore... remove it ↵marijus2013-12-111-7/+1
| | | | | | | | | | | | from /search as well
| | * this saves notes on the fly. i think this is appropriate behavior for a ↵marijus2013-12-111-6/+3
| | | | | | | | | | | | notes widget. btw... one would get mad at oneself if noting something important and forget to save it. with this behavior one can at least get mad at the developer if something goes wrong :)
| | * this makes quotes appear as quotes in notes once page is reloaded. i guess ↵marijus2013-12-111-1/+1
| | | | | | | | | | | | thats fine since we use escape_tags() in notes.php
| | * make suggest channels a featuremarijus2013-12-112-1/+5
| | |
| | * make empty notes saveable as wellmarijus2013-12-111-2/+2
| | |
| * | Don't let nobody set an xconfig in safe search.Thomas Willingham2013-12-112-1/+4
| |/
| * Merge pull request #238 from tuscanhobbit/masterPaolo T2013-12-112-1570/+1532
| |\ | | | | | | italian translation
| | * italian translationp.tacconi2013-12-112-1570/+1532
| |/
* | remove hidden and deleted channels from viewconnectionsfriendica2013-12-111-7/+4
| |
* | comanchify all the simple cases - those that only load a profile. Rework ↵friendica2013-12-1116-325/+74
|/ | | | permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using.
* cleanup and Comanchification of mod_profilefriendica2013-12-103-45/+11
|
* issue #237 - when manually changing an uploaded photo URL in a post to an ↵friendica2013-12-101-1/+4
| | | | invalid URL that happens to not throw an error, it affects the ability to parse the URL to see if it's a local image and correct permissions. The correct way to do this is to change the '-2' to '-1' if you want 640 instead of 320 and '-0' if you want the original size - which is not likely to win you many friends if it happens to be a 42 megapixel photo. We might have limits in place to prevent monster photos from destroying everybody's streams, but many services you export the post to will probably not.
* mod channel is now Comanchifiedfriendica2013-12-105-26/+38
|
* Merge https://github.com/friendica/red into zpullfriendica2013-12-101-1/+1
|\
| * Merge pull request #235 from zzottel/masterfriendica2013-12-101-1/+1
| |\ | | | | | | When counting not yet loaded images, count all in .wall-item-body.
| | * When counting not yet loaded images, count all in .wall-item-body.zottel2013-12-101-1/+1
| | |
* | | look for comanche module pages using theme_include()friendica2013-12-101-2/+2
|/ /
* | matrix/network page under Comanche cont.friendica2013-12-102-0/+4
| |
* | mod_network is now running under Comanche. Yay.friendica2013-12-103-10/+12
| |
* | we're almost ready to turn on comanche for mod_network. All the widgets are ↵friendica2013-12-103-109/+91
|/ | | | done.
* comanchify the savedsearch widgetfriendica2013-12-095-3/+118
|
* turn private notes into a featurefriendica2013-12-092-0/+4
|
* more css cleanupfriendica2013-12-092-98/+13
|
* slight mod of connections widgetsfriendica2013-12-091-1/+1
|
* more css shrinkagefriendica2013-12-095-370/+323
|
* Merge branch 'master' of https://github.com/git-marijus/redfriendica2013-12-093-3/+19
|\ | | | | | | | | Conflicts: view/theme/redbasic/css/style.css
| * saved search icon work and bugfixes for #tags not beeing deletable and save ↵marijus2013-12-103-3/+16
| | | | | | | | button showing if saved search is disabled
* | notes widgetfriendica2013-12-095-2/+52
| |
* | doco and add document ready functionfriendica2013-12-091-0/+4
|/
* some work on modularising the default profile photo so we can make them site ↵friendica2013-12-0938-735/+13
| | | | selectable. Also red != friendica so we don't need all these friendica logos taking up space