friendica
3e5414cf35
provide detailed error to remote site for the myriad of things that can go wrong inside item_store(), !! this changes the return of item_store !!
2013-09-10 19:06:06 -07:00
friendica
72f562c190
z_fetch_url - include curl debug info in return array and log it (at logger_data level) on failure
...
This should probably be at a lower log level, but unsuccessful connections could happen a lot on a busy production site so we'll try to keep the log noise down unless somebody really needs to track this info.
2013-09-10 17:09:10 -07:00
Michael Meer
fd540cd596
just a typo
2013-09-09 10:30:37 +02:00
friendica
25a5a5ff4d
some alteration to the way directory sync was originally supposed to work. I'm making this up as I go and not exactly certain where to go next but it makes more sense now and I think the basic idea will actually work. I'll just have to keep making it up until it does work.
2013-09-09 01:05:29 -07:00
friendica
a09829a1ee
perform a refresh_all when an import has completed so that all your connections get a fresh update.
2013-09-08 21:05:39 -07:00
friendica
e11f2a9b02
make sure new contacts who are not yet in the address book are sync'd across clone instances
2013-09-08 20:38:15 -07:00
friendica
ead50382c0
Merge pull request #119 from unary/categorywidget
...
only show categories this channel has used
2013-09-08 16:37:02 -07:00
Michael Johnston
a36abb764d
added dbesc
2013-09-08 14:53:14 -04:00
Michael Johnston
a1b3a72f9e
only show categories this channel has used
2013-09-08 13:55:37 -04:00
Christian Vogeley
e70c9b3613
Merge service class
...
//service class configure in .htconfig.php:
$a->config['system']['default_service_class']='standard'; // this is
the default service class that is attached to every new account
$a->config['service_class']['standard'] =
array('photo_upload_limit'=>20000000, // total photo storage limit per
channel (here 20MB)
'total_identities' =>5, // number of channels an account can create
'total_items' =>2000, // number of top level posts a channel can
create. Applies only to top level posts of the user, other posts and
comments are unaffected
'total_pages' =>10, // number of pages a channel can create
'total_channels' =>500, // number of channels the user can add, other
users can still add this channel, even if the limit is reached
'attach_upload_limit' =>20000000); // total attachment storage limit
per channel (here 20MB)
2013-09-08 18:03:26 +02:00
Christian Vogeley
f4dfb90dbc
Service class items
...
Items / webpages /attachment message
2013-09-08 17:19:09 +02:00
Christian Vogeley
94fb9c2406
Service class
...
identity, follow, photo upload, att upload
2013-09-08 00:21:42 +02:00
friendica
d194ee091a
encode and decode channel names containing HTML special characters and quotes so they will survive a reshare without mangling
2013-09-06 05:25:10 -07:00
friendica
c65ea0b97b
public site list (will take a few days to populate, assuming folks have updated their site access policy which old sites do not have)
2013-09-05 22:00:06 -07:00
friendica
4df0aad6ab
pages feed
2013-09-05 19:31:26 -07:00
friendica
f1d875c3e1
issue #59 - this is a real bugger. Might seem fixed but read the code. This could potentially create a security/permissions issue
2013-09-04 23:15:53 -07:00
friendica
99ea251b12
provide templating options in comanche for the underlying webpage element - in this case the way the author is displayed. Leave this open for other forms templating options.
2013-09-04 21:24:57 -07:00
friendica
a8f99df777
render blocks - yes these should be templates, but I've got too much to do at the moment and just want everything to fall into place quickly. The clerical work will have to wait.
2013-09-04 00:50:47 -07:00
friendica
a0668c8bbb
fix private message encryption since the input_filter mangled it
2013-09-03 22:48:08 -07:00
friendica
ab1c9dc9c9
add design tool menu to appropriate pages
2013-09-03 19:55:26 -07:00
friendica
c6df954fc0
make displaying the language selector configurable
2013-09-03 18:48:01 -07:00
friendica
879ac35952
my bad
2013-09-03 18:00:09 -07:00
friendica
bac2dcd46a
typo
2013-09-03 17:55:25 -07:00
friendica
c360bf3252
personal config to just show the page content without author info - probably this needs to be a page option
2013-09-03 17:49:47 -07:00
friendica
0be8e4061c
testing Comanche
2013-09-03 01:57:11 -07:00
friendica
615bf23733
add a layout selector
2013-09-02 20:25:33 -07:00
friendica
1a7bb1fb75
The triple linebreaks in notification emails finally bothered me enough to do something about it.
2013-09-02 19:40:21 -07:00
friendica
a32d86f0a0
preserve mimetype on page edits
2013-09-02 17:48:48 -07:00
friendica
6ad6aa307f
Merge pull request #108 from cvogeley/master
...
More mobile theme fixes
2013-09-02 17:03:54 -07:00
friendica
dfa2efcecf
oh that's why
2013-09-02 16:37:54 -07:00
friendica
56e408f467
pass execflag - Working for preview but not yet executing on page render
2013-09-02 16:29:52 -07:00
friendica
7c775db9d6
fix webpage storage
2013-09-02 16:01:29 -07:00
friendica
5f2a7573d5
only allow richtext editor on pages if bbcode is the default mimetype, otherwise use plaintext editor. This will eventually need work to support a visual editor for html or other types.
2013-09-02 13:39:13 -07:00
friendica
f44274bfca
allow a channel owner to define a default mimetype on webpages (otherwise default to "choose") - also fix the selector w/r/t php code. There is no ui for setting either at the moment, but for instance with wiki pages we probably don't want to have multiple choice of the mimetype. Keep it simple.
2013-09-02 13:31:59 -07:00
friendica
8b7757e033
webpage content-type -- needs cleaning up and a security check once all the important bits are in place.
2013-09-02 01:38:17 -07:00
friendica
a35d440ff1
Add Comanche layouts to the things that don't go offsite.
2013-09-01 20:11:04 -07:00
friendica
caa148c1e3
Sheesh. Three lines of Javascript. All you have to do is find which of the three lines is doing something wrong. Or FILE A BUG. Or use a different browser (not *try* a different browser, *use* a different browser), or turn off freaking tinymce. But no - let's argue about browsers instead.
2013-09-01 19:15:08 -07:00
friendica
a1906482dc
rework the pdl_selector a bit since we've slightly changed the way layouts are stored.
2013-09-01 18:36:14 -07:00
Christian Vogeley
02fe2d4881
More mobile theme fixes
...
If user is logged in personal settings are used else use admin
settings.
Only show toggle link if there is something to switch between.
2013-08-31 18:20:34 +02:00
friendica
d43a765985
more debugging on localize_item top find out why likes are not translated in notifications, but are in displayed posts (using 'new' on matrix page) - in one case we're successfully pulling stuff from item['object'] and in the other we aren't - and it's the same object.
2013-08-31 04:19:26 -07:00
friendica
7458263017
I've got a pretty good idea of how to bootstrap, parse and render Comanche now. This does not mean it's close to being presentable - far from it.
2013-08-29 20:54:42 -07:00
friendica
85e291f535
figure out why poller isn't picking up old posts which failed to deliver
2013-08-29 18:17:15 -07:00
friendica
b4bd518e40
silence some warnings at php E_ALL levels
2013-08-28 21:56:01 -07:00
friendica
03e1a0cc15
really truly bare-bones comanche
2013-08-28 20:03:01 -07:00
friendica
c877d8f9fa
It's a wretched mess, but at least photo comments show up again when viewing the photo. This is just temporary until these conversations are merged into the common conversation viewer, so it's not worth spending a lot of time cleaning up the remnants.
2013-08-28 17:57:45 -07:00
friendica
95fcf773be
right - here's how we're going to link comanche with webpages
2013-08-28 16:39:43 -07:00
friendica
e8cd3b7040
bring back mail list and cleanup some issues which popped out with full PHP warnings
2013-08-27 22:30:06 -07:00
friendica
7bb9289921
Preparatory work for photo conversations (third time). Also take away unused "post new activity" preferences until they actually do something.
2013-08-27 21:06:11 -07:00
friendica
390a1ce552
more loose ends
2013-08-27 18:40:33 -07:00
friendica
b77eaebb3a
force webbies to lowercase
2013-08-27 17:19:52 -07:00