• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


RSS
Rev. Time Author
55c2bba 2010-03-06 02:49:34 Wolf

help link in sitemap must be absolute

0477744 2010-03-06 02:30:18 Wolf

FORGE-387: Mass-edit

Accessible via the 'Edit All' button on the search page. Search and bin
urls adjusted to @with_trailing_slash to give a known base from which to
build relative paths. Because mass-edit duplicates a search from the
search page; the actual search code is lifted directly from there.
There may be an opportunity for factoring here.

Mass-edit has two main parts: (1) the update_tickets method on the
Tracker's RootController which expects specialized POST data; and (2) a
small hunk of JavaScript, update_tickets(), that builds the specialized
POST request with a list of selected ticket ids and just the fields to
actually be set. Because of the conflation of user id None meaning
'nobody' and "no value" meaning "do not set this field", actually
setting assigned-to to 'nobody' requires a special sentinel value ('-').

Custom sums may not be set through mass-edit as (a) it's not sensible to
set a custom sum on a super-ticket, and (b) after setting all the values
we would then have to dirty_sums() across all the changed tickets,
possibly with much duplication of effort.

288daa2 2010-03-06 01:42:37 Jenny Steele

WMD breaks when used in display: none situation. Took it out of editable stuff

04eb2ee 2010-03-06 01:42:37 Jenny Steele

Design tweaks with Wes

933655e 2010-03-06 01:02:16 Wolf

build the list directly; no intermediate dictionary is needed

23bfe27 2010-03-05 07:31:29 Jenny Steele

FORGE-386 Changed neighborhood member font in header. Also made some other header and footer improvements.

701867a 2010-03-05 07:26:49 Jenny Steele

FORGE-318 Tidied up the app admin pages

404f97a 2010-03-05 07:26:38 Jenny Steele

FORGE-383 Cleaned up form layouts

0bb9168 2010-03-05 07:11:25 Jonathan T. Beard

FORGE-391: Template was attempting to sort without comparison operator;

changed to sort with lambda expression then modified template to not
used sorted

7e471ac 2010-03-05 06:15:35 Rick Copeland

FORGE-342 - fix some bugs in tests

db332f6 2010-03-05 06:06:57 Rick Copeland

FORGE-342 - Add EasyWidgets framework to forge

This commit includes
- A new dependency in setup.py on EasyWidgets 0.1
- The appropriate code in master.html to inject static resources into the page
- The appropriate code in root.py to mount the EW static resources controller

820035f 2010-03-05 05:06:20 Wolf

Let user assigned plugin-name be the whole menu name

i.e., use "Bugs", not "ForgeTracker (bugs)".

e754454 2010-03-05 04:15:38 Wolf

FORGE-375: sidebar grouping and spacing

e719678 2010-03-05 04:07:12 Wolf

FORGE-382: add some space between form items in .editable

5897b3a 2010-03-05 04:02:59 Jonathan T. Beard

FORGE-372: Change deadlinks from bright yellow to grayed out

ab1a3d8 2010-03-05 03:22:16 Wolf

Description label must end with ":" on new ticket page

04e29a3 2010-03-05 02:58:30 Wolf

FORGE-374: remove WMD logo

WMD code is not ammenable to change, so do this the hacky way: on
document.ready, use jQuery to find and remove the link and the logo img
it contains. The span immediately preceding the link contains the tool
icons and must have its padding-right adjusted to no longer make space
for the logo. I repeat, this is a hack the equivalent of
screen-scraping.

7898c1c 2010-03-05 02:54:24 Jenny Steele

Merge branch 'master' of ssh://engr.geek.net/forge

d8cf2cb 2010-03-05 02:44:30 Rick Copeland

FORGE-379 - Update tag tests to test new method 'artifacts_tagged_with()'

1463811 2010-03-05 02:42:30 Jenny Steele

Adobe neighborhood now mounts at /adobe/ instead of subdomain

7946d49 2010-03-05 02:37:30 Jenny Steele

FORGE-371 Added project placeholder icon

5e9ce4e 2010-03-05 02:23:43 Jenny Steele

FORGE-388 Created adobe theme and added it to default data
FORGE-384 Removed grey line in footer
FORGE-385 Added adobe icon to default data

97de4be 2010-03-05 02:20:08 Rick Copeland

FORGE-379 - Fix tag counts on wiki and tracker

This commit includes
- Updates to the display of tag counts (now the # of pages tagged with 'foo' is shown
rather than the # of users who tagged the current page with 'foo')
- Fixes to uninstall to make sure tags are cleared out upon application uninstall

345ea0f 2010-03-04 08:21:32 Jenny Steele

Subprojects now show up in the forge directory

48eeb5a 2010-03-04 07:55:20 Jenny Steele

FORGE-318 Improved appearance of project and neighborhood admin as well as fixed the neighborhood templates.

ac90201 2010-03-04 05:16:23 Wolf

Restore /auth/prefs/ link to user profile sidebar

09bfd92 2010-03-04 00:32:45 Wolf

In sitemap (left sidebar): indent related pages/artifacts, subtickets, saved searches, etc.

daa517b 2010-03-03 07:26:52 Jenny Steele

Changed display of assigned to user per feedback on forgery

1fea242 2010-03-03 07:26:52 Jenny Steele

FORGE-348 Cleaned up the tracker to get it ready for demo

52de0c3 2010-03-03 03:41:59 Wolf

FORGE-349: reload config page on ajax save of custom fields