37ad734cea
Dutch and Spanish string update
jeroenpraat
2016-08-31 13:17:23 +02:00
e9462ba145
resolve merge conflict
Mario Vavti
2016-08-31 09:41:07 +02:00
2b9322fc7d
provide a possibility to create checklists in bbcode [x] creates a checked checkbox, [] creates an unchecked checkbox
Mario Vavti
2016-08-31 09:38:47 +02:00
b775a1aa0e
The 'save to folder' modal dialog looked like crap. Now it only looks like dung.
redmatrix
2016-08-30 21:43:33 -07:00
bf3a409569
only check permissions on normal photos and force cover photos as well as profile photos to be public. As a side effect 'thing' photos will also be considered public.
redmatrix
2016-08-30 20:54:54 -07:00
16b7df3717
Imported webpage elements update existing elements properly. AllowCode permission is checked correctly and issues error on import if denied.
Andrew Manning
2016-08-30 22:11:14 -04:00
9bd8384a57
first cut at project governance doc
redmatrix
2016-08-30 18:40:37 -07:00
85d8300421
increase timeout on oembed remote fetches. This is a balancing act. Too short and many sites won't show up. Too long and you could be watching a spinner anxiously waiting for the page to load even if your own site is blindingly fast.
redmatrix
2016-08-30 17:23:14 -07:00
8b6230726f
add authors to post distribution; case insensitive sort apps
redmatrix
2016-08-29 18:06:39 -07:00
4050ff7c1f
make lock switching actually work with multiple acl forms
Mario Vavti
2016-08-29 12:48:16 +02:00
6b4cfe4f18
Before throwing a 'smarty3 dir does not exist' fatal error, try and create it. We did try and create it during install, but the template processor is initalised long before we get to that code (and throws that ugly error).
redmatrix
2016-08-28 22:24:27 -07:00
810d9fefd9
create smarty dir before any templates can be initialised
redmatrix
2016-08-28 22:18:51 -07:00
86dd67f57d
comanche: generalise the conditional variable usage and add $observer as a test. Update comanche doco to reflect recent changes.
redmatrix
2016-08-26 13:58:37 -07:00
97d7a523a0
Add new page connedit to Spanish context help
Manuel Jiménez Friaza
2016-08-25 12:14:10 +02:00
38ea8bee93
ratings are gone. They can be enabled, but there is no UI for doing so at this time; and will likely only be available in a 'pro' configuration once the new implementation details have been hashed out. This appears to require a mechanism for rebuttal before it can again be opened to the public. There are also some synchronisation issues to contend with; as ratings are currently only distributed to active directory servers. There is no reliable mechanism for a new directory server to fetch existing ratings.
redmatrix
2016-08-25 17:43:07 -07:00
a969f18137
move premium channel to 'pro' since that's the only configuration where it works reliably.
redmatrix
2016-08-25 17:09:19 -07:00
0381102c27
Fixed a string in the Spanish translation
Manuel Jiménez Friaza
2016-08-25 12:20:53 +02:00
e81dccb14e
Fixed a string in the Spanish translation
Manuel Jiménez Friaza
2016-08-25 12:20:22 +02:00
5c3e6307b4
Add new page connedit to Spanish context help
Manuel Jiménez Friaza
2016-08-25 12:14:10 +02:00
8d94402d25
attach_move() function created to relocate files or photos to different directories in the cloud area and photo albums without deleting and recreating (which would create a new resource_id and invalidate any existing links).
redmatrix
2016-08-24 22:41:54 -07:00
35d12b9e59
provide context help for the connedit page
redmatrix
2016-08-24 21:16:58 -07:00
a81da0ec34
off by one pixel
redmatrix
2016-08-24 20:06:44 -07:00
f1fbcd7c02
some more complex test scenarios for comanche conditionals: equals x, not equals x, in_array, and array_key_exists
redmatrix
2016-08-24 17:42:59 -07:00
5c32f42fe9
do not return false since it could prevent clicking also when not appropriate.
Mario Vavti
2016-08-24 22:58:02 +02:00
a780252552
remove the onclick action
Mario Vavti
2016-08-24 22:47:33 +02:00
798b80e486
do not remove cover photo after scrolling it up. mimik an scroll edge if scrolling up again before scrolling into the cover photo again.
Mario Vavti
2016-08-24 22:40:15 +02:00
dd654b9766
provide a mechanism for global template values (macro replacements that are available to all templates). There's a strong likelihood this list will increase but we may wish to actively prevent it from mushrooming out of control.
redmatrix
2016-08-24 13:11:01 -07:00
238621ee92
allow changing the server role - as well as configuring any of the three options during installation
redmatrix
2016-08-23 23:00:24 -07:00
206054678b
cover photo: adjustments to display the entire photo on manual scrollback (padding added for nav height)
redmatrix
2016-08-23 20:10:56 -07:00
a5035dee74
several cover photo widget enhancements: - allow a click anywhere on the page to cause the photo to autoscroll - provide a logic flag to autoscroll only once - allow manual scroll back to see the cover photo afterward (tricky to handle the nav menu here) - on scroll back, the nav remains fixed at the top and the top pixels of the cover photo are covered (this was an acceptable tradeoff to gain the ability to see the photo again without causing unpredictable behaviour of the nav) - some positioning details in small screen width mode caused jot to be off screen due to insufficient top padding; a manual padding was also added as something still wasn't right even after adding the nav height - very minor nit: if screen size is reduced below 755 and then upsized again, the cover photo will not be redisplayed
redmatrix
2016-08-23 19:13:46 -07:00
d3369384d1
include port in pdo url when host is 'localhost'
redmatrix
2016-08-23 18:18:05 -07:00
420aa4bc44
Merge remote-tracking branch 'upstream/dev' into website-export
Andrew Manning
2016-08-23 06:57:10 -04:00
305e0538d2
Website export to cloud files works. Created new recursive copy function in attach.php.
Andrew Manning
2016-08-23 06:55:26 -04:00
b0d3c17f19
public forum fallback checking (when custom/expert permissions are applied) was looking at owner rather than observer perms
redmatrix
2016-08-22 17:04:13 -07:00
e967bc9c45
public forum fallback checking (when custom/expert permissions are applied) was looking at owner rather than observer perms
redmatrix
2016-08-22 17:04:13 -07:00