Commit Graph

  • 3923174b70 Added instructions on how to run mongod --repair Christopher Allan Webber 2011-07-17 12:02:13 -05:00
  • 63fd974b4c Docs: fixing an issue with being unable to install with distribute installed already Christopher Allan Webber 2011-07-17 11:36:56 -05:00
  • dd33ed06fb Finished the docstring of the creature_add_magical_powers fake migration Christopher Allan Webber 2011-07-17 11:32:05 -05:00
  • 3f4b5e4a4e Move application level setup of database to init/ Elrond 2011-07-17 17:45:50 +02:00
  • fa92d52fa5 Migration for mediafiles main->original Christopher Allan Webber 2011-07-17 08:50:09 -05:00
  • 5f72a4c331 Merge remote branch 'remotes/jwandborg/feature_400-resize_images_to_fit_page' Christopher Allan Webber 2011-07-16 16:28:12 -05:00
  • 8e9331c106 Merge remote branch 'remotes/cmoylan/test_submission_views_365' Christopher Allan Webber 2011-07-16 15:05:54 -05:00
  • ef8e47f260 Changes clone url from http url to git url Will Kahn-Greene 2011-07-15 12:32:21 -04:00
  • 0d91af09d2 Use cleaned_markdown_conversion in both cases in edit/views.py Christopher Allan Webber 2011-07-14 00:40:16 -05:00
  • 90e342f90f app.py and migrate.py must import migrations in order to load said migrations... Christopher Allan Webber 2011-07-14 00:32:01 -05:00
  • 5ebe69e5a0 First migration: Add markdown bio! Christopher Allan Webber 2011-07-14 00:00:24 -05:00
  • 3bc3d429fe Indenting section in the autoscape block Christopher Allan Webber 2011-07-13 23:20:16 -05:00
  • fb5075e6b2 Merge remote branch 'remotes/aaronw/feature410_markdown_bio' Christopher Allan Webber 2011-07-13 23:19:46 -05:00
  • c47c37ed95 Merge branch 'master' into f411_new_migrations Christopher Allan Webber 2011-07-13 23:14:42 -05:00
  • 59051a23f0 Duplicate migration numbers not allowed, bro Christopher Allan Webber 2011-07-13 22:32:51 -05:00
  • 9247769a14 Merge branch 'master' into test_submission_views_365 Chris Moylan 2011-07-13 21:58:25 -05:00
  • ecf518020f Elrond thinks we should use one of print/sys.stdout.write and .flush() Christopher Allan Webber 2011-07-13 21:14:31 -05:00
  • 77fb1e1331 A couple of tests related to migrations_to_run() Christopher Allan Webber 2011-07-13 21:09:04 -05:00
  • 511b10efda We should *raise* MissingCurrentMigration :) Christopher Allan Webber 2011-07-13 20:58:13 -05:00
  • cea8f2b632 adds "state" to tags indices Caleb Forbes Davis V 2011-07-13 12:14:18 -05:00
  • 1580c7c5ce adds index for searching across all users' tagged images Caleb Forbes Davis V 2011-07-13 00:22:16 -05:00
  • cc7ff3c505 enforces maximum tag length with (in)appropriate messaging Caleb Forbes Davis V 2011-07-12 23:58:25 -05:00
  • 4451219560 ensures no duplicate tags per media entry Caleb Forbes Davis V 2011-07-12 22:52:32 -05:00
  • 6f2e4585cc uses standard functions instead of form filters and fixes taglist default Caleb Forbes Davis V 2011-07-12 22:26:10 -05:00
  • 93e3468a2a displays the tags on edit correctly now Caleb Forbes Davis V 2011-07-12 20:43:16 -05:00
  • 6ae8b541f9 removed email variables from globals module Deb 2011-07-12 21:21:35 -04:00
  • cdf538bd61 adds filter function to parse and clean tags field input Caleb Forbes Davis V 2011-07-12 20:06:17 -05:00
  • c2ddd85e4a Removing old style migrations... not in use anymore Christopher Allan Webber 2011-07-11 21:09:36 -05:00
  • 50dd725c58 Merge remote branch 'remotes/osamak/master' Christopher Allan Webber 2011-07-11 20:31:45 -05:00
  • 39c6b2bdc6 Move db_name default into config_spec.ini Elrond 2011-07-11 23:25:15 +02:00
  • 6d27a5cf63 python-lxml is required on Fedora Osama Khalid 2011-07-11 20:55:25 +03:00
  • 35166f7654 Referring to the Hacking HOWTO in deploymenthowto (this is where I looked in first when I wanted to build MG) Osama Khalid 2011-07-11 20:34:37 +03:00
  • 272469daf5 adds index for tag searches by an uploader Caleb Forbes Davis V 2011-07-10 23:36:21 -05:00
  • 0c915735d5 Just making a note of where the new migrations will go! Christopher Allan Webber 2011-07-10 22:58:48 -05:00
  • ff94114c5d Setup the application to record the database version if missing on launch Christopher Allan Webber 2011-07-10 22:50:03 -05:00
  • 3d073d48cb Merge branch 'master' into test_submission_views_365 Chris Moylan 2011-07-10 22:45:52 -05:00
  • 9df37e8a4a added suggestions as per http://bugs.foocorp.net/issues/365#note-9 Chris Moylan 2011-07-10 22:45:27 -05:00
  • ba04c88730 Use new migrations system in ./bin/gmg migrate Christopher Allan Webber 2011-07-10 22:44:33 -05:00
  • f92bea33c7 give option in connect_database_from_config to connect to a pymongo.Connection Christopher Allan Webber 2011-07-10 22:44:20 -05:00
  • dab0d24d98 Made it so that it's migrate_new() which installs the migration version if missing, migrations_to_run just throws an error if not set Christopher Allan Webber 2011-07-10 22:02:51 -05:00
  • 9548c6463b test_migrations_recorded_as_(latest|zero) tests passing :) Christopher Allan Webber 2011-07-10 21:51:02 -05:00
  • 01040b78e1 test_run_partial_migrations() working! Christopher Allan Webber 2011-07-10 21:29:23 -05:00
  • 4c465852d1 Markdown-enable user bio (Feature 410) Aaron Williamson 2011-07-10 22:28:48 -04:00
  • 85663692cd testing tools install_fixtures_simple and assert_db_meets_expected Christopher Allan Webber 2011-07-10 21:16:50 -05:00
  • ae6b0a4e6e test_run_full_migrations() all working properly! Christopher Allan Webber 2011-07-10 21:14:38 -05:00
  • 0143c5a1e4 No reason to have migration_number optional or default to None Christopher Allan Webber 2011-07-10 18:48:09 -05:00
  • 77ab4b66ce Mock out tests, define expected results, add first test Christopher Allan Webber 2011-07-10 18:46:48 -05:00
  • 9cf8b469e7 Move the call to install_migration_version_if_missing() to migrations_to_run() Christopher Allan Webber 2011-07-10 18:43:08 -05:00
  • 1b38cfa3b7 install_migration_version_if_missing() now a separate function Christopher Allan Webber 2011-07-10 18:27:38 -05:00
  • 8569533f21 Make sure all these strings in db/util.py are unicode Christopher Allan Webber 2011-07-10 16:23:36 -05:00
  • 77ffe9be58 Added the actual fake/testing migrations. Haven't run them yet... Christopher Allan Webber 2011-07-10 16:19:49 -05:00
  • d0ee0003a2 Simpler run_migrations method. Christopher Allan Webber 2011-07-10 15:41:18 -05:00
  • 42fe078029 test_migrations.py w/ migrate'able fixtures and some migration scaffolding Christopher Allan Webber 2011-07-10 15:28:46 -05:00
  • 32ae9e1b4e Making sure migration_number > 0 :) Christopher Allan Webber 2011-07-09 18:17:54 -05:00
  • ec86d16a53 run_new_migrations() makes more sense Christopher Allan Webber 2011-07-09 17:21:47 -05:00
  • 3054e2b3cb Sorry, that OptionalField belonged there. Christopher Allan Webber 2011-07-09 17:16:18 -05:00
  • f4cd7a4ade <Elrond> Oh well... Did I really have this wtforms cruft in my setup_workbench commit. :-( I don't know even, how it got in there. :-| Christopher Allan Webber 2011-07-09 17:13:21 -05:00
  • 1fd97db348 Added a note about workbench only currently being used by celery Christopher Allan Webber 2011-07-09 17:11:23 -05:00
  • df01342e5e Merge remote branch 'remotes/elrond/dev/init' Christopher Allan Webber 2011-07-09 16:57:20 -05:00
  • 7ecb1b0726 Adjusting documentation in indexes.py also re: more info in deprecation Christopher Allan Webber 2011-07-09 16:52:57 -05:00
  • 50bb8fe5e4 Changing things back so that we keep information about deprecated indexes around. Christopher Allan Webber 2011-07-09 16:51:19 -05:00
  • 363fc97259 Some instructions in the RegisterMigration docstring on how to use. Christopher Allan Webber 2011-07-09 15:10:47 -05:00
  • dca6406a90 latest_migration now returns migration numbers only, and 0 if no migrations. Christopher Allan Webber 2011-07-09 15:07:40 -05:00
  • 993f0a9321 Migrating quietly, not iteratively, that comment should say! Christopher Allan Webber 2011-07-09 14:51:48 -05:00
  • 51dcfb5682 New migration utility code.... I haven't tested this! ;) Christopher Allan Webber 2011-07-09 14:50:41 -05:00
  • 9980c5f4f4 Merge remote branch 'remotes/gullydwarf-cfdv/b404_v3_edit_profile_submit_fail' Christopher Allan Webber 2011-07-09 09:30:43 -05:00
  • 19e7ec24d0 Merge remote branch 'remotes/jwandborg/f431-prevent_comment_link_expiry' Christopher Allan Webber 2011-07-09 09:23:34 -05:00
  • 83d3922b6e Merge remote branch 'remotes/gullydwarf-cfdv/437_slug_shouldnt_be_empty' Christopher Allan Webber 2011-07-09 09:20:22 -05:00
  • 13ca6fb195 Merge remote branch 'remotes/schendje/master' Christopher Allan Webber 2011-07-09 09:19:04 -05:00
  • 7b31a11c80 Removing trailing whitespace from this file Christopher Allan Webber 2011-07-09 09:02:57 -05:00
  • 166dc91aca Add a warning to the user that registrations are disabled. Christopher Allan Webber 2011-07-09 09:02:17 -05:00
  • d41cc42a66 Merge remote branch 'remotes/amusablelemur/feature374' Christopher Allan Webber 2011-07-09 08:58:22 -05:00
  • 5647d641a2 Updated spacings in code for better readability Rasmus Larsson 2011-07-09 15:52:30 +02:00
  • 13bb1d676e Updated the loginpage to not show a link to register if registrations are disabled Rasmus Larsson 2011-07-09 15:19:55 +02:00
  • 13677ef97a Added configuration variable to toggle registrations, if disabled the registration page redirects to index and no link to register is shown Rasmus Larsson 2011-07-09 15:12:00 +02:00
  • eedc5428fd Removed route, view and template file for "Submit Success" page Rasmus Larsson 2011-07-09 02:47:06 +02:00
  • 77e63c8f2e Tiny height fix to footer Jef van Schendel 2011-07-08 16:05:20 +02:00
  • aa84bdd09e Tiny padding fix for forms/h1 Jef van Schendel 2011-07-08 16:03:17 +02:00
  • 8d74ec4dde Fix logo styling, positioning Jef van Schendel 2011-07-08 16:01:07 +02:00
  • 681e137194 Moved Submit button to header, styled button Jef van Schendel 2011-07-08 15:53:45 +02:00
  • cdc8cb285d Added sidebar to profile page; moved some content Jef van Schendel 2011-07-08 15:22:15 +02:00
  • 7fb39157e0 Remove p style; not need yet Jef van Schendel 2011-07-08 15:14:27 +02:00
  • 04a9515064 F360(tagging) - adds tag fields for submission, edit and display Caleb Forbes Davis V 2011-07-08 01:59:44 -05:00
  • f646f5d36d Updated MediaCommentForm.field_comment => MediaCommentForm.comment_content Joar Wandborg 2011-07-07 22:45:51 +02:00
  • 7664b4db81 Factor setup_workbench into init submodule. Elrond 2011-07-07 22:08:20 +02:00
  • 0a45fa5903 Change pagination styling; add 2 images Jef van Schendel 2011-07-07 20:04:30 +02:00
  • 0e1c036c7a Bug #437 - adds required validator to slug field for media edit' Caleb Forbes Davis V 2011-07-07 11:11:03 -05:00
  • af2fcba5c4 Issue #431 - Prevent comment link expiry - Added functionality for comment linking Joar Wandborg 2011-07-07 18:04:19 +02:00
  • d6ae709c14 Additional style changes to navigation; add three navigation images Jef van Schendel 2011-07-07 17:54:33 +02:00
  • 4924d6a50c bug #404 - corrects querystring variable name in redirect Caleb Forbes Davis V 2011-07-07 10:45:23 -05:00
  • fd9807ffc3 Experimental black-and-white style change Jef van Schendel 2011-07-07 17:21:02 +02:00
  • e6fd112d42 This should actually fix the next and previous buttons now. Sorry I borked the merge! Christopher Allan Webber 2011-07-07 08:22:12 -05:00
  • fe80cb06c4 Also encourages editing your profile and submitting images Christopher Allan Webber 2011-07-06 22:52:08 -05:00
  • 2f4e62c210 Merge remote branch 'remotes/gullydwarf-cfdv/f424_email_verified_messaging' Christopher Allan Webber 2011-07-06 22:49:53 -05:00
  • b27ec16786 Merge remote branch 'remotes/gullydwarf-cfdv/f423_match_image_ordering_between_scroll_and_gallery' Christopher Allan Webber 2011-07-06 22:47:33 -05:00
  • 1f69672478 Merge remote branch 'remotes/gullydwarf-cfdv/b404_v2_redirect_after_profile_edit' Christopher Allan Webber 2011-07-06 22:38:19 -05:00
  • 0f7dc0b4a9 Merge remote branch 'remotes/gullydwarf-cfdv/b429_fix_edit_profile_form_validation' Christopher Allan Webber 2011-07-06 22:35:19 -05:00
  • d22a9ae86d Merge remote branch 'remotes/gullydwarf-cfdv/f435_limit_prev_next_by_processed' Christopher Allan Webber 2011-07-06 22:34:33 -05:00
  • 3a5ba73de1 Merge remote branch 'remotes/gullydwarf-cfdv/b434_prev_next_use_slug' Christopher Allan Webber 2011-07-06 22:33:37 -05:00
  • 983e11f09e Instructions for installing MediaGoblin on Fedora Christopher Allan Webber 2011-07-06 22:29:12 -05:00