https://github.com/PressForward/pressforward

sort by:
Revision Author Date Message Commit Date
f89cc3b uptick version 04 March 2015, 21:44:29 UTC
b15c798 Prep merge to master. 04 March 2015, 21:41:50 UTC
ae12653 Assure that menus close on click. Resolves #549 04 March 2015, 21:34:50 UTC
c9aa61e Show archived now toggles properly Resolves #567 04 March 2015, 21:30:55 UTC
c81db22 Insure working amplify button with folders open I'm not sure why this is only a problem with the folders open, but it should be solved now. Resolves #573 04 March 2015, 21:23:10 UTC
ab32bed No duplicate content on infini scroll This resolves #566 The problem was that in cases where the retrieval process was actively occurring more items were being added to the database while the user was on the All Content page. The content would push down the current items in the query so that they would be duplicated on page in the infinite scroll retrieval. These duplicate IDs were containing items skipped over by the script that straightened out the placement of the action buttons (because duplicate IDs are illegal). This change removes those duplicate ID-tagged articles after infinite scroll is complete. 04 March 2015, 21:02:47 UTC
12f3715 Remove full screen toggle where not working Resolves #540 03 March 2015, 17:02:23 UTC
0361926 Filtering the alert box on all PF pages. Resolves #570 03 March 2015, 16:49:33 UTC
d3903b6 Moving the alerts strings to a single filter. 03 March 2015, 16:48:43 UTC
ea0741e Add dismissed string to alert box and templates 02 March 2015, 22:22:19 UTC
20e3f1d Add alert labels for PressForward Towards #570 02 March 2015, 22:14:01 UTC
f923dc1 Add horizontal rule to modules option page Resolves #568 02 March 2015, 21:28:37 UTC
f31b3cd Add describing function to RSS import module 02 March 2015, 21:25:11 UTC
89e6820 Alertbox spacing 02 March 2015, 21:24:12 UTC
526fbae Adding details to the dismiss alerts 02 March 2015, 19:45:14 UTC
90ddc0b Fixing some of the settings descriptions 02 March 2015, 19:32:03 UTC
00901b4 Fixing tabs 02 March 2015, 19:30:10 UTC
84f3ae3 First step in retaining scroll states Towards #563 02 March 2015, 18:22:45 UTC
80e9351 Set max height for folders sidebar Resolves #565 02 March 2015, 17:59:42 UTC
8e5e332 Setting up feed folder bottom control. 02 March 2015, 17:40:32 UTC
8f1d0ed Merge remote-tracking branch 'origin/3.5.x' into 3.5.x 02 March 2015, 17:24:16 UTC
b8c48e4 Revert "Setting up click to close for dropdowns" This reverts commit f4d8c21cc112af47fec1f4bb459124c9d9bf5599. 02 March 2015, 17:24:10 UTC
91fbd94 Respect the switchable state of schema bits Resolves #553 What this does: any schema object can have a switchable state (set by class). If it is switchable it can be toggled on to off, off to on, over and over. If not, it can only be turned to On. The `read` schema is switchable (it can be on or off, and turned both ways) and the Mark As Read button reflects this. But the act of actually *reading* isn’t switchable, and so opening the modal and nominating the box shouldn’t switch the read state back and forth. Because the H1 a element doesn’t actually have its own state, it uses a param to indicate which element and schemas it should alter, but the code was pulling switchable-ness from the targeted schema bits, not the actual acted on item. With this change the acted on item should be the one that controls the switchable state of a schema bit. So the Mark As Read item is set to switchable, and can switch the read state, but the H1 a element isn’t set to switchable and so its interactions with the schema state aren’t switchable. This is a pretty cool thing to do and a pretty cool way to do it (not to toot my on horn here), and I feel it is decently elegant, which isn’t often the case with my javascript. It can do a lot with very little, which is why I’m explaining it all here, because the code doesn’t fully indicate the opportunity of use. 01 March 2015, 19:00:51 UTC
727be8e Why was this ever a class in the first place? ID now. Properly detect a click of the archive visibility toggle. Resolves #560 and #536 01 March 2015, 17:59:13 UTC
07eed5c Insure that nominations without any nominators have been removed Resolves #547 01 March 2015, 17:21:52 UTC
7aedef2 Extra checks to assure hidden items don't show in modal view Resolves #548 01 March 2015, 16:50:40 UTC
f09de4e Tab index starts at 1, not 0. This should insure that the first visible object is never preceded by a hidden object, towards #548. There is more I can do to insure this process goes off correctly though. 01 March 2015, 16:42:56 UTC
f4d8c21 Setting up click to close for dropdowns Another possible solution - https://github.com/twbs/bootstrap/issues/4497 For #549 26 February 2015, 23:05:32 UTC
c26557e Insure no overlap with dateline or nom info Final resolution for #531 26 February 2015, 22:25:52 UTC
edee3c3 Add bootstrap-ness to Feeder menu boxes Resolves #555 26 February 2015, 21:44:50 UTC
e138050 Allow non-admins to save their user options. Resolves #552 26 February 2015, 18:47:44 UTC
1db37f9 Infobox tooltip is now facing up Resolves #537 but oddly the same controls are for both the tooltip and the pop-over, so now they both go up. 26 February 2015, 06:38:27 UTC
329c9ff No need to log this now. 26 February 2015, 06:35:13 UTC
849b4fb Adjust info z-index for modals Resolves #534 26 February 2015, 06:34:33 UTC
c05f690 Send to draft should not be available for contribs Resolves #550 26 February 2015, 03:32:56 UTC
a7074ab patch fullscreen library to 1.2 26 February 2015, 03:05:37 UTC
57e4cec Pagination correct, retains folders, feeds. Resolves #532 and #529 26 February 2015, 02:55:59 UTC
a15054a Page titles now work correctly for page numbers 26 February 2015, 02:53:44 UTC
f590b01 Last retrieved sort should include non-retrieved Heh, I suppose it is a good and bad thing when we find something broken in core, right @boonebgorges? This should adjust the other sort query as well and resolve #525 26 February 2015, 02:17:33 UTC
08f98b9 Add amplify tooltip 26 February 2015, 02:13:41 UTC
9d4af64 Do not show Folders on Nominated until functionality works. Resolves this milestone's take on #542 25 February 2015, 21:38:19 UTC
7278898 missing trailing character 25 February 2015, 21:32:10 UTC
7a0f7b3 Only debug-level users should be able to access debug level tools. Resolves #562 25 February 2015, 21:31:24 UTC
b97de44 Debug module description 24 February 2015, 17:52:52 UTC
ac07d66 Descriptions for modules 24 February 2015, 17:52:31 UTC
1e06bb0 Setting up method for describing user permissions 24 February 2015, 17:37:03 UTC
14fdc5c Setting up for user tabs. 24 February 2015, 17:13:14 UTC
3a897ed New site option descriptions 24 February 2015, 17:13:14 UTC
10a7e30 Updating for clearer text for site option Makes feed items option for retention clearer. 24 February 2015, 17:13:13 UTC
73c1521 When sorting by Last Retrieved, don't use a meta_key param. This forces a nested meta_query, which prevents the previous technique from returning items without the meta in question. See #525. 23 February 2015, 21:43:16 UTC
df32493 Trailing whitespace. 23 February 2015, 21:31:38 UTC
abfca6d Change Subscribed Feeds page title 23 February 2015, 19:57:49 UTC
ff64ca1 Get nominate this button to fully show no matter what the screen size. Resolves #528 23 February 2015, 19:55:29 UTC
24fe55b Final fix for #527 23 February 2015, 19:34:10 UTC
5f1a3b8 Only show nominate this hint on first page Resolves #527 23 February 2015, 18:52:13 UTC
31ffaeb Set last checked in slurp and make it sortable. 23 February 2015, 07:20:41 UTC
3a61dbe Set up last checked column 23 February 2015, 06:51:53 UTC
82f4543 Turn off the hidden button for Nominated page Instead use just the archived button. Resolves #457 23 February 2015, 04:06:44 UTC
637451b Revert "New nomination-specific archive schema" This reverts commit a5d1d3c9d7dc9a828ab995e16faabc86957165ea. 23 February 2015, 03:54:15 UTC
a5d1d3c New nomination-specific archive schema 23 February 2015, 03:45:27 UTC
29ac631 Better application of schema switching on controls Resolves #398 and #399 by ensuring that all box controls fall under the new simplified schema manipulation js mechanic. 23 February 2015, 03:31:03 UTC
8a90ae8 Much simpler way to process schema actions Resolves #517 23 February 2015, 01:08:08 UTC
d7bbcd7 Article btn class 22 February 2015, 23:41:06 UTC
bc06f89 Set up for new under-archive filters. Resolves #519 21 February 2015, 05:06:33 UTC
54824c9 Set infobox below the attached scroll menu Resolves #521 20 February 2015, 22:41:57 UTC
7c1d11e Fixing nominate this option and add_feeder space 20 February 2015, 20:26:28 UTC
d9d07d0 Don't need these anymore. 20 February 2015, 20:14:08 UTC
3ed3c50 Testing clears 20 February 2015, 20:13:21 UTC
728ef75 Revert "Override absolute position issues." This reverts commit aefcf244830097474f0168abd5fd45632f43834a. 20 February 2015, 20:13:12 UTC
3cf6d93 Remove excess DIV 20 February 2015, 20:12:45 UTC
aefcf24 Override absolute position issues. 20 February 2015, 20:02:26 UTC
d37d237 Resolve case where user loads with modal open. 20 February 2015, 19:53:03 UTC
9502f9e Merge pull request #524 from PressForward/3.5.x-hashed-navigation-441 Set up hash aware navigation to resolve both #349 and #441 20 February 2015, 19:46:34 UTC
c3ea23d Control and understand hashes as navigation items Resolves #441 and #349 20 February 2015, 19:42:36 UTC
185d841 Patch number up. 20 February 2015, 19:16:56 UTC
04c82c6 Adjusted filepath to find nominate this. Resolves #522 20 February 2015, 19:15:56 UTC
0a8538b Fix for nominate this on other server configs 20 February 2015, 19:07:37 UTC
d98201a Patch for nominate this to work on other servers Towards #522 20 February 2015, 19:05:38 UTC
f53d168 Aware views with hashtags Resolves #349 and #441 20 February 2015, 19:03:19 UTC
49a4226 Fix list version of item actions Resolves #431 20 February 2015, 01:08:45 UTC
18babaa Merge pull request #523 from PressForward/3.5.x-amplify-overflow-508 Deal with JS switching for overflow property so the amplify dropdown works in list view. Resolves #508 20 February 2015, 00:50:23 UTC
f10f60e Deal with the flip from list to grid after a menu Fix to complete #508 20 February 2015, 00:45:02 UTC
7dfbe74 Properly understand act on a menu close Resolves #508 20 February 2015, 00:37:32 UTC
68dee81 Detect amplify click, alter unit structure to support showing the dropdown via overflow. 19 February 2015, 23:54:07 UTC
76f5280 Insure system retains preference for list or grid Resolves #520 19 February 2015, 18:12:36 UTC
f15d6e4 Control comment display on option If user doesn't have access to the comments feature, don't show it to them. 18 February 2015, 00:09:58 UTC
141ea1d Missing a trailing ';' 17 February 2015, 21:35:15 UTC
4b81be0 Removing user control options for old menus that no longer exist. 17 February 2015, 17:05:18 UTC
07865e6 Place Nominate This in feed-items context Allow users to remove it easily. Finally closes #369 17 February 2015, 04:23:26 UTC
408aeba Removing nom-this tags for now, they do not work. Not sure why, don't want to try and fix it this release, and I don't want to push the function as heavy as we are with such a major part not working. 17 February 2015, 02:56:32 UTC
ec8d8bb Prep for feed-item context 16 February 2015, 17:42:20 UTC
cc45df0 Add Nominate This as a feed tile. 16 February 2015, 17:14:46 UTC
0ba4deb Move debug tools to Tools menu 16 February 2015, 16:58:07 UTC
883f2e8 Move nominate this's generation Now controlled by internal template methodology. 16 February 2015, 16:35:52 UTC
c651909 Final changes for nav. This is now resolved. Closing #355 16 February 2015, 03:50:12 UTC
0c6ec8c Merge pull request #516 from PressForward/3.5.x-new-settings-page Activate new tabbed Preferences page, with new methodology 15 February 2015, 23:44:15 UTC
e4435bf Make tabs aware of current state 15 February 2015, 23:41:10 UTC
64e367b If you can see All Content, you get user options 15 February 2015, 23:38:06 UTC
7aea47e Make sure preferences visibility acts logically 15 February 2015, 23:18:59 UTC
4aad512 jquery to handle site settings tabbing 15 February 2015, 23:12:32 UTC
back to top