Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

React MD

An accessible React component library built from the Material Design guidelines in Sass
Collective - Host: opensource - https://opencollective.com/react-md - Website: https://react-md.dev - Code: https://github.com/mlaursen

removed debugging

github.com/mlaursen/database_manager - c9acbe73cbe504f144c3a23d9f9451334377a870 authored almost 11 years ago by mlaursen <[email protected]>
changed the test tables from global temporary to regular tables

github.com/mlaursen/database_manager - 84664d99e1bff4c7f5bcf38e07f364ef2e605d32 authored almost 11 years ago by mlaursen <[email protected]>
more testing with views

github.com/mlaursen/database_manager - 294bf182c7aec2ba566f61ce2160ddbce92326ed authored almost 11 years ago by mlaursen <[email protected]>
udpated test for class_util

github.com/mlaursen/database_manager - 9b35aa9319f4c7146a4be1ea195afd1f7562ef2a authored almost 11 years ago by mlaursen <[email protected]>
updated stored procedures and person_view

github.com/mlaursen/database_manager - b54eee02ce849567abe53dcb3bc874cd5f09ec9d authored almost 11 years ago by mlaursen <[email protected]>
added databaseviewclass annotation

github.com/mlaursen/database_manager - aeacc3459073c65c95684262c256ea529006bee3 authored almost 11 years ago by mlaursen <[email protected]>
more view updation

github.com/mlaursen/database_manager - 75afd6fb5b6bacbd3a442a1cd7fe93a24947401f authored almost 11 years ago by mlaursen <[email protected]>
working on vews

github.com/mlaursen/database_manager - 4a2882c3c83d0af89ab190afcba6dbc4e1f586a7 authored almost 11 years ago by mlaursen <[email protected]>
new database view model

github.com/mlaursen/database_manager - c224dec172be8acc964ad5c4e21f7c8b56fb1f10 authored almost 11 years ago by mlaursen <[email protected]>
removed databaseview

github.com/mlaursen/database_manager - 37084091ad951c2095eb0718f7e861d75353276b authored almost 11 years ago by mlaursen <[email protected]>
renamed databaseobjectclassutil to classutil

github.com/mlaursen/database_manager - b0e902e90ed441e4c3f21da0a13847b2cfefbbe9 authored almost 11 years ago by mlaursen <[email protected]>
Merge branch 'master' into newmanager

github.com/mlaursen/JSPBetteru - 87cf00cff30dae8818cfc9fb1eb9f0a5083eea11 authored almost 11 years ago by mlaursen <[email protected]>
updated stuff

github.com/mlaursen/JSPBetteru - f35112d158e53505f52552a320c7aef968952543 authored almost 11 years ago by mlaursen <[email protected]>
new init setup. moved the old to old2

github.com/mlaursen/JSPBetteru - 8f9e6c0b50a5ea291b1699f83389372ee8db6f78 authored almost 11 years ago by mlaursen <[email protected]>
fixing accounts

github.com/mlaursen/JSPBetteru - aff0c57f01d4cb9b1350c9b7d00b090075f0280b authored almost 11 years ago by mlaursen <[email protected]>
working on updating with new database manager

github.com/mlaursen/JSPBetteru - 13661f831a1f4ac769e5e3a8ee2f931d66faf9e3 authored almost 11 years ago by mlaursen <[email protected]>
added basic constructor to database view

github.com/mlaursen/database_manager - 00c75fd150226878604cbd651201fb51b04f44f6 authored almost 11 years ago by mlaursen <[email protected]>
updated manager. broke stuff

github.com/mlaursen/JSPBetteru - 57da84d14fa9124f7b1243d91e44757619b14de6 authored almost 11 years ago by mlaursen <[email protected]>
more testing

github.com/mlaursen/JSPBetteru - 2dd5b216b4693c080a525a86ba452b39c326b4aa authored almost 11 years ago by mlaursen <[email protected]>
updated jar. DatabaseView's do NOT WORK

github.com/mlaursen/database_manager - 2095c7efac9fcb52a356538654864eb3ba99a1d7 authored almost 11 years ago by mlaursen <[email protected]>
added a suppress warning

github.com/mlaursen/database_manager - fbb8bf8d8b7eb9e2d7f62a848124e46661e2d1e1 authored almost 11 years ago by mlaursen <[email protected]>
added more info for example's main

github.com/mlaursen/database_manager - 95d3900219cc8844ee06a1a954d9a358f762d9d3 authored almost 11 years ago by mlaursen <[email protected]>
removed unused code from databaseobject. need to check if databaseview still works

github.com/mlaursen/database_manager - a464e7e49eb9bbb8ef8e68951aaeacab8762adb4 authored almost 11 years ago by mlaursen <[email protected]>
boom boom. Creates temporary test tables and packages from exisitng packages. It also deletes everything afterwards. This could be bad becaues the temporary test tables are created by selecting all from the real tables. so could be a lot of data moved. Might want to just limit to some amount of rows

github.com/mlaursen/database_manager - f886946a274632badee3813c0563bac14ccede2c authored almost 11 years ago by mlaursen <[email protected]>
testing works so fargit add .. creates the packages/package body and temp tables

github.com/mlaursen/database_manager - 5844987b76d686f3668d5de47e39bb161411bedb authored almost 11 years ago by mlaursen <[email protected]>
new object manager. it is not created for EVERY databaseobject. starting to work on a testing suite

github.com/mlaursen/database_manager - d4233d304adf45ce25e4f0f96d7b66a057ff9abf authored almost 11 years ago by mlaursen <[email protected]>
added intake excel sheet and renamed screen-shots to visual_example

github.com/mlaursen/JSPBetteru - d6529cb9e7f52888ecb37f3a289c73bb2d49c382 authored almost 11 years ago by mlaursen <[email protected]>
Added more test cases for StringNumberUtil

github.com/mlaursen/JSPBetteru - 723fc4fa7c59d42c27a552d055859d42e6b7fa12 authored almost 11 years ago by mlaursen <[email protected]>
starting unit system tests

github.com/mlaursen/JSPBetteru - 2ef84a58d2e626c9b555faea7768d612f34b08bd authored almost 11 years ago by mlaursen <[email protected]>
added database choices test. caught an error of multipliers not getting their amount. good test. gooooood

github.com/mlaursen/JSPBetteru - 54ff5ea4f2a98130011cee598a98970b2dc3caf2 authored almost 11 years ago by mlaursen <[email protected]>
moved testing_config to testing folder

github.com/mlaursen/JSPBetteru - 66ae63a46b09d6f416f1004a5b6ee9e2dc018670 authored almost 11 years ago by mlaursen <[email protected]>
moved testign to own source

github.com/mlaursen/JSPBetteru - 945de6955820dc7f0f4e4d8d4384d088f5e73770 authored almost 11 years ago by mlaursen <[email protected]>
updated jar

github.com/mlaursen/JSPBetteru - 42614a5faedf734b2d7a2261be75e4722366009c authored almost 11 years ago by mlaursen <[email protected]>
updated jar

github.com/mlaursen/JSPBetteru - 9e0201d5b08e327487d207e463e33ce0426ac9c0 authored almost 11 years ago by mlaursen <[email protected]>
added testing

github.com/mlaursen/database_manager - 783e68fa79970c8998a43002d89b941d13a989c5 authored almost 11 years ago by mlaursen <[email protected]>
working on testing

github.com/mlaursen/database_manager - 50ea74f22f8f8dc7cdc521832e8dc8ff83cb114c authored almost 11 years ago by mlaursen <[email protected]>
more accountobjects tests

github.com/mlaursen/JSPBetteru - baefa4cee93595dd42a65fd592e17e07015fc4ee authored almost 11 years ago by mlaursen <[email protected]>
added attemptParseInteger and changed attemptParseDouble to return Object Double. finished tests for accounts

