Commit graph

8852 commits

Author SHA1 Message Date
friendica
c00f0d4b28 a couple more comanche conversions 2013-12-14 13:26:40 -08:00
friendica
a4624d2979 Merge https://github.com/friendica/red into zpull 2013-12-13 13:32:28 -08:00
friendica
744d449284 Merge pull request #242 from git-marijus/master
move affinity slider to widgets.css and minor cleanup
2013-12-13 13:37:10 -08:00
friendica
0215043826 prepare for Comanchification of mod_photos 2013-12-13 13:30:33 -08:00
friendica
94975f8d30 categories should already be html encoded - ensure this is the case but don't double encode 2013-12-13 12:30:44 -08:00
friendica
1975fa50da doc additions 2013-12-13 01:14:15 -08:00
friendica
64b16f1e1a add construct_page hook 2013-12-13 01:13:35 -08:00
friendica
65c0b84313 always load css and js sources using the same url as the page that is being visited so there is no http/https mismatch. 2013-12-12 18:13:52 -08:00
marijus
b994faee9d mark some things for deletion 2013-12-12 15:15:01 +01:00
marijus
8f6af66a73 move affinity slider to widgets.css and minor cleanup 2013-12-12 14:39:21 +01:00
zzottel
81cf9209f0 Merge pull request #241 from zzottel/master
htmspecialchars_decode only takes one argument.
2013-12-12 04:34:34 -08:00
zottel
3a11980e49 htmspecialchars_decode only takes one argument. 2013-12-12 13:32:11 +01:00
friendica
303324cdff more htmlspecialchars sanitisation 2013-12-12 02:15:02 -08:00
friendica
941f81eb30 check that every invocation of htmlspecialchars has the right arg list 2013-12-12 02:01:42 -08:00
friendica
b3fe221b7f issue #240 - we were using htmlentities instead of htmlspecialchars in 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. 2013-12-11 23:13:36 -08:00
friendica
18f0ab2605 cmax wasn't defaulting correctly 2013-12-11 19:56:57 -08:00
friendica
b4e1e8a4a4 The affinity tool is not a "traditional" widget. But it is nevertheless a 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. 2013-12-11 19:43:41 -08:00
friendica
2f46bacded head_remove_css, head_remove_js 2013-12-11 18:29:56 -08:00
friendica
4d18791852 missing brace in redbasic style.css 2013-12-11 15:42:28 -08:00
friendica
c57b6745e8 Merge https://github.com/friendica/red into zpull
Conflicts:
	view/theme/redbasic/css/style.css
2013-12-11 15:32:25 -08:00
friendica
06c81e189f Merge pull request #239 from git-marijus/master
make empty notes saveable as well
2013-12-11 15:35:54 -08:00
friendica
2c02f57f27 remove hidden and deleted channels from viewconnections 2013-12-11 15:04:09 -08:00
friendica
40e2900326 comanchify all the simple cases - those that only load a profile. Rework permission checks for the profile sidebar so that it is all done internally. Remove crepair which we aren't using. 2013-12-11 14:54:36 -08:00
marijus
1fa4133d43 this is not needed anymore 2013-12-11 23:52:34 +01:00
marijus
e8821d78d5 .selected is in use for something else already 2013-12-11 22:11:06 +01:00
marijus
ebc788a69a also add group widget to widgets.css 2013-12-11 22:02:46 +01:00
marijus
169266b454 unify styling a little 2013-12-11 21:46:03 +01:00
marijus
dd7fea10c1 split out widgets.css 2013-12-11 21:28:42 +01:00
marijus
88761ec9ec we dont use doubble tagging in /network and /channel anymore... remove it from /search as well 2013-12-11 20:02:17 +01:00
marijus
1add7d381d this saves notes on the fly. i think this is appropriate behavior for a 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 :) 2013-12-11 19:05:50 +01:00
marijus
aea1e1af82 this makes quotes appear as quotes in notes once page is reloaded. i guess thats fine since we use escape_tags() in notes.php 2013-12-11 18:57:42 +01:00
Thomas Willingham
d93ba783f5 Don't let nobody set an xconfig in safe search. 2013-12-11 15:35:19 +00:00
marijus
1d8c15f2df make suggest channels a feature 2013-12-11 12:01:28 +01:00
marijus
48610a85dc make empty notes saveable as well 2013-12-11 11:25:20 +01:00
Paolo T
b212da0bf8 Merge pull request #238 from tuscanhobbit/master
italian translation
2013-12-11 00:22:30 -08:00
p.tacconi
8077b393a4 italian translation 2013-12-11 09:18:56 +01:00
friendica
652959678f cleanup and Comanchification of mod_profile 2013-12-10 23:27:17 -08:00
friendica
5279f3bf6f issue #237 - when manually changing an uploaded photo URL in a post to an 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. 2013-12-10 20:48:54 -08:00
friendica
e5ea4a009b mod channel is now Comanchified 2013-12-10 20:36:11 -08:00
friendica
6e4f9b7ecc Merge https://github.com/friendica/red into zpull 2013-12-10 15:00:36 -08:00
friendica
7d179ba4c4 look for comanche module pages using theme_include() 2013-12-10 14:58:13 -08:00
friendica
a94a7e0daf Merge pull request #235 from zzottel/master
When counting not yet loaded images, count all in .wall-item-body.
2013-12-10 01:16:02 -08:00
friendica
65e4fa3dcb matrix/network page under Comanche cont. 2013-12-10 00:58:58 -08:00
friendica
0043ef66b6 mod_network is now running under Comanche. Yay. 2013-12-10 00:25:32 -08:00
zottel
1bc7cac4f5 When counting not yet loaded images, count all in .wall-item-body. 2013-12-10 09:14:27 +01:00
friendica
e873f6e95e we're almost ready to turn on comanche for mod_network. All the widgets are done. 2013-12-10 00:05:31 -08:00
friendica
ed9f108722 comanchify the savedsearch widget 2013-12-09 21:20:55 -08:00
friendica
251720bfd3 turn private notes into a feature 2013-12-09 18:54:50 -08:00
friendica
d13f693f85 more css cleanup 2013-12-09 18:44:09 -08:00
friendica
aaf21e8924 slight mod of connections widgets 2013-12-09 18:31:13 -08:00