Commit Graph
4227 Commits
Author SHA1 Message Date
Mario Vavti 00d7ea90a2 add transition effect for border-color 2015-03-09 16:52:37 +01:00
Mario Vavti 7c3fb06267 some more hover magic for field checkbox 2015-03-09 16:34:25 +01:00
habeascodice f7d1fb9c5a Merge pull request #920 from dawnbreak/master
Add alert to admin page about old PHP version. Fixing (un)blocking accounts in admin.
2015-03-08 16:51:42 -07:00
Klaus Weidenbach c6d45858bb Fixing (un)blocking accounts in /admin/users.
When I look at the instructions in sql_conventions about setting bit
flags I don't understand how this could have worked before. Changed the
behavior for (un)blocking so that it should work now.
2015-03-08 22:22:45 +01:00
Mario Vavti 9e6d85b4ea add hover effect to checkbox field 2015-03-08 21:28:58 +01:00
Klaus Weidenbach 23ea974615 Add alert to admin page about old PHP version.
Add an alert message to admin summary page when a PHP version < 5.4 was
detected as this has reached EOL and will not be supported with the new
SabreDAV library.
Some styleguide optimisation.
Add NULL_DATE example to doc/sql_conventions.bb.
Display a "0" when no plugins active in summary page.
Added some more numbers to summary admin page, expired accounts,
channels. Hope I interpreted them right. I have no idea how to get
blocked accounts.
2015-03-08 17:51:58 +01:00
Mario Vavti 3298b4a0cb remove unused variables 2015-03-08 12:56:16 +01:00
Mario Vavti a65e3c432d copy/paste typo 2015-03-08 12:52:31 +01:00
Mario Vavti 5bf49dabc6 Merge branch 'master' of https://github.com/friendica/red 2015-03-08 12:07:43 +01:00
Mario Vavti 488d5b8714 port boxy scheme 2015-03-08 12:07:32 +01:00
friendica 480dac1af2 add reddress to profile - but all is not as it seems. Copy to clipboard is blocked because it isn't really a reddress and won't work if you copy it and try and use it somewhere. We should really convert the symbol back to '@' on copy and allow it to be copied, but this isn't as easy as it sounds and is left as an exercise for the community. If we just allow it to be copied we'll get a lot of bugs that making friends doesn't work. It does, but that isn't a legitimate reddress and even if we made allowances for it, Diaspora and Friendica and other webfinger based services wouldn't and would just say it can't be found or it's an illegal address. So if we block copy we'll just get bugs that it can't be copied. Eventually somebody will see this checkin and take it on themselves to figure out how to fix the address when copied to clipboard and then allow it to be copied. And there will be joy. 2015-03-07 23:35:56 -08:00
Mario Vavti fc6e7db7dc remove unused var 2015-03-06 15:28:50 +01:00
Mario Vavti e67983f327 add more css files 2015-03-06 15:24:56 +01:00
Mario Vavti 1cea6144c9 if we have not got a schema also look for default.css 2015-03-06 14:56:35 +01:00
Mario Vavti 83c4c5b095 create schema/dark.css and create a sample 2015-03-06 14:51:11 +01:00
Mario Vavti 29c2223c67 narrow navbar fixes 2015-03-06 12:16:36 +01:00
Mario Vavti dcfa26819f add ability to use css files with schemes 2015-03-06 12:15:56 +01:00
friendica f6da235a7d major cleanup of directory options 2015-03-05 23:31:01 -08:00
friendica 22391a2437 straighten out some directory stuff, which required some Comanche structural changes 2015-03-05 18:24:49 -08:00
friendica ec5c989352 make destructive queue management functions an expert option 2015-03-05 15:53:25 -08:00
Mario Vavti ce229d73f8 whitespace and minor restructuring 2015-03-05 19:08:32 +01:00
Mario Vavti 688ef34d98 only show theme settings if we have any themes 2015-03-05 18:16:43 +01:00
Mario Vavti ca641468a1 update theme screenshot 2015-03-05 17:39:15 +01:00
Mario Vavti 44b74365dd restructure display settings 2015-03-05 17:12:27 +01:00
Mario Vavti c62e4bcdca can not use element id more than once 2015-03-05 13:03:58 +01:00
Mario Vavti b9a1b01c92 fix theme preview image css 2015-03-05 12:52:09 +01:00
Mario Vavti 3fa4123161 only allow theme selection forms if there are any themes to select 2015-03-05 12:47:18 +01:00
Mario Vavti 61f398e055 fix theme preview disappearing 2015-03-05 12:38:51 +01:00
Mario Vavti beace0f57a more yes/no labels 2015-03-05 10:20:49 +01:00
friendica 068699ae31 missed removing a test case 2015-03-04 20:14:47 -08:00
friendica 2ea162136e the link icon on comments now calls the link parsing tool (just like the main editor window). Eventually the link specific icons (image, link, audio, video) will all be handled by inserting a link using the link icon (here and in the main editor window) and the separate buttons will go away. We also need to tie this to oembed so that there's one place to insert a link - no matter what kind of link it is, and we'll try to find the best way to render that as content. Similarly upload will upload content, no matter what kind of content; and we'll likewise try and figure out the best way to present whatever content was uploaded (img, file, audio, video, whatever). 2015-03-04 20:00:54 -08:00
friendica ddaf5c067d cleanup mail buttons 2015-03-04 14:00:36 -08:00
Mario Vavti 12be436a59 more on/off switch colour adjustment 2015-03-04 14:34:24 +01:00
Mario Vavti fdd70c1949 make on/off switches work better with schemes 2015-03-04 14:19:20 +01:00
Mario Vavti e5e96dfbff cleanup removeaccount 2015-03-04 11:11:36 +01:00
Mario Vavti 431a462d60 cleanup removeme 2015-03-04 11:01:16 +01:00
Mario Vavti eceafd5777 fix wording 2015-03-04 10:26:25 +01:00
Mario Vavti 4b08ccd873 clean up account settings 2015-03-04 10:11:48 +01:00
Mario Vavti 6d30abe4bf Accordionize feature settings 2015-03-04 09:54:33 +01:00
friendica df90677f90 add the tag hijacking preference to Diaspora settings 2015-03-03 17:43:13 -08:00
friendica 52f42e7d81 Merge https://github.com/friendica/red into pending_merge 2015-03-03 14:39:03 -08:00
friendica 44b714d0eb group/collection edit page cleanup 2015-03-03 14:38:34 -08:00
jeroenpraat e3a559128d yes switch to bootstrap blue again (same as link colour in default light redbasic schema). using link_colour for yes switch didnt work on dark schemas (displayes as white on white). 2015-03-03 23:32:40 +01:00
Mario Vavti 2d38e58adb revert login max-width 2015-03-03 12:38:23 +01:00
Mario Vavti 6e0b5b742c login adjustment 2015-03-03 11:32:54 +01:00
Mario Vavti 7644a23de4 typo 2015-03-03 09:52:35 +01:00
Mario Vavti 74c1b61689 make remove channel button work again 2015-03-03 09:18:04 +01:00
friendica ec65c76a66 Merge https://github.com/friendica/red into pending_merge 2015-03-02 18:03:00 -08:00
friendica 37384c0b27 automated warning after a few days if poller is dead 2015-03-02 18:02:06 -08:00
Mario Vavti ea800c0b8c Merge branch 'master' of https://github.com/friendica/red 2015-03-02 20:52:03 +01:00