github.com/mlaursen/JSPBetteru - 6383140c50831702f755f898f1afdcbb41273bb4 authored almost 11 years ago by mlaursen <[email protected]>
split up weight from accoutn view. created a accoutn weight view for weight

github.com/mlaursen/JSPBetteru - ec201d658768a5f943ac4507b0c7681be1fb9056 authored almost 11 years ago by mlaursen <[email protected]>
added testing, updated database manager, added delete trigger for account

github.com/mlaursen/JSPBetteru - 19682d0aea9655da899a34a55dab298d4cd0b092 authored almost 11 years ago by mlaursen <[email protected]>
added testing db info

github.com/mlaursen/JSPBetteru - 709604c89c3e39cdb019d1dee0fe450bb5a452fc authored almost 11 years ago by mlaursen <[email protected]>
more testing

github.com/mlaursen/JSPBetteru - fa224a57c639d60973f7644eaf02de9648fdcb20 authored almost 11 years ago by mlaursen <[email protected]>
removed testing_lib

github.com/mlaursen/JSPBetteru - 338161929af1999edf07256e1887a276e8f0218e authored almost 11 years ago by mlaursen <[email protected]>
added utils testing

github.com/mlaursen/JSPBetteru - 99b8d1330fbf7db0b2b3c82d60aec9596509ad7c authored almost 11 years ago by mlaursen <[email protected]>
Starting to mplement junit testing. added folder for testing libs

github.com/mlaursen/JSPBetteru - a88118b79ad9918957b2b761c5f9296d360487a2 authored almost 11 years ago by mlaursen <[email protected]>
renamed StrignNUmberFormat to StringNumberUtil

github.com/mlaursen/JSPBetteru - 59ab303545749d10cb30d956831192b75d30ff1a authored almost 11 years ago by mlaursen <[email protected]>
Split the main util into Date Utils, Security Utils, and StringNumber Format

github.com/mlaursen/JSPBetteru - e394bf22dcbcb7c19fffd708a739133db0074468 authored almost 11 years ago by mlaursen <[email protected]>
renamed database packages to objects package

github.com/mlaursen/JSPBetteru - f2fca7856221a9abab822c0aa9a9f4048ecb246d authored almost 11 years ago by mlaursen <[email protected]>
updated nocontainer tag

github.com/mlaursen/JSPBetteru - b4e384bc05aff13823131184235950feb77fbb22 authored almost 11 years ago by mlaursen <[email protected]>
renamed link to href. updated base to use new tags

github.com/mlaursen/JSPBetteru - 8fd16911372f9e50fa919460dabb61813de58466 authored almost 11 years ago by mlaursen <[email protected]>
added intake table with basic demo table

github.com/mlaursen/JSPBetteru - a12ffd90ca63bf3af8b7ac6f76818c84a74b0519 authored almost 11 years ago by mlaursen <[email protected]>
added screen shots

github.com/mlaursen/JSPBetteru - 663e1840929fdf584e701e4ea80d6e39dbe08915 authored almost 11 years ago by mlaursen <[email protected]>
I don't think i changed anything. was tryign something new. but changed my mind

github.com/mlaursen/JSPBetteru - c255ae373752e30f2dad9fdf6ea6ccaa5a94c6f5 authored almost 11 years ago by mlaursen <[email protected]>
created intake stuff

github.com/mlaursen/JSPBetteru - 876896e65d61a1d5c3bf6756976532f2a351be1e authored almost 11 years ago by mlaursen <[email protected]>
changed account view to include multiplier_amount as well as calculate the age

github.com/mlaursen/JSPBetteru - e9c79d0340064d808f98c78918c47f2917a18bac authored almost 11 years ago by mlaursen <[email protected]>
working on weight tracking part

github.com/mlaursen/JSPBetteru - 691c38ef96438cf214b3f0b46871dd53687437c5 authored almost 11 years ago by mlaursen <[email protected]>
changed goals to intake, and created packages for stats/intake as well as the web folders for intake/stats. Also added tags for csslinks, jslinks, and hreflinks

github.com/mlaursen/JSPBetteru - b48d205838a4c546f439d20f369317fd5acb3392 authored almost 11 years ago by mlaursen <[email protected]>
added php version of the database

github.com/mlaursen/JSPBetteru - 93dba32eca193ae065e07e932b7af76c1b26dfd2 authored almost 11 years ago by mlaursen <[email protected]>
working on creating a meal

github.com/mlaursen/JSPBetteru - 84692d4fe263670d7f60c0417351894add500ea3 authored almost 11 years ago by mlaursen <[email protected]>
fixed a problem where those 2 were using com_old still

github.com/mlaursen/JSPBetteru - 478ee9538e18dcf0709a46eb8d4934948268ff15 authored almost 11 years ago by mlaursen <[email protected]>
removed com_old

github.com/mlaursen/JSPBetteru - a574e17211bd81558fa9f026b9da360dfe1e20e4 authored almost 11 years ago by mlaursen <[email protected]>
can now view meals

github.com/mlaursen/JSPBetteru - 07e843a2c38b2fbf9f28b435e2c2c586ab06b9de authored almost 11 years ago by mlaursen <[email protected]>
mela views work in testing

github.com/mlaursen/JSPBetteru - b84dc285ecd95bb399cc131f7357172e100be1bc authored almost 11 years ago by mlaursen <[email protected]>
updated jar and starting on meal views

github.com/mlaursen/JSPBetteru - ff98c7b94722f718c9ae29f5328a0793f29cc16c authored almost 11 years ago by mlaursen <[email protected]>
removed the old files

github.com/mlaursen/database_manager - eef05f2b1d634a6f6cda95fc675fd344f2714e64 authored almost 11 years ago by mlaursen <[email protected]>
added problems/limitations to readme

github.com/mlaursen/database_manager - 1e6df7c259a71985bf81866ef4322572b73cf835 authored almost 11 years ago by mlaursen <[email protected]>
renamed init to person_job_init.sql

github.com/mlaursen/database_manager - 42ed822eec926258ad68783af98344ce65e2f28b authored almost 11 years ago by mlaursen <[email protected]>
updated jar for nulls

github.com/mlaursen/database_manager - 4d063398e17edd3c6799ac275eadcc7c74bdcfa6 authored almost 11 years ago by mlaursen <[email protected]>
added readme to examples

github.com/mlaursen/database_manager - 8e48b7fd85a4ca74de15ec6f3709e286cee848b0 authored almost 11 years ago by mlaursen <[email protected]>
added comments and explanation

github.com/mlaursen/database_manager - 555129bb5a684cf5d5961f60ca3de5e063f227c9 authored almost 11 years ago by mlaursen <[email protected]>
working on examples

github.com/mlaursen/database_manager - 2009fbceeda0e67c465d67e905cd8efa19a12723 authored almost 11 years ago by mlaursen <[email protected]>
added the ability to add null

github.com/mlaursen/database_manager - 747d5557851f69cb9f4ac02d866814a5880815ba authored almost 11 years ago by mlaursen <[email protected]>
Create README.md

github.com/mlaursen/database_manager - 849fe7e321362e9cbfdbdde63546d602cd9b784c authored almost 11 years ago by Mikkel Laursen <[email protected]>
added getters and setters and toString

github.com/mlaursen/JSPBetteru - 583f2019a32ecf81fef3411bfc996140b922e302 authored almost 11 years ago by mlaursen <[email protected]>
starting on meal stuff

github.com/mlaursen/JSPBetteru - 28528c843e4dc2d03723e770c52d0f6bc34b83c0 authored almost 11 years ago by mlaursen <[email protected]>
added unique constraint to ingredient on name,brand pair

github.com/mlaursen/JSPBetteru - 6e6fb5d8d50efd62f34a5a19c67df548e25ae75f authored almost 11 years ago by mlaursen <[email protected]>
updated jar:

github.com/mlaursen/JSPBetteru - 20acedfff91ed172f23064eea8262c879983e6c4 authored almost 11 years ago by mlaursen <[email protected]>
added testing package

github.com/mlaursen/database_manager - e1b422b36b8fb459a27a1d112d3875506bec8db6 authored almost 11 years ago by mlaursen <[email protected]>
removed debugging

github.com/mlaursen/database_manager - f05bdb02102ff27ae062035f13bc4882c8382b40 authored almost 11 years ago by mlaursen <[email protected]>
removing debugging files

github.com/mlaursen/database_manager - ad3787f3a2c1d62173b6f85972aa125ee4e72076 authored almost 11 years ago by mlaursen <[email protected]>
removed accounts

github.com/mlaursen/database_manager - e7f650f9cff3a895538d413d9aa9e8f339769621 authored almost 11 years ago by mlaursen <[email protected]>
removed debugging

github.com/mlaursen/database_manager - 9564bd552e9436e49c7a46d6dd4ee6657bdfe5b5 authored almost 11 years ago by mlaursen <[email protected]>
Fixed the error that the CreateIngredientForm was creating a serving and not an altserving

github.com/mlaursen/JSPBetteru - 4e4396884865ad5e610b71f29b4fede8caf3b2ae authored almost 11 years ago by mlaursen <[email protected]>
.... can now add ingredients.

github.com/mlaursen/JSPBetteru - cd1d062f5b04618df88b869517c0dee3abfdc38f authored almost 11 years ago by mlaursen <[email protected]>
can add ingredient in testing but not from a form on sever..

github.com/mlaursen/JSPBetteru - 00781dc970166b44230ef87093269bb45b5c3c54 authored almost 11 years ago by mlaursen <[email protected]>
nt sure how.. but multiple database field works now in getparameters.

github.com/mlaursen/database_manager - 2decb39fa6ed38a634817a21b059632038637eb0 authored almost 11 years ago by mlaursen <[email protected]>
have ingredients working and formatted new table

github.com/mlaursen/JSPBetteru - 14c1ced8042ea3c1cea73c74cada729ec7c1fa64 authored almost 11 years ago by mlaursen <[email protected]>
some bug fixes.. and had mispelled filter in databaseobject

github.com/mlaursen/database_manager - 3d0d480f1899fb4f12a555d9d6e68e9e687d92aa authored almost 11 years ago by mlaursen <[email protected]>
moved ingredient to database package. added forms and servlets. can now view and possibly? filter ingredients

github.com/mlaursen/JSPBetteru - 9c1efd129efc0c42b195ada8262d538d59899feb authored almost 11 years ago by mlaursen <[email protected]>
can get ingredients

github.com/mlaursen/JSPBetteru - af6dcbe8fe4cf40d8433ae5d1550f5faa195406c authored almost 11 years ago by mlaursen <[email protected]>
brand/category/foodunit work now

github.com/mlaursen/JSPBetteru - aec6a27796aa15481e58da9519d4523314914440 authored almost 11 years ago by mlaursen <[email protected]>
working on handling custom sql errors

github.com/mlaursen/database_manager - 0978491874fd0f58585a749292548d9e029e7fcc authored almost 11 years ago by mlaursen <[email protected]>
updated jar and working more on brand/catg

github.com/mlaursen/JSPBetteru - 470166830e74c6040e0162e98a947025699b773f authored almost 11 years ago by mlaursen <[email protected]>
added span to login page to create a banner... eventually

github.com/mlaursen/JSPBetteru - 04f2e6c83a1f1effd38277cd4ce24967e80dd8a1 authored almost 11 years ago by mlaursen <[email protected]>
can now create accounts

github.com/mlaursen/JSPBetteru - d9fa4d182fe79b956d9a3ebc9821b6c1d86bcd6a authored almost 11 years ago by mlaursen <[email protected]>
can now update settings for account

github.com/mlaursen/JSPBetteru - bdef497d1930c258e9d21e29832f30fdd063c2c8 authored almost 11 years ago by mlaursen <[email protected]>