Projects tagged ‘export’ and ‘plugin’


[9 total ]

2 Users

This plugin makes it possible to merge trac wikis.
Created 6 months ago.

0 Users

Compare the difference of two SVN revision or two SVN folder,and export different files to local directory.
Created about 1 month ago.

0 Users

The Offline-HTML plugin for DokuWiki can export your dokuwiki to HTML pages suitable for offline reading It works only with the developer version of dokuwiki! Based on the offline-doku script from Pavel Shevaev.
Created 12 months ago.

0 Users

Dedicated to developing functionality that lets ecommerce systems interface with Quick Books via the Quick Books Web Connector allowing synchronization of products, inventory and pricing, price rules ... [More] , customers, order histories, etc. The end goal is an automated solution allowing tight integration between the two systems and their associated data. [Less]
Created 12 months ago.

0 Users

This plugin is currently in developmentAboutThe MySQL Workbench Doctrine Plugin is a plugin developed for MySQL Workbench which is a tool for developing MySQL databases with a graphical interface. ... [More] The plugin helps you to generate database schemes for the Doctrine framework which is e.g. used in the very famous PHP Framework Symfony. InstallationPlease read also the Wiki article how to configure Workbench before using Doctrine Plugin. WindowsTo use the plugin with Workbench 5.1.x or 5.2.x copy the Doctrine plugin file to %APPDATA%/MySQL/Workbench 5.1/modules/To use the plugin with Workbench 5.0.x copy the Doctrine plugin file to %PROGRAMFILES%/MySQL/Workbench 5.0/modules/Changelog0.3.9 (KW) + [imp] foreignAliases now considering the cardinality one or many. if one is found, a singular foreignAlias is created, if many is found a pluralized foreignAlias is created 0.3.8 (JM, KW) + [add] added mapping of type YEAR -> integer(2) see http://code.google.com/p/mysql-workbench-doctrine-plugin/issues/detail?id=12 + [fix] removed the renameIdColumns function that worked with the (bad) Workbench default primary key and associative table naming conventions to be used with the Doctrine "detect_relations" option see the plugin Wiki page see http://code.google.com/p/mysql-workbench-doctrine-plugin/issues/detail?id=11 see http://code.google.com/p/mysql-workbench-doctrine-plugin/issues/detail?id=15 + [fix] removed binary flag for columns -> not supported by doctrine 0.3.7 (KW, JM) + [fix] changed conversion of INTEGER from integer to integer(4) + [fix] changed conversion of BLOB types from clob(n) to blob(n) see version 0.3.5 notes + [add] added DEC and NUMERIC to output decimal + [fix] now allowing DECIMAL, DEC, and NUMERIC to be specified with optional precision and scale + [imp] improved the save-to-file routine to work for previously saved files that do not exist anymore (file deleted, renamed, or moved) + [imp] restructured and simplified the supported types code 0.3.6 (JM) + [oth] changed conversion of INT from integer to integer(4) see http://code.google.com/p/mysql-workbench-doctrine-plugin/issues/detail?id=10 0.3.5 (JM) + [fix] type mediumtext | mediumblob -> clob(16777215) see http://code.google.com/p/mysql-workbench-doctrine-plugin/issues/detail?id=9 + [add] type longtext | longblob -> clob type tinytext | tinyblob -> clob(255) type text | blob -> clob(65535) 0.3.4 (JM) + [fix] multiple column unique indexes see http://code.google.com/p/mysql-workbench-doctrine-plugin/issues/detail?id=8 + [add] preparation for cross database joins (works with MySQL and PostgreSQL and maybe others) please switch the function getCrossDatabaseJoinsFlag() return value to "on" and restart MySQL Workbench (may cause problems with symfony) see http://www.doctrine-project.org/blog/cross-database-joins 0.3.3 (JM) + [add] support for I18n schemes with *_translation tables see http://code.google.com/p/mysql-workbench-doctrine-plugin/issues/detail?id=7 + [oth] replaced code indent tabs with spaces 0.3.2 (Karsten Wutzke) + [oth] small change in handling version information 0.3.1 (JM) + [fix] changed simple type "INT" to doctrine "integer" see http://code.google.com/p/mysql-workbench-doctrine-plugin/issues/detail?id=6 0.3 (Karsten Wutzke) + [fix] types BOOLEAN, BOOL, and INTEGER now working (aren't simpleType) + [add] lowercasing for default TRUE and FALSE keywords + [imp] default NULL, TRUE, and FALSE detected case-insensitively now (WB doesn't uppercase default values as opposed to all data types - which are keywords, too) + [add] added version info to module ID and menu items, like this plugins with different versions can be used at the same time (starting with this version and one old) + [imp] file export: added simple functionality to append ".yml" extension to file paths not ending with ".yml" + [imp] removed some unnecessary prints + [imp] shortened changelog entry types [improvement] to [imp] and [other] to [oth] 0.2 (Karsten Wutzke) + [add] foreignAlias for relations + [fix] exception thrown in relationBuilding on some tables with foreign keys where the column and referenced columns list has zero length + [imp] replaced all string.len() calls with the length operator #s + [add] function string.endswith() + [imp] eased the code of function exportYamlSchemaToFile (eliminated double if) + [add] functions to test if a (table) name is plural or singular + [fix] reanimated functionality for (English) plural table names + [add] functionality to adjust special (English) table names ending with "ies" to convert "ie" to "y" ("Countries" -> "Country") and more + [add] data type conversion of integer types and CHAR, BOOLEAN, and BOOL: TINYINT -> integer(1) SMALLINT -> integer(2) MEDIUMINT -> integer(3) INT -> integer INTEGER -> integer BIGINT -> integer(8) BOOLEAN -> boolean BOOL -> boolean CHAR -> string + fixed option + [add] option for CHAR columns + [imp] removed using the table name capitalization function (ucfirst) from function buildTableName(), like this tables retain their original names and the default Workbench naming convention "_has_" still gets handled correctly + [imp] replaced "\r\n" line endings with "\n" only + [imp] using lowercase for default null values + [imp] restructured MySQL plugin init code for easier understanding 0.1alpha9 + [add] function to save to file + [add] print version name on execution in debug window 0.1alpha8 + [fix] changed behavior of table renaming (thanks to Francisco Ernesto Teixeira) taBleNaMe -> Tablename ->[fix]-> TaBleNaMe 0.1alpha7 + [oth] changed the license from GPLv2 to LGPLv3 + [fix] removed plural correction of table names (deprecated in Doctrine 1.0) 0.1alpha6 + [fix] some conversion from workbench type to Doctrine type BIGINT -> INTEGER DATETIME -> TIMESTAMP + [fix] decimal (precision + scale) + [fix] enum handling 0.1alpha5 by quocbao (qbao.nguyen@gmail.com) + [fix] some conversion from workbench type to Doctrine type + [fix] removed generate_accessors [deprecated] 0.1alpha4 + [add] tables_has_names -> TablesName ->[fix]-> TableName + [add] rename columns "idtable | table_idtable" -> "id | table_id" 0.1alpha3 + [add] convert underscores in tablenames to CamelCase 0.1alpha2 + [add] nested set support for tablenames ending with _ns 0.1alpha1 supports: + [add] indexes [fulltext, unique, index] + [add] index length + [add] collation + [add] character set + [add] engine [MySQL, InnoDB] + [add] relations + [add] foreign key constraints + [add] table name fixing + [add] column flags [binary, zerofill, unsigned] + [add] autoincrement + [add] not null + [add] default values + [add] decimal precision + [add] column length [e.g. varchar(255)] [Less]
Created 9 months ago.

