Timeline
09/07/10:
- 11:27 Ticket #3837 (Subject URI links in sitemap.xml lead to 404) created by
- http://eprints.ecs.soton.ac.uk/cgi/export/subject/groups/SummaryPage/ecs-su …
- 11:27 Ticket #3836 (Subject URI links in sitemap.xml lead to 404) created by
- http://eprints.ecs.soton.ac.uk/cgi/export/subject/groups/SummaryPage/ecs-su …
08/07/10:
- 16:54 Ticket #3829 (Ordering/adding spaces does not work for document field) closed by
- fixed
- 16:53 Changeset [5638] by
- * Merged [5634], [5637] * Fixed multiple-value field buttons in …
- 16:45 Changeset [5637] by
- * Fixed fragment links to documents, fields in workflow * Added method …
- 16:23 Ticket #3835 (non linked page to show all main HTML features for creating themes) created by
- That way people can check when creating a theme that they've not forgotten …
- 15:21 Changeset [5636] by
- * Rolled back previous commit, ought to go into EPrints::Storage
- 15:14 Changeset [5635] by
- * Check that retrieve() is called with a sub-routine ref (help with …
- 12:40 Changeset [5634] by
- * Fixed multiple-value field buttons in Inputform::Documents, fixing #3829
- 11:55 Ticket #3830 (Option to remove "commit" stage from Workflow/Edit workflow for some ...) closed by
- fixed: This is fixed as part of the larger 3.3 upgrade.
- 11:45 Ticket #3825 (Add SAX support to DataObj and MetaField) closed by
- fixed: r5625, r5621, r5619, r5618
- 11:42 Ticket #3834 (/cgi/counter is very slow) closed by
- fixed: Resolved by r5633.
- 11:42 Ticket #3834 (/cgi/counter is very slow) created by
- The counter CGI script is very slow to respond because it performs a …
- 11:40 Changeset [5633] by
- * Merged [5631], [5632] * Count dataset sizes by doing a direct table …
- 11:40 Changeset [5632] by
- * Tweak to previous commit to make it identical output
- 11:32 Changeset [5631] by
- * Count dataset sizes by doing a direct table COUNT(*) * Count eprint …
- 10:36 Changeset [5630] by
- * Don't export <copies> from file objects (doesn't make any sense for …
- 10:11 Changeset [5629] by
- * Added link to ListRecords? from ListMetadataFormats?
07/07/10:
- 16:29 Ticket #3833 (Calling $repo->current_url() causes a die in URI::_query) closed by
- fixed: Resolved in r5622.
- 16:29 Ticket #3833 (Calling $repo->current_url() causes a die in URI::_query) created by
- Unsure what triggers this but EPrints::URL passes all parameters to …
- 16:27 Ticket #3832 (Changes to documents doesn't trigger an eprint revision) closed by
- fixed: Resolved by r5628. (Maybe don't trigger revisions for volatiles?)
- 16:27 Ticket #3832 (Changes to documents doesn't trigger an eprint revision) created by
- Adding, modifying or removing a document doesn't cause a revision of the …
- 16:26 Changeset [5628] by
- * Merged [5627] * Force a revision of DataObj::EPrint whenever a child …
- 16:25 Changeset [5627] by
- * Force a revision of DataObj::EPrint whenever a child Document is …
- 16:24 Changeset [5626] by
- * Fixed undef warning on file upload
- 15:50 Changeset [5625] by
- * Fixed options not being passed by Export::XML * Fixed hide_volatile not …
- 15:26 Changeset [5624] by
- * DataSet?: s/make_object/make_dataobj/
- 15:08 Changeset [5623] by
- * Merged [5622]
- 15:06 Changeset [5622] by
- * Added support for multiple-value parameters to current_url() * Avoid …
- 14:59 Ticket #3831 (Screen/Listings intro phrase needs to be dataset specific) created by
- Currently only 1 intro phrase that is used by all datasets
- 14:53 Changeset [5621] by
- * Replaced DOM-based (de)serialisation of EPrints objects with SAX * …
- 14:49 Changeset [5620] by
- * XSLT plugins are only supported when using XML::LibXML (/XML::LibXSLT)
- 14:49 Changeset [5619] by
- * Added setDocumentElement() to XML::DOM and XML::GDOME * Addd prefix() …
- 14:46 Changeset [5618] by
- * Added XML node-type numeric constants (XML_ELEMENT_NODE etc.)
- 14:13 Ticket #3830 (Option to remove "commit" stage from Workflow/Edit workflow for some ...) created by
- The commit stage currently appears for every dataset - would be nice to …
05/07/10:
- 22:37 Changeset [5617] by
- small bugfixes
- 22:31 Changeset [5616] by
- tweet rendering completed
- 17:37 Ticket #3829 (Ordering/adding spaces does not work for document field) created by
- To reproduce: * add a new field to documents.pl […] * bin/epadmin …
04/07/10:
- 07:58 Changeset [5615] by
- render
02/07/10:
- 18:12 Ticket #3828 (/cgi/export shows deleted records) created by
- /cgi/export/1234 will show the title of a record not in "archive". …
- 14:31 Ticket #3827 (DOI import - set first page and last page) created by
- DOI import currently only sets first page.
01/07/10:
- 17:58 Changeset [5614] by
- Merge of r5613 * Correction to URIs inserted when the admin configures a …
- 17:56 Changeset [5613] by
- * Correction to URIs inserted when the admin configures a data license.
- 14:16 Milestone EPrints 3.2.3 completed
- * This is a bugfix release
- 13:50 Changeset [5612] by
- * Battenburg
- 13:49 Changeset [5611] by
- * Battenburg
- 12:00 Ticket #3331 (redirect in auth_cookie has wrong path) closed by
- fixed
- 11:57 Ticket #3055 (Improve Search Performance) closed by
- invalid: Search is completely different in 3.2.
- 11:50 Ticket #3826 (New issue plugin - check for broken links in URL-type fields ...) created by
- 11:25 Ticket #3779 (/perl/foo?bar=baz no longer redirects with params) closed by
- fixed
- 11:24 Ticket #3783 (Can't serve a file with a ' in it.) closed by
- fixed
- 11:24 Ticket #3547 (EPrints.ecs search doesnt return correct results) closed by
- worksforme: No recent reports, so sorting the indexer appears to have fixed this.
30/06/10:
- 18:24 Ticket #3825 (Add SAX support to DataObj and MetaField) created by
- Implementing SAX at the DataObj? and MetaField? level would be more memory …
- 18:08 Changeset [5610] by
- * Reverted [5609] * Modified LibXML::event_parse to use XML::LibXML::SAX, …
- 14:58 Changeset [5609] by
- * Moved decoding of Base64 data into MetaField::Base64 from DataObj::File
- 13:23 Changeset [5608] by
- * Merged [5607] * Fix stringify "Operation ne no method found" error with …
- 13:23 Changeset [5607] by
- * Fix stringify "Operation ne no method found" error with LibXML<=1.69
- 13:02 Changeset [5606] by
- * Merged [5605] * Oracle "ROWNUM" is 1-indexed, fixing a problem with …
- 13:02 Changeset [5605] by
- * Oracle "ROWNUM" is 1-indexed, fixing a problem with search results
29/06/10:
- 14:12 Ticket #3565 (Add apachevhost to the auto-secure apache conf file) closed by
- wontfix: secure https is based on an existing <VirtualHost?>, so this doesn't make a …
- 14:09 Ticket #3395 (Upload component must have >1 field) closed by
- fixed: Resolved by r5604.
- 14:09 Changeset [5604] by
- * Merged [5603] * Don't show the Metadata tab for documents with no …
- 14:09 Changeset [5603] by
- * Don't show the Metadata tab for documents with no fields to edit, fixing …
- 13:54 Ticket #3461 (Reduce size of thumbnail images) closed by
- fixed: Fixed some time ago.
- 13:53 Ticket #3492 (http://yourepo/cgi/search/user crashes with Internal Server Error) closed by
- fixed: Now 404s.
- 13:51 Ticket #867 (Can't upload files with a double quote in the name) closed by
- worksforme: Now gets squashed to %22.
- 13:48 Ticket #3525 (Typo in Export::MultilineExcel) closed by
- fixed: Resolved by r4787.
- 13:21 Ticket #3805 (Redundant code in EPrints/Index/Tokenizer.pm ?) closed by
- wontfix: This isn't a valid bug report. (Class-globals were probably used in old …
- 13:17 Ticket #3240 (Name field validation messages unhelpful) closed by
- fixed: Resolved by r5602.
- 13:17 Changeset [5602] by
- * Merged [5601] * If validated field is a sub-field link instead to the …
- 13:17 Changeset [5601] by
- * If validated field is a sub-field link instead to the parent compound, …
- 13:05 Ticket #3446 (URL passed to get_login_url does not include query parameters) closed by
- fixed: Resolved by r5600.
- 13:05 Changeset [5600] by
- * Merged [5599] * Added query parameters to target_url for use with …
- 13:04 Changeset [5599] by
- * Added query parameters to target_url for use with get_login_url, fixing …
- 12:57 Ticket #3239 ($fieldname used more than once in field_validate.pl) closed by
- fixed: Fixed in 3.2.
- 12:56 Ticket #3287 ("Use of uninitialized value in string" warnings when running send_alerts, ...) closed by
- worksforme: Completely changed in 3.2.
28/06/10:
- 17:10 Ticket #3756 (Phrase editor bugs in recent IE) closed by
- fixed
- 17:06 Changeset [5598] by
- * Merged [5596] * Removed calls to deprecated EPrints::Search::dispose()
- 17:04 Ticket #3526 (EPrints::abort called after editing static page) closed by
- fixed: Fixed in 3.2.
- 16:59 Ticket #3497 (send_alerts fails on wide characters) closed by
- worksforme
- 16:59 Changeset [5597] by
- * Fixed direct use of @ARGV (broke previous patch to epadmin) * Can now …
- 16:57 Changeset [5596] by
- * Removed calls to deprecated EPrints::Search::dispose()
- 16:40 Changeset [5595] by
- * Added a smiley face to test emails (we can send UTF-8 data correctly)
- 16:25 Ticket #3824 (mail_sig phrase uses $config{frontpage}) closed by
- fixed: Resolved by r5593.
- 16:25 Changeset [5594] by
- * Nuking mergeinfo brokeness
- 16:24 Changeset [5593] by
- * Merged [5592] * $c->{frontpage} is now the full URL (which various …
- 16:23 Changeset [5592] by
- * $c->{frontpage} is now the full URL (which various phrases expect it to …
- 15:51 Ticket #3824 (mail_sig phrase uses $config{frontpage}) created by
- ..which is "/" in a default 3.2 setup. Should use $config{base_url}? Note …
- 15:42 Changeset [5591] by
- * Removed dead bin scripts (ftpd, generate_video_previews) * Merged …
- 14:50 Changeset [5590] by
- * Fixed multilang multi-fields ordervalues for non-multiple fields
- 14:09 Changeset [5589] by
- * Merged [5586] * Simpler fix for compound sub-fields getting repeated, …
- 14:07 Changeset [5588] by
- * Added support to /cgi/search for searching arbitrary datasets * Made …
- 14:07 Changeset [5587] by
- * Added a link to the object URI to Workflow/View?
- 13:57 Changeset [5586] by
- * Simpler fix for compound sub-fields getting repeated, by moving it to a …
25/06/10:
- 17:09 Changeset [5585] by
- * Now supports epms having postinst and prerm actions which are …
24/06/10:
- 17:24 Changeset [5584] by
- removed STDERR output
- 17:21 Changeset [5583] by
- Daylight savings issue solve. More tags added
- 16:39 Changeset [5582] by
- * Merged [5581] * Modified list of robots to the COUNTER list (for …
- 16:37 Changeset [5581] by
- * Modified list of robots to the COUNTER list (for COUNTER compliance)
- 16:12 Ticket #3823 (MySQL has a maximum of 32 indexes per table..) created by
- "The maximum number of indexes per table is 64 (32 before MySQL 4.1.2)." …
- 15:53 Changeset [5580] by
- * Moved generic dataset search config under $c->{datasets}
- 15:49 Changeset [5579] by
- * Added generic dataset search Screen (with privilege +[datasetid]/search)
- 15:40 Ticket #3822 (Change to a document does not update eprint.lastmod, create new revision ...) created by
- To reproduce: * note timestamp of existing eprint * edit eprint, go to …
- 15:00 Changeset [5578] by
- * Made eprint.fileinfo a volatile (i.e. don't spew revisions just for …
- 14:39 Changeset [5577] by
- * Reworked 'migration' imports to fix problems with document/file ids * …
- 14:02 Changeset [5576] by
- * Fixed epadmin reloading the repository object in …
- 13:57 Changeset [5575] by
- * Localise $SIG{DIE} before using eval where we rely on die() being …
- 13:55 Changeset [5574] by
- * Added --force option to bin/epadmin erase_eprints
- 11:43 Changeset [5573] by
- * s/run_triggers/run_trigger/ typo
- 10:23 Changeset [5572] by
- * Merged [5571] * Fixed setAttribute error under IE when editing phrases
- 10:21 Changeset [5571] by
- * Fixed setAttribute error under IE when editing phrases
23/06/10:
- 17:36 Changeset [5570] by
- * CONFIG: Added a "dataset" option to view menus that will cause the menu …
- 15:52 Changeset [5569] by
- * Tidying (removing print STDERR lines), I blame the world cup.
- 15:10 Changeset [5568] by
- * Dataset control now working (under more testing) * New searching and …
- 14:43 Changeset [5567] by
- * Added execution of EP_TRIGGER_AFTER_COMMIT in commit()
- 10:07 Ticket #3530 (browse_link doesn't support new 'menus' configuration option) closed by
- fixed: Fix applied.
22/06/10:
- 17:43 Changeset [5566] by
- * Added missing ParaTools::Intl
- 16:22 Ticket #3816 (Indexer still using the __index tables) closed by
- fixed: Resolved by r5565.
- 16:22 Changeset [5565] by
- * Merged [5564] * No longer writes index terms to the index table, …
- 16:21 Changeset [5564] by
- * No longer writes index terms to the index table, fixing #3816
- 16:20 Ticket #3821 (Fix browse links to {menus} configured views) closed by
- fixed: Resolved by r5561.
- 15:59 Changeset [5563] by
- * Reverted [5556]
- 15:36 Changeset [5562] by
- * Merged [5550] * Respond to pages containing '..' (but not /..)
- 15:36 Changeset [5561] by
- * Merged [5552] * Fixed links to browse views when using "menus" in the …
- 15:35 Changeset [5560] by
- * Merged [5553] * Fixed compound field sub-classes adding fields on …
- 15:34 Changeset [5559] by
- * Merged [5557] * Fixed _read_exec not returning the exit code correctly
- 15:32 Changeset [5558] by
- * Encountering an error when loading a cfg.d/ file will now cause an …
- 15:30 Changeset [5557] by
- * Fixed _read_exec not returning the exit code correctly
- 13:57 Changeset [5556] by
- * Added a EP_TRIGGER_INDEX to datasets that gets triggered when an object …
- 13:45 Changeset [5555] by
- * Throw an error if someone specifies the same-named sub-field twice in a …
- 13:44 Changeset [5554] by
- * Added $c->add_dataset_field() method to add fields to datasets in a …
- 13:29 Changeset [5553] by
- * Fixed compound field sub-classes adding fields on clone()
21/06/10:
- 15:55 Ticket #3821 (Fix browse links to {menus} configured views) created by
- See r5552. http://www.eprints.org/tech.php/12177.html
- 15:54 Changeset [5552] by
- * Fixed links to browse views when using "menus" in the configuration, …
18/06/10:
- 15:32 Changeset [5551] by
- * Fixed MetaField? object screens appearing on other datasets
- 11:19 Changeset [5550] by
- * Respond to pages containing '..' (but not /..)
17/06/10:
- 18:13 Ticket #3820 (Workflow::Commit shows validation warnings twice) created by
- Workflow::update_from_form skips validation if the next stage is "deposit" …
- 18:02 Ticket #3819 (Addable parent node renders badly in subject input) created by
- Adding: […] Fixes it!
- 17:18 Changeset [5549] by
- * Migrated EPrints::Platform to an inherited class tree under …
- 16:54 Changeset [5548] by
- * updated readme
- 16:36 Changeset [5547] by
- * all test harness and demonstation code updated, no real changes to core …
- 12:57 WikiStart edited by
- (diff)
- 12:57 WikiStart edited by
- (diff)
- 12:04 Changeset [5546] by
- * Added EPrints::Time::rfc822_datetime()
- 12:04 Changeset [5545] by
- * Removed debug line
- 11:45 Ticket #2741 (preview icons are not how they will end up.) closed by
- invalid: Completely different behaviour in 3.2.
- 11:43 Changeset [5544] by
- * Merged [5543] * When format is specified with latest_tool respect the n …
- 11:42 Ticket #3574 (latest tool: ignore 'n' when 'output' is set and returns ALL eprints) closed by
- fixed
- 11:42 Ticket #2971 (latest_tool ignores max value if output plugin specified) closed by
- fixed: Resolved by r5543.
- 11:42 Changeset [5543] by
- * When format is specified with latest_tool respect the n parameter, …
- 11:37 Ticket #3818 (DataObj::SavedSearch::send_out_alerts bug) closed by
- fixed: Resolved by r5538, r5542.
- 11:36 Changeset [5542] by
- * Merged [5538], [5541] * Fixed monthly alerts using the wrong date …
- 11:27 Changeset [5541] by
- * Fixed latest_tool not setting the output mode on export (e.g. RSS)
16/06/10:
- 17:52 Changeset [5540] by
- * (Some) Unit tests for EPrints::Time
- 17:51 Changeset [5539] by
- * Reworked EPrints::Time to be more APIish and added several new methods …
- 17:39 Changeset [5538] by
- * Fixed monthly alerts using the wrong date function
- 14:16 Ticket #3818 (DataObj::SavedSearch::send_out_alerts bug) created by
- Monthly alerts do not go out at all. Line 386 […]
15/06/10:
- 18:00 Ticket #3817 (summary page eprint citation style shows undefined fields) created by
- Changing line 83 from: […] to […] Improves layout and …
- 09:36 Changeset [5537] by
- Correct month number
14/06/10:
- 11:44 Ticket #3816 (Indexer still using the __index tables) created by
- Reported by Balazs at c-hubonline: When upgrading from 3.1.3 to 3.2.2, …
11/06/10:
- 20:47 Changeset [5536] by
- Following URL redirects and archiveing those too.
- 16:49 Changeset [5535] by
- * Export::DC now checks whether eprintid is set before attempting to use …
- 16:43 Changeset [5534] by
- * Fixed underscores in eprint types getting lost in BibTeX import
- 16:41 Changeset [5533] by
- * Removed debug line
- 14:42 Changeset [5532] by
- minor bugfix
- 14:32 Changeset [5531] by
- Split out updating from feed class Improved generation of main file
- 14:27 Changeset [5530] by
- * Added specific OAI export plugin for Bibliography "bibl"
- 12:35 Changeset [5529] by
- * s/mime_type/accept/ for Import plugins (consistent with Export plugins) …
10/06/10:
- 17:06 Changeset [5528] by
- * Fixed name for core system field provenance type
- 15:38 Changeset [5527] by
- * Added split_search_value() method to Index::Tokenizer * Added support …
- 14:02 Changeset [5526] by
- * Merged [5524] * Fixed creation of zero-length file objects failing * …
- 14:01 Changeset [5525] by
- * PDF bibliography extraction tweaks
- 13:46 Changeset [5524] by
- * Fixed creation of zero-length file objects failing * Added extra debug …
- 13:32 Changeset [5523] by
- * Merged TeX/OpenURL and a new PDF upload into one "Article" upload method …
- 12:44 Changeset [5522] by
- * Merged changes from citebase trunk
- 11:39 Changeset [5521] by
- Improvements ot filenames - human readable timestamps
Note: See TracTimeline
for information about the timeline view.
