Commit Graph

6627 Commits

Author SHA1 Message Date
mike.morgan%oregonstate.edu
b1b91e495a Bloated and greedy search, no pagination yet (other than the limit for # of records per page).
I have concerns about how much this hammers the database.  We may have to trim down the constructor for the AddOn class.
2005-07-25 20:12:22 +00:00
mozilla%colinogilvie.co.uk
92a3b09330 Bug 297483: Remove comment from installation.xml about 'module-check' switch being needed as it's already available
Patch by me, r=gerv
2005-07-25 12:50:49 +00:00
lpsolit%gmail.com
6af859deb4 Bug 284264: Move canSeeUser from editusers.cgi to User.pm - Patch by Marc Schumann <wurblzap@gmail.com> r=mkanat,joel a=justdave 2005-07-25 07:56:38 +00:00
mike.morgan%oregonstate.edu
236db4ab1f Policy documents. 2005-07-25 07:36:05 +00:00
mike.morgan%oregonstate.edu
1fd86e033d nightly checkin. adjustments in some naming conventions. 2005-07-25 07:35:01 +00:00
mike.morgan%oregonstate.edu
0293051b7f Search options are now populated. Next up is query forumlation and pagination along with displaying results. 2005-07-24 11:34:05 +00:00
mike.morgan%oregonstate.edu
7ae3ffd70f Search modifications. 2005-07-24 10:31:23 +00:00
mike.morgan%oregonstate.edu
bcf85afacf updated some search items. 2005-07-24 02:05:49 +00:00
mike.morgan%oregonstate.edu
a815398e0c Started messing with the search template. Not even 5% done. Added some global CatName stuff to init.php. Will find a better home for that later. 2005-07-23 08:57:41 +00:00
lpsolit%gmail.com
dd61bb0adf Bug 301507: Move PutHeader and PutFooter into Template.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r/a=justdave 2005-07-22 05:13:36 +00:00
mike.morgan%oregonstate.edu
87adb6b038 Template changes in order to eliminate need for overview.php. Main page is combined, top header is simplified, and navigation for addon view is greatly improved. 2005-07-21 23:21:27 +00:00
lpsolit%gmail.com
2ead756429 Bug 301463: Move CheckFormField and CheckFormFieldDefined into Field.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-07-21 20:04:27 +00:00
mozilla%colinogilvie.co.uk
ee67153a84 Add initial support for viewing an item's history.
This needs some more work to improve it, but committing anyway.
2005-07-21 18:44:43 +00:00
mozilla%colinogilvie.co.uk
b7fca4a56a Add support for viewing all the preview images 2005-07-21 17:03:09 +00:00
mozilla%colinogilvie.co.uk
56813efb0f Add CommentID to the comments section of an addon for rating etc. as its already referenced in the code there 2005-07-21 15:51:30 +00:00
mike.morgan%oregonstate.edu
ef763e09a5 installation instructions. 2005-07-21 02:00:57 +00:00
mike.morgan%oregonstate.edu
dd10817fab Placeholder for addon previews page. 2005-07-21 01:59:50 +00:00
mike.morgan%oregonstate.edu
be846deeeb Messed with paths, search boxes, etc. Nothing here is permanent. 2005-07-21 01:58:50 +00:00
mike.morgan%oregonstate.edu
eaec74e2ae addon.php
added title, filled out passing of proper vars.
faq.php
    fixed title.
overview.php
    fixed title.
content.css
    added some styles for user opinions.
developers/index.php
    fixed title.
lib/addon.class.php
    added class vars and some extra stuff in constructor in order to populate all addon information during object instantiation.
lib/amo.class.php
    added setVar and setVars functions, which set object parameters one at a time or via array, respectively.
tpl/addon.tpl
    fleshed out addon summary page to look mostly like existing pages.
tpl/inc/header.tpl
    added line for page title.
2005-07-20 23:32:22 +00:00
lpsolit%gmail.com
0d4e34810e Bug 301458: Move url_decode out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-07-20 21:30:58 +00:00
lpsolit%gmail.com
dcce8e5a29 Bug 301453: Move CheckEmailSyntax out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=myk 2005-07-20 21:24:19 +00:00
gerv%gerv.net
2bec2a48e5 Bug 300743: add "px" to prevent query help tooltips appearing at wrong position. Patch by gerv; r=myk, kiko, wicked, a=mkanat, myk. 2005-07-20 20:09:18 +00:00
lpsolit%gmail.com
98403b6964 Bug 301440: Move LogActivityEntry out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-07-20 15:58:45 +00:00
mike.morgan%oregonstate.edu
e8ce397588 7->5 in overview.
put in a more graceful db error handler (although it's not the prettiest).
cleaned up main object definitions.
2005-07-20 12:43:17 +00:00
lpsolit%gmail.com
1ea77ce857 Bug 298220: Graphs should use localised terms for statuses and resolutions - Patch by Emmanuel Seyman <eseyman@linagora.com> r=gerv,wurblzap a=myk 2005-07-20 12:39:48 +00:00
lpsolit%gmail.com
e1bffda42e Bug 285112: Move ValidateBugID out of CGI.pl - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel,wicked a=justdave 2005-07-20 11:29:33 +00:00
lpsolit%gmail.com
35e51a3eb9 Bug 257767: Option to have fields in CSV files separated by semicolons instead of commas - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk 2005-07-20 02:14:34 +00:00
mozilla%colinogilvie.co.uk
63d92213ec Bug 282737: Software Error from time-tracking fields during Change Columns
Patch by Joel, Me, r=wurblzap, a=myk
2005-07-19 22:38:26 +00:00
lpsolit%gmail.com
fbad4f6f26 Bug 297990: choose-product.html.tmpl generates improper indentation for product descriptions - Patch by Aaron Larson <aaron@larsonsonline.net> r=wurblzap a=myk 2005-07-19 21:54:45 +00:00
lpsolit%gmail.com
b3f8ed1ab6 Bug 301240: editvalues.cgi should not update bugs.delta_ts - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wurblzap a=myk 2005-07-19 21:34:30 +00:00
lpsolit%gmail.com
ce35d4e789 Bug 300318: RSS feeds namespace is incorrect - Patch by Jason Remillard <jremillardshop@letterboxes.org> r/a=myk 2005-07-19 21:15:58 +00:00
lpsolit%gmail.com
a12805ea67 Bug 265188: GenerateVersionTable should only overwrite versioncache if it's changed - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob,justdave a=justdave 2005-07-19 14:52:59 +00:00
lpsolit%gmail.com
0ddac04c80 Bug 300709: Avoid the use of SELECT * - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=glob a=myk 2005-07-19 14:33:40 +00:00
mike.morgan%oregonstate.edu
3eeb4ba91e install include. 2005-07-19 00:23:24 +00:00
mike.morgan%oregonstate.edu
1247576db1 css/base/template.css
added tab styles for overview.php
addon.php
    created file to pass addon information to addon.tpl, partially done
lib/addon.class.php
    class for gathering addon information, all inclusive -- it will make it much easier in the long run
tpl/addon.tpl
    general template for an addon summary - equivalent to "moreinfo.php"
2005-07-19 00:22:46 +00:00
lpsolit%gmail.com
67f2fa1623 Bug 300532: Update editversions.cgi to use routines from Version.pm and Product.pm - Patch by Tiago R. Mello <timello@async.com.br> r=LpSolit a=myk 2005-07-19 00:05:11 +00:00
mozilla%colinogilvie.co.uk
75f719f232 Bug 301079: [BUGZILLA] BugzillaMailHandler: Option to report some products using the names of their components
Patch By Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat
2005-07-18 21:39:10 +00:00
mkanat%kerio.com
c278c8ac17 Bug 282632: Eliminate AUTOLOAD section from BugMail.pm
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wicked, a=justdave
2005-07-18 20:37:55 +00:00
mike.morgan%oregonstate.edu
ad733c846c adjusted Themes blocks in order to include description and be consistent. 2005-07-18 08:59:50 +00:00
mike.morgan%oregonstate.edu
540992eb4e added overview tabs and content bar. 2005-07-18 08:44:49 +00:00
mike.morgan%oregonstate.edu
ccaef20f8a added overview page, serves as overview for a specific application 2005-07-18 08:26:54 +00:00
mike.morgan%oregonstate.edu
ca7adb558e .htaccess
added comments and config line for include_path, which is important for install
inc/finish.php, inc/init.php
    adjusted how globals were set up
    tried working with non-global db/tpl but it was not scalable so it was switched back
faq.php, index.php, developers/index.php
    smarty -> tpl
lib/addon.class.php
    proper constructor now in place
lib/amo.class.php
    object definition for all basic objects
    sets up tpl,db globals for use in all extending classes
addon.php
    home page for an addon
item.php
    too generic, nuked it
2005-07-18 03:50:30 +00:00
mozilla%colinogilvie.co.uk
ebd9fe29f1 Bug 300684: missing_version_or_component error message is not translatable
Patch by A. Karl Kornel <karl@kornel.name>, r=jouni, a=justdave
2005-07-17 10:35:19 +00:00
mozilla%colinogilvie.co.uk
e615e21d5e Bug 300764: Deadline field on show_bug should include documentation of the date format
p=me, r=jouni, a=justdave
2005-07-17 09:19:27 +00:00
myk%mozilla.org
d81d88d2ab Fix for bug 232612: enables boolean mode fulltext searches for better searching capabilities in the "Find a Specific Bug" page;
r=lpsolit
2005-07-15 02:05:10 +00:00
gerv%gerv.net
0b5fe533e9 Bug 300494 - capture User Agent as well. 2005-07-14 09:38:24 +00:00
mkanat%kerio.com
f930eb0b7a Fix my email post-checkin of Bug 283989, as pointed out by Colin. 2005-07-14 06:05:45 +00:00
mkanat%kerio.com
b1ea2b68d5 Bug 283989: CGI.pl global init code should be moved to Bugzilla::CGI
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=wurblzap, a=justdave
2005-07-14 06:01:35 +00:00
lpsolit%gmail.com
4cf64cd384 Bug 300699: Remove dead code from editproducts.cgi and messages.html.tmpl - Patch by Marc Schumann <wurblzap@gmail.com> r=LpSolit a=myk 2005-07-14 00:09:09 +00:00
lpsolit%gmail.com
15ec32bab2 Bug 300501: Move GetBugActivity() into Bug.pm - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=wicked a=myk 2005-07-14 00:02:17 +00:00