0 Users

Eclipse projects contain a lot of information about dependencies. Such information is necessary to compile the projects if you want to use some continuous integration tool. A lot of ant scripts must ... [More] be created if one want to do the same as Eclipse does during build, export and so on. The information will be duplicated. If dependency changes, ant script will change as well. It would be so great to avoid such work and use Eclipse itself for building. Would not it? This plugin does the tricks instead of You. The plugin can be well used to create builds of traditional Java EE web modules and applications. Short Usage GuideInstall with Eclipse Update Manager from update site http://headlesseclipse.googlecode.com/svn/trunk/com.ind.eclipse.headlesseclipse.site Since we cannot track update site, let us know in discussion group, if You like our "child" On Windows: eclipsec -nosplash -data -application com.ind.eclipse.headlessworkspace.Application [parameters]On Unix like systems, you need to start a fake X server, like Xvfb: Xvfb :7 & export DISPLAY=:7 eclipse -nosplash -data -application com.ind.eclipse.headlessworkspace.Application [parameters]Examplemkdir ProjectWorkspace cd ProjectWorkspace svn checkout http://svn.somewhere.org/svn/Project/trunk . eclipsec -nosplash -data . -application com.ind.eclipse.headlessworkspace.Application import clean build exportwars exportjars exportears exportprojects exportfeatures exportproducts dumpclasspathThis will create a directory, check out projects from svn, then call this plugin to setup a workspace (import), clean output directories (if necessary), build the workspace. Then export wars (dynamic web projects), export jars (actually running *.jardesc files in all project root directories), export ear files (Enterprise Application projects) to the workspace root directory. Then it will export all plugin projects to the exportedplugins.zip file in the workspace root, and will export all features and connected plugins to the exportedfeatures.zip file in the workspace root directory. Then it will export all products, looking for all *.product files in the workspace. The products are exported in a zip file in the workspace root directory. Then creates *.classpath files for each java project (with resolved entries: only directory and jar file references). War and Ear files are ready to deploy. So this plugin is very useful for continuous integration. The next step is to deploy your application, and run your tests. (We are planning, that this plugin will capable of creating a server and deploy your projects to this server, and then run unit tests) Support us, if you like this plugin Contribute!Install it, and use! Any report is appreciated. If you feel to take part, contact us please. [Less]
Created about 1 month ago.

0 Users

Dedicated to developing functionality that lets Magento interface with Quick Books via the Quick Books Web Connector allowing synchronization of products, inventory and pricing, price rules ... [More] , customers, order histories, etc. The end goal is an automated solution allowing tight integration between the two systems and their associated data. [Less]
Created 11 months ago.

0 Users

Super iPhoto Exporter is a plugin for the export feature of iPhoto. It lets you export your library or any set of pictures in your library using a customizable filename and directory structure.
Created 6 months ago.

0 Users

Eclipse plugin, using the apache poi framework to export the resultsets into xls files.
Created 4 months ago.