Created
July 8, 2012 16:00
-
-
Save groovecoder/3071452 to your computer and use it in GitHub Desktop.
developer-new-2012-07-08
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 7ac953a8951b8c887b7c3df3866b380ffed89e13 | |
Merge: 27da32b 8eeed79 | |
Author: luke crouch <luke.crouch@gmail.com> | |
Date: Sat Jul 7 20:01:03 2012 -0700 | |
Merge pull request #358 from darkwing/two-left-align-buttons-771845 | |
fix bug 771845 - Replace second leftAlign with RightAlign in WYSIWYG | |
commit 8eeed79b60cdbcb031188a7fc88c21815f4a2996 | |
Author: David Walsh <dwalsh@mozilla.com> | |
Date: Sat Jul 7 21:28:09 2012 -0500 | |
fix bug 771845 - Replace second leftAlign with RightAlign in WYSIWYG | |
commit 27da32b56c99334037c89c455c9d9cbb66b6a3b9 | |
Merge: 19d8af6 804cc9e | |
Author: David Walsh <davidwalsh83@gmail.com> | |
Date: Sat Jul 7 12:54:01 2012 -0700 | |
Merge pull request #357 from groovecoder/ubernostrum/darkwing/test-views-update | |
Ubernostrum/darkwing/test views update | |
commit 19d8af6b13994fd9dbc540ef1df2d6c001e28bfa | |
Merge: 9a44380 ebf3691 | |
Author: luke crouch <luke.crouch@gmail.com> | |
Date: Sat Jul 7 12:45:05 2012 -0700 | |
Merge pull request #350 from lmorchard/more-compact-document-admin | |
Wiki document admin improvements | |
commit 804cc9e92cbfd8bbcb83a48193e737102fbd793d | |
Author: groovecoder <luke.crouch@gmail.com> | |
Date: Sat Jul 7 14:25:14 2012 -0500 | |
use django test Client for file view tests | |
commit 78c5744c1e3e3a21d62eced2e2c807e2bfd344e9 | |
Author: James Bennett <james@b-list.org> | |
Date: Fri Jul 6 16:07:56 2012 -0500 | |
Remove editable=False from AttachmentRevision.mime_type. | |
commit 6e1558d3c797798573ccd49da2fbf2f73d9cd7e2 | |
Author: James Bennett <james@b-list.org> | |
Date: Fri Jul 6 15:07:03 2012 -0500 | |
Add attachment admin and exempt files from locale prefixing. | |
The admin for attachments is pretty rudimentary, but should include | |
all the fields we care about; this will allow manual tinkering with | |
files as needed (particularly the mime-types, since that's the bit | |
most likely to cause problems). | |
commit 7ab4ef2ef44d317a76e5406aa0af99e04f2a6273 | |
Author: David Walsh <dwalsh@mozilla.com> | |
Date: Thu Jul 5 11:32:10 2012 -0500 | |
Adjust the 'attachments' property of Documents to find all files. | |
This uses pretty simple logic to scan a Document's HTML for both | |
MindTouch and kuma file URL patterns, and then uses Q objects to build | |
a correct query to return the corresponding Attachment objects. If no | |
file URLs are found in the Document, it'll return an empty Attachment | |
queryset. | |
fix bug 770397 - Displaying attachments table under document and tags | |
fix bug 770563 - Show tags and file attachments regardless of TOC | |
Bugfix: actually wrap the file queries in Q objects. | |
Changing file URL method | |
Removing unnecessary filesize() method from AttachmentRevisions model | |
Fixing merge conflict | |
commit ebf36919199ad0f04b11883a5ecc8db72b35f614 | |
Author: Les Orchard <me@lmorchard.com> | |
Date: Fri Jul 6 14:25:21 2012 -0400 | |
Wiki document admin improvements | |
* Allow the "Filter" sidebar to be collapsed, for when the changelist | |
table is too wide for the browser. | |
* Combine many columns into single-column lists to make the changelist | |
more horizonally compact |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment