2b9322fc7d
provide a possibility to create checklists in bbcode [x] creates a checked checkbox, [] creates an unchecked checkbox
Mario Vavti2016-08-31 09:38:47 +02:00
b775a1aa0e
The 'save to folder' modal dialog looked like crap. Now it only looks like dung.
redmatrix2016-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.
redmatrix2016-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 Manning2016-08-30 22:11:14 -04:00
9bd8384a57
first cut at project governance doc
redmatrix2016-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.
redmatrix2016-08-30 17:23:14 -07:00
8b6230726f
add authors to post distribution; case insensitive sort apps
redmatrix2016-08-29 18:06:39 -07:00
4050ff7c1f
make lock switching actually work with multiple acl forms
Mario Vavti2016-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).
redmatrix2016-08-28 22:24:27 -07:00
810d9fefd9
create smarty dir before any templates can be initialised
redmatrix2016-08-28 22:18:51 -07:00
ddfc5209d3
Merge remote-tracking branch 'upstream/dev' into website-export. Added attach_move() to include/attach.php.
Andrew Manning2016-08-27 06:52:01 -04:00
aea2fa1629
issue #186 ...different check for pubforum with expert permissions
redmatrix2016-08-26 16:01:33 -07:00
8e243edd20
add a couple of useful observer constructs to support identity aware pages
redmatrix2016-08-26 14:43:58 -07:00
86dd67f57d
comanche: generalise the conditional variable usage and add $observer as a test. Update comanche doco to reflect recent changes.
redmatrix2016-08-26 13:58:37 -07:00
8f631d0693
contact-block needs a class clear div at the end to not mess with following widgets and whitespace
Mario Vavti2016-08-26 19:51:39 +02:00
002c203913
contact-block needs a class clear div at the end to not mess with following widgets and whitespace
Mario Vavti2016-08-26 19:51:39 +02:00
8a2b96c2f9
- implemented but untested: duplicate detection for photo 'move to another folder' - weekly string update
redmatrix2016-08-26 01:37:46 -07: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.
redmatrix2016-08-25 17:43:07 -07:00
a969f18137
move premium channel to 'pro' since that's the only configuration where it works reliably.
redmatrix2016-08-25 17:09:19 -07: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).
redmatrix2016-08-24 22:41:54 -07:00
35d12b9e59
provide context help for the connedit page
redmatrix2016-08-24 21:16:58 -07:00
f1fbcd7c02
some more complex test scenarios for comanche conditionals: equals x, not equals x, in_array, and array_key_exists
redmatrix2016-08-24 17:42:59 -07:00
5c32f42fe9
do not return false since it could prevent clicking also when not appropriate.
Mario Vavti2016-08-24 22:58:02 +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 Vavti2016-08-24 22:40:15 +02:00
aa0384bcec
Revert "revert cover photo changes"
Mario Vavti2016-08-24 22:39:30 +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.
redmatrix2016-08-24 13:11:01 -07:00
238621ee92
allow changing the server role - as well as configuring any of the three options during installation
redmatrix2016-08-23 23:00:24 -07:00
206054678b
cover photo: adjustments to display the entire photo on manual scrollback (padding added for nav height)
redmatrix2016-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
redmatrix2016-08-23 19:13:46 -07:00
d3369384d1
include port in pdo url when host is 'localhost'
redmatrix2016-08-23 18:18:05 -07:00
420aa4bc44
Merge remote-tracking branch 'upstream/dev' into website-export
Andrew Manning2016-08-23 06:57:10 -04:00
305e0538d2
Website export to cloud files works. Created new recursive copy function in attach.php.
Andrew Manning2016-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
redmatrix2016-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
redmatrix2016-08-22 17:04:13 -07:00