Commit graph

427 commits

Author SHA1 Message Date
Christian Vogeley
77db6e087a New icons in private mails section 2013-10-13 00:59:04 +02:00
friendica
c459228dca show private message conversant in sidebar because without a reply you may not remember who it is/was. 2013-10-12 00:57:00 -07:00
friendica
1c8a36f9ca mail recall 2013-10-11 23:12:10 -07:00
friendica
7e850e0687 more icons 2013-10-11 22:30:11 -07:00
friendica
c52db29ff5 set the colour of the active nav element so it doesn't get washed out 2013-10-10 20:17:41 -07:00
friendica
3985aa07b4 more icon tweaks - this could be going on for some time; try to get icon code (and all theme stuff) out of main code and into templates, but on the short term provide both so nothing breaks. 2013-10-10 02:15:44 -07:00
friendica
87f1c6b8ec more icon conversions - savedsearch listings need more work. The drop icon should be hidden unless the entry is being hovered. 2013-10-09 20:19:02 -07:00
friendica
1fdc82e0a1 delete icons 2013-10-09 18:43:49 -07:00
friendica
1aa69604fc more redbasic icon work 2013-10-09 18:33:33 -07:00
marijus
e7f9d603be pimp up the searchbar a little and hoping it is the right way to do
it
2013-10-09 21:44:22 +02:00
friendica
1e7034c4da nav icons 2013-10-09 03:26:24 -07:00
friendica
95f29743f1 move verified indicator 2013-10-08 21:38:41 -07:00
friendica
0e793dea9b replace a bunch of graphic icons with vector icons 2013-10-08 21:17:11 -07:00
friendica
f8d34a2aaf First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same. 2013-10-08 17:31:49 -07:00
friendica
78a8d176ac post signatures 2013-10-02 21:04:48 -07:00
friendica
bd0b4d8487 remove the "Similar Interests" link until somebody makes it work 2013-09-29 18:34:41 -07:00
friendica
a26e48b013 sources management page 2013-09-29 18:18:05 -07:00
Thomas Willingham
9212fd0ecc Issue #117 2013-09-29 16:40:15 +01:00
Thomas Willingham
dc692cd748 Actually, lets add a content wrapper while we're in there. 2013-09-27 03:11:28 +01:00
Thomas Willingham
b838585e27 Issue #131 2013-09-27 03:03:37 +01:00
Thomas Willingham
d6607f2093 Minor theme stuff - make the pages toolbar a toolbar, get rid of a naughty center tag, and stop very long tags overlapping the directory. 2013-09-27 02:44:28 +01:00
Michael Meer
a37986cdc0 added new smarty template admin_hubloc.tpl 2013-09-24 09:33:52 +02:00
friendica
cdfb5f9dc7 adult channel setting 2013-09-22 20:38:24 -07:00
Thomas Willingham
8542127274 Filestorage perms (no ACL), fix nav for browsers that can't handle PCSS, put content wrapper back now JS is fixed for features page. 2013-09-18 02:45:49 +01:00
Michael Meer
d330df05f2 extend admin page for hubloc / server key management 2013-09-17 10:11:22 +02:00
Thomas Willingham
3554bab83a Content wrapper breaks feature settings. Get rid of it as a quick fix until I get a chance to work out why it works everywhere except there. 2013-09-16 05:01:25 +01:00
Christian Vogeley
4132d1cd8e Upstream merge 2013-09-15 03:21:19 +02:00
Christian Vogeley
496f869157 Search by date
Search by date (archive) works a bit now
2013-09-15 03:18:18 +02:00
friendica
a36cc949a1 this might fix "find channels" but I can't test the keyword search until this is running on a production site. 2013-09-14 16:11:15 -07:00
Thomas Willingham
dfd91889ad Admin templates. 2013-09-10 20:15:09 +01:00
Thomas Willingham
d2b4ba7be6 Quick and dirty file storage module. 2013-09-09 02:06:21 +01: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
Thomas Willingham
b88f60b51f More content wrappers. 2013-09-08 03:15:01 +01:00
Christian Vogeley
94fb9c2406 Service class
identity, follow, photo upload, att upload
2013-09-08 00:21:42 +02:00
Michael Johnston
ba980e2c1f filter by category fixes 2013-09-06 21:53:22 -04:00
Thomas Willingham
789536f5a7 Fix new menu link. 2013-09-06 05:05:31 +01:00
Thomas Willingham
fc2ede307f Redbasic - optimise mail list. 2013-09-06 02:43:00 +01:00
friendica
c6df954fc0 make displaying the language selector configurable 2013-09-03 18:48:01 -07:00
friendica
615bf23733 add a layout selector 2013-09-02 20:25:33 -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
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
6a2cb837af get rid of ssl_policy - it's implicit in the site url 2013-08-27 02:27:36 -07:00
Thomas Willingham
d88e727719 Typo 2013-08-24 17:08:04 +01:00
Thomas Willingham
cd21468fbf Another one. 2013-08-24 17:06:05 +01:00
Thomas Willingham
c803fb90df Merge remote-tracking branch 'upstream/master' 2013-08-24 17:05:18 +01:00
Thomas Willingham
6999fb586b Generic wrapper classes makes themeing loads easier 2013-08-24 17:01:39 +01:00
friendica
925b046794 premium/restricted channel connections implemented, configure at yoursite/channel/nickname - this basically redirects "follow" requests to a premium channel's sell page if it has one configured. You can still click through and create a connection request (introduction), but this provides a means for the channel owner to state their terms. If you don't abide by the terms, you will likely be blocked or the channel deleted. This facility is extensible in a number of ways. 2013-08-21 22:10:08 -07:00
friendica
6cea04eb44 progress on generic sellpage - is not yet linked from existing connect buttons and editing has not been completed 2013-08-21 20:05:55 -07:00
friendica
cd5fdbcb48 email attachments (and fix email photos) 2013-08-19 21:19:39 -07:00
friendica
b5efa1a63a issue #82, posted order not working - also doc update 2013-08-17 06:30:09 -07:00
friendica
d0951777c0 fix import from file 2013-08-15 19:21:22 -07:00
friendica
7d0b1506a8 Merge pull request #96 from beardy-unixer/master
Webpages
2013-08-14 20:56:49 -07:00
friendica
ac541a7d32 most of expire is now ported from friendica, but the protocol bits to push out the delete notifications for the entire batch to all recipients of the original post are not complete and will take quite a bit more work. As a consequence, expire has been completely disabled until it is fully implmented since it could result in completely un-removable posts reminiscent of the infamous "Bonnie Nadri" incident at Diaspora which we do not wish to re-live. 2013-08-14 20:09:02 -07:00
Thomas Willingham
608e04c65e More progress on pages - extend writepages widget, add pagelist widget 2013-08-14 20:46:48 +01:00
Thomas Willingham
a0dfd44f91 Merge remote-tracking branch 'upstream/master' 2013-08-14 20:44:17 +01:00
friendica
4888ab4d0f primitive cms functionality - provide a custom menu below your profile vcard 2013-08-13 22:14:01 -07:00
friendica
17e405cfa9 helps to include the new templates... 2013-08-13 21:01:34 -07:00
friendica
9508967c73 menu management is now functional with the exception of acl's (and of course a way to display the menus you create, and probably a bit more input sanity checking) 2013-08-13 20:57:03 -07:00
friendica
680baff73d menu management complete (as opposed to menu *content* management, which is not). As usual, this means functionally complete - as theming and presentation have been left for those more suited to the task. 2013-08-13 18:10:03 -07:00
friendica
d6c6a2b144 debugging issue #58 - seems to work but needs (more) theming 2013-08-13 02:29:10 -07:00
friendica
b9a8b73392 untested patch for issue #58 - will require theming if it works 2013-08-13 02:06:05 -07:00
friendica
55cb322489 a bit more work on menus 2013-08-13 01:24:02 -07:00
friendica
95abc1600b theme personal menus so they look more or less like widgets 2013-08-12 01:01:28 -07:00
friendica
6191cfef2a check these in so I can go back and find out why the stylsheet is horked 2013-08-11 19:04:07 -07:00
Thomas Willingham
94335f237f Initial shot at write_pages widget 2013-08-10 22:06:30 +01:00
friendica
2dfd9dce05 Merge pull request #90 from beardy-unixer/master
Add access policy to admin panel.
2013-08-08 22:38:11 -07:00
friendica
4cda133e89 Add public visibility setting to privacy groups (collections). This doesn't yet make them visible, but allows them to be visible (like a Cc: instead of a Bcc:) 2013-08-07 17:51:10 -07:00
Thomas Willingham
81a0683aaf Add access policy to admin panel. 2013-08-07 20:15:18 +01:00
friendica
809a53a2f8 This is an actual arrowhead, the nabla is a math operator. 2013-08-06 20:04:57 -07:00
friendica
99bd0712b6 Add a site access policy (to determine if this is really a public site or just an open site) and add an orphan flag to xchans in case all their hublocs go away. Get rid of a couple of DO NOT EDIT template messages which were still lurking in the tree. 2013-08-06 17:15:41 -07:00
friendica
e265a943c8 js_upload is wretched, but at least fix the HTML in the template so it will work again. 2013-08-04 20:21:50 -07:00
Thomas Willingham
a8409379c3 Template boo-boo 2013-08-04 20:09:57 +01:00
friendica
e6a8bb211c connect link in directory 2013-08-03 16:35:55 -07:00
friendica
7d00f61ceb Merge pull request #86 from beardy-unixer/master
"Can edit my webpages" permissions
2013-08-01 14:31:30 -07:00
Thomas Willingham
f3791d48b0 "Can edit my webpages" permissions 2013-08-01 18:40:50 +01:00
marijus
47de80ead4 make "selected" class work on all navigation menu items 2013-08-01 13:26:57 +02:00
friendica
c59fff945f trying to center the selected channel on the manage page. Dreamhost really botched up my dev site so it's taking 5 minute per page load - and I don't have any more time to waste tweaking one line of CSS, grabbing a cup of coffee, and drinking it, before seeing the CSS changes. It still needs more tweaking but I might have to do that on the production site - which loads promptly. 2013-07-25 21:09:34 -07:00
friendica
19f674c29d remove obsolete notifications 2013-07-21 17:45:36 -07:00
friendica
2455b0c92f remove some unused settings from admin page 2013-07-21 17:33:40 -07:00
friendica
8c007ef9b5 fix template syntax 2013-07-17 22:02:03 -07:00
friendica
e147bb80de usability improvements on abook permissions settings - keep advanced dialogue open, make quick links clear relevant settings before setting each, and don't auto submit. This shows you exactly what happens with the quick settings and allows you to change/correct it if it isn't what you want. 2013-07-17 18:12:50 -07:00
Thomas Willingham
328ebda77a Kill autogenerated warnings, plus a typo. 2013-07-16 18:08:26 +01:00
Thomas Willingham
cc91036350 Whitespace making smarty fart 2013-07-16 16:07:06 +01:00
friendica
d875bbb022 theme the page link title 2013-07-15 23:10:26 -07:00
marijus
b536116791 more spin.js porting 2013-07-15 18:43:34 +02:00
friendica
033c91868d we need to actually include spin.js or it causes issues 2013-07-14 01:33:47 -07:00
friendica
873c1f381e Merge pull request #77 from git-marijus/master
add spin.js a themable js spinner to red
2013-07-14 01:19:24 -07:00
Thomas Willingham
ba5803bebc Give prettyphoto it's own template to make themeing it less annoying. 2013-07-14 02:36:59 +01:00
git-marijus
3ca93a2b9e port jot to spin.js 2013-07-13 23:33:21 +02:00
git-marijus
7e00a1662d port jot to spin.js 2013-07-13 23:31:34 +02:00
git-marijus
e1a1fc9a5e port jot to spin.js 2013-07-13 23:25:31 +02:00
git-marijus
ec0d460dc5 port like button to spin.js 2013-07-13 21:43:50 +02:00
git-marijus
34364fd1ed port like button to spin.js 2013-07-13 21:42:38 +02:00
git-marijus
33d1736228 port like button to spin.js 2013-07-13 21:40:53 +02:00
git-marijus
caa02c28f2 Update conv_frame.tpl 2013-07-13 20:18:30 +02:00
git-marijus
be92ca980f port to spin.js 2013-07-13 19:56:05 +02:00
git-marijus
eccb0ac4d2 port to spin.js 2013-07-13 18:30:30 +02:00
Thomas Willingham
f45efcab78 Small amount of work on webpages. 2013-07-12 23:01:55 +01:00
Thomas Willingham
a4e1b4945a Non-translatable string plus feature enabled check 2013-07-11 01:37:41 +01:00
Thomas Willingham
3f2829a062 Minimum value webpages 2013-07-10 19:36:53 +01:00
Thomas Willingham
085be3a16f Merge remote-tracking branch 'upstream/master' 2013-07-10 19:30:10 +01:00
friendica
6e880cfd49 use current channel photo for favicon where applicable - might be browser dependent but seems to work on FF 2013-07-07 17:22:40 -07:00
friendica
8b9f2f8ef7 input form for profile stuff 2013-07-04 20:35:42 -07:00
friendica
2979a2ee5a more "thing" work 2013-07-04 04:53:03 -07:00
friendica
ec38f1d5db first template 2013-07-03 23:08:56 -07:00
Thomas Willingham
d065135d90 Merge remote-tracking branch 'upstream/master' 2013-07-03 16:10:58 +01:00
friendica
c16b65b5bd multi-profiles work 2013-07-03 02:47:36 -07:00
friendica
8369a8a755 progress on multiple profiles, doing it the old way. I don't think we're going to be able to do it the new way - way too complicated. 2013-07-03 01:50:39 -07:00
friendica
da05b9736e some work on issue #62 (comments collapsing on liveupdate), but still a work in progress
some work on photo consolidated "view/edit", but still a work in progress
2013-07-02 16:37:33 -07:00
Thomas Willingham
33696cc839 Merge remote-tracking branch 'upstream/master' 2013-06-16 14:59:17 +01:00
friendica
a37ac8f2f3 flag taggable connections in acl selector 2013-06-16 00:03:22 -07:00
friendica
2d3a0a6525 feeds are bit more standards compliant and a bit less broken now 2013-06-12 21:12:27 -07:00
Thomas Willingham
4132cab862 Rename newmessage widget (since we'll need to put more stuff in it as we make zotmail look like email), and add a "check mail" button. 2013-06-07 22:53:43 +01:00
Thomas Willingham
466a6d5227 Merge remote-tracking branch 'upstream/master' 2013-06-07 03:46:43 +01:00
friendica
e0c6ee2082 photo album listing widget broken 2013-06-05 23:07:52 -07:00
friendica
21491100f8 fix buggered contact photos 2013-06-03 22:34:35 -07:00
friendica
a258487801 syntax error 2013-06-03 18:20:31 -07:00
friendica
b866cc26fa templatise alt_pager 2013-06-03 18:16:00 -07:00
Thomas Willingham
b02242786c Make a start at making mail look less dreadful. 2013-06-02 03:40:31 +01:00
Thomas Willingham
330ace2cbe Typo 2013-06-02 02:41:43 +01:00
Thomas Willingham
cbd988004e Fix opensearch 2013-06-02 02:37:31 +01:00
Thomas Willingham
620d4f5752 Set a site channel so an admin can use CMS to create home.html and so on, without ever needing to touch HTML again. When I've finished that bit too. 2013-05-31 02:25:42 +01:00
Thomas Willingham
9595c27cc1 Put a stop to "I couldn't find the menu" by adding a nabla - until somebody comes up with something that looks less crap. 2013-05-30 23:32:40 +01:00
Thomas Willingham
7c2aa706f2 Make pages better. 2013-05-28 20:47:46 +01:00
Thomas Willingham
b7270cad2b Prevent showmore covering up the end of posts, plus put likes back where they were pre-threaded comments. 2013-05-27 19:40:14 +01:00
friendica
d72d30fabb more permissions descriptive text to lessen confusion 2013-05-21 17:13:51 -07:00
friendica
ab10db7e34 privacy settings macros - the basics except for toggling "publish in directory" which is rather hard because it's a custom on/off button and not a normal input thingy. 2013-05-20 20:22:26 -07:00
friendica
52acfce84b some auto-friending cleanups 2013-05-19 20:38:53 -07:00
friendica
fe8632ab9d avoid field name conflict - even if disabled 2013-05-15 23:15:15 -07:00
friendica
264e1c0cc6 add port settings to setup 2013-05-15 20:45:35 -07:00
friendica
048983b4be Create a view/tpl/smarty3 folder so that we don't spit out errors from the get-go. 2013-05-15 20:20:22 -07:00
friendica
8a1c8c4a03 It's a red matrix, and matrix is better indicated by # than by ! - and would otherwise be similar to the Diaspora 5-pointed asterisk except that Red's has no center. 2013-05-11 15:37:36 -07:00
friendica
e1c6b776c4 fix timeago on search items, and bring back app display for wall items - which took a bit of re-arranging of a lot of other stuff 2013-05-09 22:04:30 -07:00
fabrixxm
5e1980becf remove "internal" templates, use "tpl/" folder for smarty3 templates,
move smarty3 templates in "tpl/" folder, add util/precompile_smarty.php utility, add precompiled templates
2013-05-08 04:23:17 -04:00
friendica
9f36fd107f smarter handling of js_upload source param 2013-05-02 19:04:19 -07:00
Thomas Willingham
2f43553542 Unbork smarty templates. 2013-04-26 23:00:10 +01:00
Thomas Willingham
60721f4292 Colorbox 2013-04-26 22:31:50 +01:00
friendica
7621bd3bb1 reverting to fancybox for "save to file" selection box until we find a better way - prettyPhoto just isn't working for this and I really need this functionality ATM until we can figure out how to make prettyPhoto work properly here. 2013-04-21 22:12:18 -07:00
Thomas Willingham
dc80dce95e Fix acl 2013-04-16 04:20:29 +01:00
friendica
0ce6955889 template update 2013-04-14 22:30:06 -07:00
friendica
b84d8bfbc9 begin to cut the umbilical 2013-04-14 22:24:47 -07:00
Thomas Willingham
2f24bf2efe New mail_list template. 2013-03-31 21:05:20 +01:00
Thomas Willingham
6803265eba Typo in page_display 2013-03-29 20:38:59 +00:00
Thomas Willingham
8741bb20e8 Make prettyPhoto a feature, add slideshow for albums. 2013-03-29 20:36:39 +00:00
Thomas Willingham
c8852d455e Template clean up. 2013-03-28 21:13:18 +00:00
Thomas Willingham
fb8a0e06c4 Updated build_query for mid 2013-03-25 19:20:12 +00:00
Thomas Willingham
4b6bc77977 Implement prettyPhoto (somewhat). 2013-03-23 21:17:44 +00:00
friendica
0999b88a48 Merge https://github.com/friendica/red into zpull 2013-03-21 18:29:08 -07:00
friendica
ddf5bf8968 rename 'uri' (and parent_uri) to 'mid' (and parent_mid) since these no longer remotely resemble uri's and are actually message_id's. This change is potentially destabilising because it touches a lot of code and structure. But it has to get done and there's no better time than the present. 2013-03-21 18:25:41 -07:00
Michael Johnston
fea2f9ac9b small fixes for events 2013-03-21 21:07:38 -04:00